"kubectl apply" fails when CNI is not installed #1702
Unanswered
firstdorsal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recreated the apply part of the example: https://github.com/kube-rs/kube/blob/main/examples/kubectl.rs
This works without problems when the CNI is installed. When the CNI is not installed it errors with 503. The default kubectl apply works without problems. Why could this be? What are they doing different?
Beta Was this translation helpful? Give feedback.
All reactions