headlamp icon indicating copy to clipboard operation
headlamp copied to clipboard

Certificate handling with k3d

Open skoeva opened this issue 2 months ago • 0 comments

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.

skoeva avatar May 07 '24 13:05 skoeva