-
Notifications
You must be signed in to change notification settings - Fork 49
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
create deployment kubevpn-traffic-manager pending #255
Comments
@kilawang can you show apiserver log? maybe pod is blocked by some webhook. |
@wencaiwulue Thank you for your suggestion. I checked the GKE log. But I don’t know what quota settings are needed |
Got it you can use this command to remove priorityClassName from deploy kubectl patch deployment kubevpn-traffic-manager
-p '{"spec":{"template":{"spec":{"priorityClassName":null}}}}' |
@wencaiwulue Thank you, It's work |
You can try to edit resourcequota, increase quota kubectl describe resourcequota |
@wencaiwulue Because we currently manage about 19 clusters, and they all need to be manually patched during installation. |
Yes,i will remove this setting parameter in v2.2.10. do worry about it |
@kilawang already released v2.2.10, you can use command |
@wencaiwulue Thank you, I upgrade and try it,It's work very well |
Hi
I download v 2.2.9 kubevpn client
and connect my GKE cluster
But the status always pending create deployment
Than I check deployment status , always 0 pod
It looks like the pod cannot be created
I use Macbook pro
Cluster Version is 1.27.12-gke.1115000
Clinet is Kubevpn v2.2.9
The text was updated successfully, but these errors were encountered: