Skip to content

Commit 91ae149

Browse files
authored
Merge pull request #533 from czybjtu/doc_helm_charts
doc: using --namespace option when installed by helm
2 parents ded7f5c + 2c8cd7d commit 91ae149

File tree

1 file changed

+2
-3
lines changed
  • manifests/install/charts/as-a-second-scheduler

1 file changed

+2
-3
lines changed

manifests/install/charts/as-a-second-scheduler/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Quick start instructions for the setup and configuration of as-a-second-schedule
2626
```bash
2727
$ git clone [email protected]:kubernetes-sigs/scheduler-plugins.git
2828
$ cd scheduler-plugins/manifests/install/charts
29-
$ helm install scheduler-plugins as-a-second-scheduler/
29+
$ helm install scheduler-plugins as-a-second-scheduler/ --create-namespace --namespace scheduler-plugins
3030
```
3131

3232
#### Verify that scheduler and plugin-controller pod are running properly.
@@ -46,11 +46,10 @@ The following table lists the configurable parameters of the as-a-second-schedul
4646
|---------------------------|-----------------------------|-------------------------------------------------------------------------------------------------|
4747
| `scheduler.name` | Scheduler name | `scheduler-plugins-scheduler` |
4848
| `scheduler.image` | Scheduler image | `registry.k8s.io/scheduler-plugins/kube-scheduler:v0.24.9` |
49-
| `scheduler.namespace` | Scheduler namespace | `scheduler-plugins` |
49+
| `scheduler.leaderElect` | Scheduler leaderElection | `false` |
5050
| `scheduler.replicaCount` | Scheduler replicaCount | `1` |
5151
| `controller.name` | Controller name | `scheduler-plugins-controller` |
5252
| `controller.image` | Controller image | `registry.k8s.io/scheduler-plugins/controller:v0.24.9` |
53-
| `controller.namespace` | Controller namespace | `scheduler-plugins` |
5453
| `controller.replicaCount` | Controller replicaCount | `1` |
5554
| `plugins.enabled` | Plugins enabled by default | `["Coscheduling","CapacityScheduling","NodeResourceTopologyMatch", "NodeResourcesAllocatable"]` |
5655
| `plugins.disabled` | Plugins disabled by default | `["PrioritySort"]` |

0 commit comments

Comments
 (0)