-
Notifications
You must be signed in to change notification settings - Fork 43
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
Unable to add any new clients in recent versions (2.0+) #148
Comments
This is still a problem on v2.0.26. |
Hello, What does |
It just returns no value: $ kubectl -n radnimax-vpn get wireguardpeer test --template={{.status.config}} |
what about |
Sorry for the delay, been busy. Here is the result:
I have some time to troubleshoot it now but I think I will just blow it away and redeploy it at this point. |
Alright, so I removed it and my vpn "server/client" configs and redeployed. Now it isn't working at all. Applied release v2.0.30, then my server config in its own namespace just as I originally did. The only difference is updating the apiVersion to vpn.wireguard-operator.io/v1alpha1 as it's now listed on the readme page. Now when I apply the client config, I just get nothing: [xamindar@hp2530p-xam wireguard-operator]$ cat client-test.yaml EDIT: nevermind, it is working now. Just took a little while. One thing I noticed before I wiped it all out was it appears upgrading versions doesn't remove old CRDs so maybe that was the problem. I took them all out before I reinstalled everything: |
Issue was a forever pending LoadBalancer Service type. changed server config to use NodePort and it solved the issue:
|
Describe the bug
New clients fail to install and work. Example client yaml:
$ cat client-test.yaml
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should receive proper config info, which still happens with the existing clients already set up.
Additional context
Existing client configs are able to be retrieved. It is only any new ones that are added now, that are not able to be retrieved.
The text was updated successfully, but these errors were encountered: