mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +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
|
package unversioned
|
||||||
|
|
||||||
const LabelZoneFailureDomain = "kubernetes.io/zone-failure-domain"
|
const LabelZoneFailureDomain = "failure-domain.alpha.kubernetes.io/zone"
|
||||||
const LabelZoneRegion = "kubernetes.io/zone-region"
|
const LabelZoneRegion = "failure-domain.alpha.kubernetes.io/region"
|
||||||
|
Loading…
Reference in New Issue
Block a user