Skip to content

Commit 9f44105

Browse files
authored
Merge pull request #915 from kevin85421/update-install-doc
[doc] Fix install.md
2 parents 93126ea + 260a741 commit 9f44105

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/install.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ any vanilla Kubernetes scheduling capability. Instead, a lot of extra out-of-box
9797
- name: PrioritySort
9898
```
9999

100+
1. Set the file permissions of `scheduler.conf` to 0644
101+
102+
```bash
103+
chmod 0644 /etc/kubernetes/scheduler.conf
104+
```
105+
100106
1. **❗IMPORTANT**❗ Starting with release v0.19, several plugins (e.g., coscheduling) introduced CRD
101107
to optimize their design and implementation. And hence we need an extra step to:
102108

@@ -125,7 +131,7 @@ any vanilla Kubernetes scheduling capability. Instead, a lot of extra out-of-box
125131
plugin. Here we install coscheduling CRD:
126132

127133
```bash
128-
$ kubectl apply -f manifests/crds/scheduling.x-k8s.io_podgroups.yaml
134+
$ kubectl apply -f manifests/crds/
129135
```
130136

131137
1. Modify `/etc/kubernetes/manifests/kube-scheduler.yaml` to run scheduler-plugins with coscheduling

0 commit comments

Comments
 (0)