-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Enable deployments to use hostNetwork #1761
Copy link
Copy link
Closed
Description
Describe the solution you'd like
While running kubernetes on EKS with calico instead of the vpc-cni addon webhooks need to run on hostnetwork to be able to communicate with the control-plane.
Right now the webhook is running on port 10250 which is the default port for kubelet to run on eks. Changing the default port that the webhook uses to a different one would solve the issue
What is the added value?
Allow external-secrets to be deployed on EKS with Calico Networking
Observations (Constraints, Context, etc):
Error from server (InternalError): error when creating "store.yaml": Internal error occurred: failed calling webhook "validate.secretstore.external-secrets.io": failed to call webhook: Post "https://external-secrets-webhook.external-secrets.svc:443/validate-external-secrets-io-v1beta1-secretstore?timeout=5s": Address is not allowed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels