`failure-domain` is no longer used in command line arg.

pull/6/head
Guangya Liu 2017-04-12 18:15:42 +08:00
parent 9db7953c24
commit 5026b9efba
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ limitations under the License.
package v1
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"
LabelZoneFailureDomain = "failure-domain.beta.kubernetes.io/zone"
LabelZoneRegion = "failure-domain.beta.kubernetes.io/region"