Update deprecated links

This commit is contained in:
Ben Moss
2019-02-04 13:28:31 -05:00
parent 97f526665b
commit 34ac4d9ee9
63 changed files with 205 additions and 205 deletions

View File

@@ -148,7 +148,7 @@ type KubeletFlags struct {
// and fails the mount operation fails.
ExperimentalCheckNodeCapabilitiesBeforeMount bool
// This flag, if set, will avoid including `EvictionHard` limits while computing Node Allocatable.
// Refer to [Node Allocatable](https://git.k8s.io/community/contributors/design-proposals/node-allocatable.md) doc for more information.
// Refer to [Node Allocatable](https://git.k8s.io/community/contributors/design-proposals/node/node-allocatable.md) doc for more information.
ExperimentalNodeAllocatableIgnoreEvictionThreshold bool
// Node Labels are the node labels to add when registering the node in the cluster
NodeLabels map[string]string