简体   繁体   English

如何使用curl -sS创建多个Kubernetes集群https://get.k8s.io | 重击

[英]How to create multiple kubernetes cluster with curl -sS https://get.k8s.io | bash

I am running a 1.0.3 kubernetes cluster in AWS and used curl -sS https://get.k8s.io | 我在AWS中运行1.0.3 kubernetes集群,并使用curl -sS https://get.k8s.io | bash to install it. bash安装它。

I would like to have another cluster to allow me to upgrade to a newer kubernetes version as described here . 我想要另一个集群,以允许我升级到此处所述的较新的kubernetes版本。

When I try to install another cluster it gives an error. 当我尝试安装另一个群集时,出现错误。

A client error (InvalidIPAddress.InUse) occurred when calling the RunInstances operation: Address 172.20.0.9 is in use.

What's the process to create another cluster using the installation scripts? 使用安装脚本创建另一个集群的过程是什么?

Paul, Check out the following file: https://github.com/kubernetes/kubernetes/blob/master/cluster/aws/config-default.sh The second time, the defaults would need to be updated. 保罗,请查看以下文件: https : //github.com/kubernetes/kubernetes/blob/master/cluster/aws/config-default.sh第二次,需要更新默认值。

If your goal is to simply upgrade the Kubernetes components, have you tried https://github.com/kubernetes/kubernetes/blob/master/cluster/kube-push.sh ? 如果您的目标只是升级Kubernetes组件,是否尝试过https://github.com/kubernetes/kubernetes/blob/master/cluster/kube-push.sh

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ERRO导出KUBERNETES_PROVIDER = AWS; curl -sS https://get.k8s.io | 庆典 - ERRO export KUBERNETES_PROVIDER = aws; curl -sS https://get.k8s.io | bash 具有现有 AWS HTTPS 负载均衡器的 K3S Kubernetes 集群中 Traefik Ingress Controller 的 AWS 证书解析器 - AWS certificate resolver for Traefik Ingress Controller in K3S Kubernetes Cluster with existing AWS HTTPS Load Balancer 带有 Istio 网关和 AWS HTTPS 应用程序负载均衡器的 AWS K3S Kubernetes 集群上的 Keycloak 服务器管理控制台阻止了混合内容响应 - Keycloak Server Admin Console Blocked Mixed Content Response on AWS K3S Kubernetes Cluster with Istio Gateway and AWS HTTPS Application Load Balancer 如何修复''无法找到“kope.io/k8s ...”的图像,当运行kops更新群集$ {NAME}时 - - How to fix ''could not find Image for “kope.io/k8s…” when running kops update cluster ${NAME} --yes 如何使用Terraform在EKS上创建Kubernetes集群 - How to create Kubernetes cluster on EKS with Terraform k8s 使用 ownerRef 获取集群中的所有 pod 层次结构 - k8s get all pods hierarchy in cluster with ownerRef's 获取 https://api.[mycluster]/api?timeout=32s: x509: 由未知权威签名的证书,使用 kops 和 Travis-CI 在 AWS 上创建的 Kubernetes 集群 - Get https://api.[mycluster]/api?timeout=32s: x509: certificate signed by unknown authority, Kubernetes cluster created on AWS using kops and Travis-CI 如何让联邦用户访问k8s集群 - How to allow federated users to access k8s cluster 如何创建应用程序负载均衡器以公开 kubernetes 集群 - How to create application load balancer to expose kubernetes cluster 使用 Terraform,如何使用 Fargate 创建 AWS Kubernetes 集群? - Using Terraform, how would I create a AWS Kubernetes cluster with Fargate?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM