-
Notifications
You must be signed in to change notification settings - Fork 18
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
Context aware policies are not working with rusttls #136
Comments
After debugging, it seems we are hitting the following issues in the
First, with After applying workarund, and bumping kube to
With minikube and kube 0.65.0, I hit the dns issue (as for me it ends for example in https://192.168.49.2:8443). A workaround is to add an entry to /etc/hosts. |
AFAICS in my test, upgrading the kube crate to v0.70.0 as suggested during a call with the Kubewarden team, solve the I'll open the PRs. |
The related PR released in the kube crate version 0.70.0: kube-rs/kube#804 |
Now that we switched to rusttls, the thread fetching information from a Kubernetes cluster is not able to connect to the cluster anymore.
My current setup:
This is the error message we get:
The text was updated successfully, but these errors were encountered: