mirror of https://github.com/kubernetes/kops.git
Add warning about google cloud repository versions
I spent nearly a day trying to figure out what had gone wrong with repeated installations. Turns out google doesn't build and release every version of etcd to gcr - just random ones that they feel like. The documentation is updated to reflect that kops uses gcr for its etcd images and to check the gcr before just putting any version number.
This commit is contained in:
parent
243ee7cc0e
commit
6b4c3dcba1
|
@ -74,6 +74,8 @@ etcdClusters:
|
|||
version: 3.0.17
|
||||
```
|
||||
|
||||
> __Note:__ The images for etcd that kops uses are from the Google Cloud Repository. Google doesn't release every version of etcd to the gcr. Check that the version of etcd you want to use is available [at the gcr](https://console.cloud.google.com/gcr/images/google-containers/GLOBAL/etcd?gcrImageListsize=50) before using it in your cluster spec.
|
||||
|
||||
### sshAccess
|
||||
|
||||
This array configures the CIDRs that are able to ssh into nodes. On AWS this is manifested as inbound security group rules on the `nodes` and `master` security groups.
|
||||
|
|
Loading…
Reference in New Issue