Skip to content

Commit 71a14d8

Browse files
authored
Merge pull request kubernetes#1549 from dlipovetsky/remove-clusterstatus-clarifications
kubeadm remove clusterstatus KEP: Make minor clarifications
2 parents 942f24b + e74bc9f commit 71a14d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keps/sig-cluster-lifecycle/kubeadm/20191125-remove-clusterstatus-from-kubeadm-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Once the annotation will be in place, it will be possible to easily retrieve the
100100

101101
The `LocalAPIEndpoint` is also used in the stacked `etcd` pod manifest for composing the `peer-urls` and the `client-urls`; the latter is used by kubeadm when accessing etcd in an existing cluster, e.g. when doing `join --control-plane`.
102102

103-
We are going to echo the `client-urls` value into a new annotation named `kubeadm.kubernetes.io/etcd.advertise-client-urls`. Once the annotation will be in place, it will be possible to easily retrieve the etcd client urls by querying the `etcd` pods.
103+
We are going to echo the `client-urls` value into a new annotation named `kubeadm.kubernetes.io/etcd.advertise-client-urls`. Once the annotation will be in place, it will be possible to easily retrieve the etcd client urls by querying the `etcd` pods. Note: Every `etcd` pod's annotation will list only its own client urls.
104104

105105
### Risks and Mitigations
106106

0 commit comments

Comments
 (0)