Skip to content

Enable deployments to use hostNetwork #1761

@pepordev

Description

@pepordev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions