You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrade k8s-cluster from 1.28.8 to 1.29.4 stork-scheduler pods crashing. When i check logs, saw that: "command failed" err="no kind \"KubeSchedulerConfiguration\" is registered for version \"kubescheduler.config.k8s.io/v1beta3\" in scheme \"pkg/runtime/scheme.go:100\"
What you expected to happen:
pods will be up and running
How to reproduce it (as minimally and precisely as possible):
Kube-scheduler component config (KubeSchedulerConfiguration) kubescheduler.config.k8s.io/v1beta3 is removed in v1.29. Migrate kube-scheduler configuration files to kubescheduler.config.k8s.io/v1
Is this a BUG REPORT or FEATURE REQUEST?:
BUG REPORT
What happened:
After upgrade k8s-cluster from 1.28.8 to 1.29.4 stork-scheduler pods crashing. When i check logs, saw that:
"command failed" err="no kind \"KubeSchedulerConfiguration\" is registered for version \"kubescheduler.config.k8s.io/v1beta3\" in scheme \"pkg/runtime/scheme.go:100\"
What you expected to happen:
pods will be up and running
How to reproduce it (as minimally and precisely as possible):
Install portworx/portworx (3.1.0) helm chart
Anything else we need to know?:
Also upgraded px 3.0.0 to 3.1.0 before cluster because of 3.0.0 does not support k8s 1.29 (https://docs.portworx.com/portworx-enterprise/install-portworx/prerequisites)
Environment:
Kubernetes - v1.29.4 - On-Premise
Virtualized Environment with Vmware
uname -a
):4.18.0-477.27.1.el8_8.x86_64 #1 SMP Wed Sep 20 15:55:39 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
possible cause of the problem
Kube-scheduler component config (KubeSchedulerConfiguration) kubescheduler.config.k8s.io/v1beta3 is removed in v1.29. Migrate kube-scheduler configuration files to kubescheduler.config.k8s.io/v1
Validating issue:
check stork-config configmap content
Workaround
edit manually configmap and change
apiVersion: kubescheduler.config.k8s.io/v1beta3
toapiVersion: kubescheduler.config.k8s.io/v1
The text was updated successfully, but these errors were encountered: