Skip to content

Commit

Permalink
Merge pull request #704 from LavredisG/main
Browse files Browse the repository at this point in the history
Update customize-karmada-scheduler.md
  • Loading branch information
karmada-bot authored Oct 9, 2024
2 parents e840cda + b4b60ca commit 18c4149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developers/customize-karmada-scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ make image-karmada-scheduler
```

```shell
$ kubectl --kubeconfig ~/.kube/karmada.config --context karmada-host edit deploy/karmada-scheduler -nkarmada-system
$ kubectl --kubeconfig ~/.kube/karmada.config --context karmada-host edit deploy/karmada-scheduler -n karmada-system
...
spec:
automountServiceAccountToken: false
Expand Down Expand Up @@ -197,7 +197,7 @@ $ kubectl --kubeconfig ~/.kube/karmada.config --context karmada-host edit deploy
### Run the second scheduler in the cluster

You can run multiple schedulers simultaneously alongside the default scheduler and instruct Karmada what scheduler to use for each of your workloads.
Here is an sample of the deployment config. You can save it as `my-scheduler.yaml`:
Here is a sample of the deployment config. You can save it as `my-scheduler.yaml`:

```yaml
apiVersion: apps/v1
Expand Down Expand Up @@ -356,4 +356,4 @@ In order to make it easier to work through these examples, you can look at the "

```shell
kubectl --context karmada-apiserver describe deploy/nginx
```
```

0 comments on commit 18c4149

Please sign in to comment.