Kubespray: Master label should be `node-role.kubernetes.io/master: ""`

Created on 22 Dec 2017  路  6Comments  路  Source: kubernetes-sigs/kubespray

It seems that kubespray applies the label node-role.kubernetes.io/master: "true" but kubeadm design doc says it should be node-role.kubernetes.io/master: ""

https://github.com/kubernetes/kubeadm/blob/master/docs/design/design_v1.9.md#mark-master

cc: @luxas

lifecyclrotten

Most helpful comment

This sounds like a Prometheus bug.

All 6 comments

/kind bug

Counterpoint, Prometheus cannot handle empty labels, and hence it is tricky to distinguish master nodes from regular nodes:

https://github.com/coreos/tectonic-installer/issues/1439

This sounds like a Prometheus bug.

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

@fejta-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Was this page helpful?
0 / 5 - 0 ratings