mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
failure-domain
is no longer used in command line arg.
This commit is contained in:
parent
9db7953c24
commit
5026b9efba
@ -17,8 +17,6 @@ limitations under the License.
|
|||||||
package v1
|
package v1
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// If you add a new topology domain here, also consider adding it to the set of default values
|
|
||||||
// for the scheduler's --failure-domain command-line argument.
|
|
||||||
LabelHostname = "kubernetes.io/hostname"
|
LabelHostname = "kubernetes.io/hostname"
|
||||||
LabelZoneFailureDomain = "failure-domain.beta.kubernetes.io/zone"
|
LabelZoneFailureDomain = "failure-domain.beta.kubernetes.io/zone"
|
||||||
LabelZoneRegion = "failure-domain.beta.kubernetes.io/region"
|
LabelZoneRegion = "failure-domain.beta.kubernetes.io/region"
|
||||||
|
Loading…
Reference in New Issue
Block a user