Commit bec41675 authored by Quinton Hoole's avatar Quinton Hoole

Make zone and region node labels conformant.

Fixes #17506
parent b1255027
...@@ -16,5 +16,5 @@ limitations under the License. ...@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment