Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] webhook-cabundle-injector controller #63

Closed
s1061123 opened this issue Jun 28, 2019 · 1 comment · Fixed by #79
Closed

[Request] webhook-cabundle-injector controller #63

s1061123 opened this issue Jun 28, 2019 · 1 comment · Fixed by #79

Comments

@s1061123
Copy link

In case of install K8s admission controller, ValidatingWebhookConfiguration requires CABundle as following, hence having configmap injector (as configmap-cabundle-injector controller) helps to install k8s admission controller.

apiVersion: admissionregistration.k8s.io/v1beta1
kind: ValidatingWebhookConfiguration
metadata:
  name: multus.openshift.io
webhooks:
  - name: net-attach-def-admission-controller-isolating-config.k8s.io
    clientConfig:
      service:
        name: net-attach-def-admission-controller-service
        namespace: openshift-multus-admission-controller
        path: "/isolate"
      caBundle: {{.CABundle}}  /// HERE!
    rules:
      - operations: [ "CREATE" ]
        apiGroups: ["apps", ""]
        apiVersions: ["v1"]
        resources: ["pods"]
@lisa
Copy link

lisa commented Oct 22, 2019

#51 seems related to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants