Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote PodDisruptionBudget Version to v1 for Adapter Kubernetes Version 1.25+ #426

Closed
SSmallMonster opened this issue Oct 30, 2022 · 1 comment · Fixed by #427
Closed

Comments

@SSmallMonster
Copy link
Member

Since v1beta1/PodDisruptionBudget won't be supported in kubeVersion 1.25+, we need update the dependency version.

Scheduler Error Log:

[root@m-master1 ~]# kubectl logs po/hwameistor-scheduler-f4b5cb8dd-fb8st -n hwameistor
I1030 07:54:12.744726       1 shared_informer.go:230] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
I1030 07:54:12.744758       1 shared_informer.go:230] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file
I1030 07:54:12.745521       1 tlsconfig.go:178] loaded client CA [0/"client-ca::kube-system::extension-apiserver-authentication::client-ca-file,client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"]: "kubernetes" [] validServingFor=[kubernetes] issuer="<self>" (2022-10-30 00:03:15 +0000 UTC to 2032-10-27 00:03:15 +0000 UTC (now=2022-10-30 07:54:12.745500531 +0000 UTC))
I1030 07:54:12.745559       1 tlsconfig.go:178] loaded client CA [1/"client-ca::kube-system::extension-apiserver-authentication::client-ca-file,client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file"]: "front-proxy-ca" [] validServingFor=[front-proxy-ca] issuer="<self>" (2022-10-30 00:03:16 +0000 UTC to 2032-10-27 00:03:16 +0000 UTC (now=2022-10-30 07:54:12.74555216 +0000 UTC))
I1030 07:54:12.745715       1 tlsconfig.go:200] loaded serving cert ["Generated self signed cert"]: "localhost@1667116449" [serving] validServingFor=[127.0.0.1,localhost,localhost] issuer="localhost-ca@1667116449" (2022-10-30 06:54:09 +0000 UTC to 2023-10-30 06:54:09 +0000 UTC (now=2022-10-30 07:54:12.745706543 +0000 UTC))
I1030 07:54:12.745826       1 named_certificates.go:53] loaded SNI cert [0/"self-signed loopback"]: "apiserver-loopback-client@1667116450" [serving] validServingFor=[apiserver-loopback-client] issuer="apiserver-loopback-client-ca@1667116450" (2022-10-30 06:54:09 +0000 UTC to 2023-10-30 06:54:09 +0000 UTC (now=2022-10-30 07:54:12.745817114 +0000 UTC))
E1030 07:54:13.678813       1 reflector.go:178] k8s.io/client-go/informers/factory.go:135: Failed to list *v1beta1.PodDisruptionBudget: the server could not find the requested resource
E1030 07:54:15.586564       1 reflector.go:178] k8s.io/client-go/informers/factory.go:135: Failed to list *v1beta1.PodDisruptionBudget: the server could not find the requested resource
E1030 07:54:21.469303       1 reflector.go:178] k8s.io/client-go/informers/factory.go:135: Failed to list *v1beta1.PodDisruptionBudget: the server could not find the requested

More info about PodDisruptionBudget, see kubernetes/kubernetes#99290

@panpan0000
Copy link
Collaborator

can hwameiStor merge it with new version released soon ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants