Open SergeyMuha opened 5 years ago
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 https://github.com/cloudfoundry-incubator/kubo-release/blob/4906d3a192584924a0ab85a25dafcc047af36a28/jobs/kubelet/templates/bin/kubelet_ctl.erb#L32 Good option will be to configure also failure-domain.beta.kubernetes.io/region and take this from var when deploying kubo
I would expand this feature request with the ability to define custom labels via bosh manifests.
Hi, Is this feature implemented yet ? To add custom labels in manifest
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 https://github.com/cloudfoundry-incubator/kubo-release/blob/4906d3a192584924a0ab85a25dafcc047af36a28/jobs/kubelet/templates/bin/kubelet_ctl.erb#L32 Good option will be to configure also failure-domain.beta.kubernetes.io/region and take this from var when deploying kubo