File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ if [ "${GANG_SCHEDULER_NAME}" = "scheduler-plugins" ]; then
39
39
git clone https://github.com/kubernetes-sigs/scheduler-plugins.git
40
40
pushd scheduler-plugins/manifests/install/charts
41
41
42
+ # Since https://github.com/kubernetes-sigs/scheduler-plugins/pull/526, the scheduler-plugins switch the API group to 'x-k8s.io'.
43
+ # So we must use the specific commit version to available the older API group, 'sigs.k8s.io'.
44
+ # Details: https://github.com/kubeflow/training-operator/issues/1769
45
+ # TODO: Once we support new API group, we should switch the scheduler-plugins version.
46
+ git checkout df16b76a226e58b6961b30ba800e5a713d433c44
47
+
42
48
# We need to use a values.yaml for v1.23 if K8S cluster version is v1.23.x since latest helm chart does not have compatible with v1.23.
43
49
# TODO (tenzen-y): Once we stop supporting v1.23, we must remove the below:
44
50
K8S_MINOR=$( echo " ${KUBERNETES_VERSION} " | cut -d . -f 2)
You can’t perform that action at this time.
0 commit comments