Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Add possibility to specify failure-domain.beta.kubernetes.io/region #343

Open
SergeyMuha opened this issue Aug 1, 2019 · 2 comments
Open

Comments

@SergeyMuha
Copy link

SergeyMuha commented Aug 1, 2019

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is
When we deploy volume with storage class on vsphere we need to configure nodes with zone and region labels
https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/zones.html#kubernetes-setup
Describe the solution you'd like
A clear and concise description of what you want to happen.
As I can see when kubelet joining cluster, it adds label for zone

labels = ["spec.ip=#{spec.ip}","bosh.id=#{spec.id}","bosh.zone=#{spec.az}"]

Good option will be to configure also failure-domain.beta.kubernetes.io/region and take this from var when deploying kubo

@martjarvi
Copy link

I would expand this feature request with the ability to define custom labels via bosh manifests.

@ghost
Copy link

ghost commented May 11, 2020

Hi, Is this feature implemented yet ?
To add custom labels in manifest

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants