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

Certificate handling with k3d #1964

Open
skoeva opened this issue May 7, 2024 · 0 comments
Open

Certificate handling with k3d #1964

skoeva opened this issue May 7, 2024 · 0 comments

Comments

@skoeva
Copy link
Contributor

skoeva commented May 7, 2024

For authentication with k3d in the CI, we need to handle certificates properly in the kubeconfig to avoid failures in the playwright tests. Without modifying the certificates, the failures look like this:

image

When we incorrectly handle the certificates, we get a failure that looks like this:

image

We are unable to test this locally due to #1914, so we are left to test changes in the CI. Ideally, it seems we should be able to modify the kubeconfig to handle certificates appropriately to avoid both of these errors in the playwright tests.

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

No branches or pull requests

1 participant