Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
clarify pods connect to api server
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-reddy committed Apr 2, 2020
1 parent 4e3acfd commit 438a5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/kubernetes/kube-addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ EKS by default installs `amazon-vpc-cni-k8s` CNI. Please follow below steps to u
- apply weave-net daemoset by following above installation steps
- delete existing pods so they get recreated in Weave pod CIDR's address-space.

Please note that the api-server for your cluster will not be connected to Weave Net (it runs elsewhere, managed by EKS) so will not be able to connect to pods.
Please note that while pods can connect to the Kubernetes API server for your cluser, API server will not be able to connect to the pods as API server nodes are not connected to Weave Net (they run on network managed by EKS).


### <a name="daemon-sets"></a> Upgrading the Daemon Sets
Expand Down

0 comments on commit 438a5f5

Please sign in to comment.