Skip to content

Commit

Permalink
comment the pod-admission plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTanenbaum committed Mar 8, 2024
1 parent 5ff0e68 commit 5dea959
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ webhooks:
apiVersions: ["*"]
resources: ["nodes/status"]
scope: "*"
- name: pod.network-node-identity.openshift.io
clientConfig:
url: https://{{.NetworkNodeIdentityAddress}}:{{.NetworkNodeIdentityPort}}/pod
caBundle: {{.NetworkNodeIdentityCABundle}}
admissionReviewVersions: ['v1']
sideEffects: None
rules:
- operations: [ "UPDATE" ]
apiGroups: ["*"]
apiVersions: ["*"]
resources: ["pods/status"]
scope: "*"
### ONCE THE pod-admission work is backported to multus we can work on adding the pod-admission
# - name: pod.network-node-identity.openshift.io
# clientConfig:
# url: https://{{.NetworkNodeIdentityAddress}}:{{.NetworkNodeIdentityPort}}/pod
# caBundle: {{.NetworkNodeIdentityCABundle}}
# admissionReviewVersions: ['v1']
# sideEffects: None
# rules:
# - operations: [ "UPDATE" ]
# apiGroups: ["*"]
# apiVersions: ["*"]
# resources: ["pods/status"]
# scope: "*"

0 comments on commit 5dea959

Please sign in to comment.