Admission Webhook issue when using --disable-agent #8469
-
Hello everyone! I'm having trouble using cert-manager in a brand new K3s cluster. My cluster is as follows:
Everything seems to work fine, but after installing cert-manager with
Anyone dealt with this? Could it be related that the K3s server does not run CNI, and thus cannot access the validating webhook? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you look in the logs, you should see a message on startup that explicitly addresses this: Lines 595 to 597 in 2a9e8e6 |
Beta Was this translation helpful? Give feedback.
-
🤦 thanks. Adding the I've added a PR to the docs: k3s-io/docs#181 |
Beta Was this translation helpful? Give feedback.
If you look in the logs, you should see a message on startup that explicitly addresses this:
k3s/pkg/cli/server/server.go
Lines 595 to 597 in 2a9e8e6