K3D not ready for cert-manager #997
-
Hi all I'm still working with K3D for integration testing (see my discussion re. cluster start-up). Having been forced (perhaps it was just a matter of time) by another requirement to introduce cert-manager to my tests, I've run into what seems to be a timing issue. My tests are initiated using a script. If I perform the steps manually, and wait for the initial cluster network activity to die down, the cert-manager resource definitions are accepted by the cluster. But running my script results in...
Can anyone tell me what it is I need to be waiting for before trying to create cert-manager resources, and how I go about waiting? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @sdc395 , thanks for starting this discussion! |
Beta Was this translation helpful? Give feedback.
Hi @sdc395 , thanks for starting this discussion!
Can you maybe share your script or at least the mentioned steps here, so it's easier to reproduce?
I guess the cert-manager folks know best what are the pre-requisites for this to work, but we can try to help 👍