mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #17569 from quinton-hoole/2015-11-19-fix-node-zone-labels
Auto commit by PR queue bot
This commit is contained in:
commit
759df1ef6e
@ -16,5 +16,5 @@ limitations under the License.
|
||||
|
||||
package unversioned
|
||||
|
||||
const LabelZoneFailureDomain = "kubernetes.io/zone-failure-domain"
|
||||
const LabelZoneRegion = "kubernetes.io/zone-region"
|
||||
const LabelZoneFailureDomain = "failure-domain.alpha.kubernetes.io/zone"
|
||||
const LabelZoneRegion = "failure-domain.alpha.kubernetes.io/region"
|
||||
|
Loading…
Reference in New Issue
Block a user