Terry Howe
Terry Howe
I'm using basic docker vault btw ```{ "backend": { "file": { "path": "/vault/file" } }, "listener": { "tcp": { "address": "0.0.0.0:${PORT}", "tls_disable": 1 } }, "default_lease_ttl": "168h", "max_lease_ttl": "720h", "disable_mlock":...
https://github.com/aws/eks-anywhere/blob/main/docs/content/en/docs/tasks/troubleshoot/troubleshooting.md#generic-cluster-unavailable-1 I guess this has not made the prod docs yet, but that sounds like a DHCP server is not available or working
If you are interested in this feature, please 👍
http://www.boche.net/blog/2021/10/13/deploying-amazon-eks-anywhere-on-vsphere/
https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/issues/1227 https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/issues/1226
Sounds interesting, but either https://github.com/kubernetes-sigs/cluster-api-provider-vsphere would need to add support or another cluster API provider would need to be developed first. We are dependent on these cluster API providers. I've...
anywhere-assets.eks.amazonaws.com (to download the binaries, manifests and OVAs) distro.eks.amazonaws.com (download manifest and probably some binaries like kubelet and kubectl)
Good question, is there anyway to scale a cluster with the CLI?
The work around for scaling with no change to the cluster would be to `kubectl edit cluster $CLUSTER_NAME` and chang count on the wokerNodeGroupConfigurations for example: ![Screen Shot 2022-06-27 at...
I think there will be some resistance to this. You are asking that if the OVA is uploaded, EKS-A should just assume it the correct OS and k8s type? I'm...