问题描述
我运行在AWS一个1.0.3 kubernetes集群,用于卷曲-sS https://get.k8s.io |庆典安装它。
I am running a 1.0.3 kubernetes cluster in AWS and used curl -sS https://get.k8s.io | bash to install it.
我想有另一个群集允许的描述这里 我升级到较新kubernetes版本。
I would like to have another cluster to allow me to upgrade to a newer kubernetes version as described here.
当我试图安装其他集群它给出了一个错误。
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?
推荐答案
保罗,看看以下文件:的https://github.com/kubernetes/kubernetes/blob/master/cluster/aws/config-default.sh第二次,默认值将需要被更新。
Paul,Check out the following file:https://github.com/kubernetes/kubernetes/blob/master/cluster/aws/config-default.shThe second time, the defaults would need to be updated.
如果你的目标是简单地升级Kubernetes组件,你尝试过的?
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集群卷曲-sS https://get.k8s.io |庆典的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!