mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #86529 from hase1128/kube-scheduler-reference
Add simple reference to synopsis of kube-scheduler
This commit is contained in:
commit
f4e6ff84b3
@ -80,7 +80,8 @@ and capacity. The scheduler needs to take into account individual and collective
|
|||||||
resource requirements, quality of service requirements, hardware/software/policy
|
resource requirements, quality of service requirements, hardware/software/policy
|
||||||
constraints, affinity and anti-affinity specifications, data locality, inter-workload
|
constraints, affinity and anti-affinity specifications, data locality, inter-workload
|
||||||
interference, deadlines, and so on. Workload-specific requirements will be exposed
|
interference, deadlines, and so on. Workload-specific requirements will be exposed
|
||||||
through the API as necessary.`,
|
through the API as necessary. See [scheduling](https://kubernetes.io/docs/concepts/scheduling/)
|
||||||
|
for more information about scheduling and the kube-scheduler component.`,
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
if err := runCommand(cmd, args, opts, registryOptions...); err != nil {
|
if err := runCommand(cmd, args, opts, registryOptions...); err != nil {
|
||||||
fmt.Fprintf(os.Stderr, "%v\n", err)
|
fmt.Fprintf(os.Stderr, "%v\n", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user