We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a30cf8 + 9c7be05 commit 6d3edbcCopy full SHA for 6d3edbc
cmd/kube-scheduler/app/server.go
@@ -80,7 +80,7 @@ each Pod in the scheduling queue according to constraints and available
80
resources. The scheduler then ranks each valid Node and binds the Pod to a
81
suitable Node. Multiple different schedulers may be used within a cluster;
82
kube-scheduler is the reference implementation.
83
-See [scheduling](https://kubernetes.io/docs/concepts/scheduling/)
+See [scheduling](https://kubernetes.io/docs/concepts/scheduling-eviction/)
84
for more information about scheduling and the kube-scheduler component.`,
85
Run: func(cmd *cobra.Command, args []string) {
86
if err := runCommand(cmd, args, opts, registryOptions...); err != nil {
0 commit comments