File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
manifests/install/charts/as-a-second-scheduler
content/en/docs/user-guide Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,12 @@ Quick start instructions for the setup and configuration of as-a-second-schedule
23
23
24
24
#### Install chart using Helm v3.0+
25
25
26
+ > 🆕 Starting v0.28, Helm charts are hosted on https://scheduler-plugins.sigs.k8s.io
27
+
26
28
``` bash
27
29
$ git clone
[email protected] :kubernetes-sigs/scheduler-plugins.git
28
30
$ cd scheduler-plugins/manifests/install/charts
29
- $ helm install scheduler-plugins as-a-second- scheduler/ --create-namespace --namespace scheduler-plugins
31
+ $ helm install --repo https:// scheduler-plugins.sigs.k8s.io scheduler-plugins scheduler-plugins
30
32
```
31
33
32
34
#### Verify that scheduler and plugin-controller pod are running properly.
Original file line number Diff line number Diff line change @@ -26,12 +26,14 @@ Quick start instructions for the setup and configuration of as-a-second-schedule
26
26
27
27
### Installing the chart
28
28
29
+ > 🆕 Starting v0.28, Helm charts are hosted on https://scheduler-plugins.sigs.k8s.io
30
+
29
31
#### Install chart using Helm v3.0+
30
32
31
33
``` bash
32
34
$ git clone
[email protected] :kubernetes-sigs/scheduler-plugins.git
33
35
$ cd scheduler-plugins/manifests/install/charts
34
- $ helm install scheduler-plugins as-a-second- scheduler/ --create-namespace --namespace scheduler-plugins
36
+ $ helm install --repo https:// scheduler-plugins.sigs.k8s.io scheduler-plugins scheduler-plugins
35
37
```
36
38
37
39
#### Verify that scheduler and plugin-controller pod are running properly.
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ apiVersion: v1
2
2
entries :
3
3
scheduler-plugins :
4
4
- apiVersion : v2
5
- appVersion : 0.28.8
6
- created : " 2024-05-15T01:12:05.511605+08 :00"
5
+ appVersion : 0.29.7
6
+ created : " 2024-07-29T15:54:48.355364-07 :00"
7
7
description : deploy scheduler plugin as a second scheduler in cluster
8
- digest : d6e8af47272a285fb2feb59b3aae9207750285d876504039e0cfd65f71ae5f9b
8
+ digest : 728fd4f18759fb8d154f3fb531d8bbc9488df8f58052a6427f9bf068769cab28
9
9
name : scheduler-plugins
10
10
type : application
11
11
urls :
12
- - https://github.com/kubernetes-sigs/ scheduler-plugins/releases/download/v0.28.9 /scheduler-plugins-0.28.9 .tgz
13
- version : 0.28.8
14
- generated : " 2024-05-15T01:12:05.511057+08 :00"
12
+ - https://scheduler-plugins.sigs.k8s.io /scheduler-plugins-0.29.7 .tgz
13
+ version : 0.29.7
14
+ generated : " 2024-07-29T15:54:48.354857-07 :00"
You can’t perform that action at this time.
0 commit comments