-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat: Admission Controller in OpenShift #637
Conversation
rollandf
commented
Oct 16, 2023
- Add 'openshift' kustomize dir under config/manifests
- Add Admission Controller yamls to CSV
- Fix Mellanox CRD finalizers permission
- Add Env variable to skip validations if needed
Note that |
/retest-nic_operator_helm |
/retest-nic_operator_kind |
|
||
patchesStrategicMerge: | ||
- manager_webhook_patch.yaml | ||
- webhookservicecainjection_patch.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:newline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
docs/operator-bundle.md
Outdated
nvidia-network-operator-v23-7-0-sub nvidia-network-operator nvidia-network-operator-catalog v23.7.0 | ||
``` | ||
|
||
Edit the `Subscription`, and add a section `config\env` under `spec` with needed vars and values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: config/env
-> spec.config.env
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
- image: nvcr.io/nvidia/cloud-native/network-operator@sha256:7005fa24a1ae52d927e76d50d90fddf6b6c7b08885a2dad3c7e5e2c2ac21c834 | ||
name: network-operator | ||
version: 23.7.0 | ||
name: network-operator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: newline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor nits, once addressed LGTM !
- Add 'openshift' kustomize dir under config/manifests - Add Admission Controller yamls to CSV - Fix Mellanox CRD finalizers permission - Add Env variable to skip validations if needed Signed-off-by: Fred Rolland <[email protected]>