Skip to content

Commit 6d3edbc

Browse files
authored
Merge pull request kubernetes#91411 from Hsiny/master
Fix 404 link in kube-scheduler command usage description
2 parents 7a30cf8 + 9c7be05 commit 6d3edbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kube-scheduler/app/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ each Pod in the scheduling queue according to constraints and available
8080
resources. The scheduler then ranks each valid Node and binds the Pod to a
8181
suitable Node. Multiple different schedulers may be used within a cluster;
8282
kube-scheduler is the reference implementation.
83-
See [scheduling](https://kubernetes.io/docs/concepts/scheduling/)
83+
See [scheduling](https://kubernetes.io/docs/concepts/scheduling-eviction/)
8484
for more information about scheduling and the kube-scheduler component.`,
8585
Run: func(cmd *cobra.Command, args []string) {
8686
if err := runCommand(cmd, args, opts, registryOptions...); err != nil {

0 commit comments

Comments
 (0)