-
Notifications
You must be signed in to change notification settings - Fork 5
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: add OCP bundle #57
Conversation
almaslennikov
commented
Dec 20, 2024
- build OCP bundle
- configure operator configmap via kustomize
- add required RBAC permissions to operate in openshift
- add a github action to build and push the bundle to ghcr on a new tag
Pull Request Test Coverage Report for Build 12480427450Details
💛 - Coveralls |
2400250
to
2580e64
Compare
bundle/manifests/nic-configuration-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
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.
I am not sure about that but I think that the operator image should use ubi
as base image for OpenShift
bundle/manifests/nic-configuration-operator-config_v1_configmap.yaml
Outdated
Show resolved
Hide resolved
bundle/manifests/nic-configuration-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
bundle/manifests/nic-configuration-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
NICs there. | ||
displayName: NVIDIA NIC Configuration Operator | ||
icon: | ||
- base64data: "" |
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.
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.
We should probably request one from the product designers (I guess). Let's skip it for now and add once available to us before creating a PR to certified operators
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.
Ack.
Maybe @e0ne remembers how we got one for Network Operator
bundle/manifests/nic-configuration-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
bundle/manifests/nic-configuration-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
bundle/manifests/nic-configuration-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
bundle/manifests/nic-configuration-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
bundle/manifests/nic-configuration-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
bundle/manifests/nic-configuration-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
4efb9ae
to
394a4d7
Compare
bundle/manifests/nvidia-nic-configuration-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
78379b4
to
0b723b5
Compare
- build OCP bundle - configure operator configmap via kustomize - add required RBAC permissions to operate in openshift - add a github action to build and push the bundle to ghcr on a new tag Signed-off-by: Alexander Maslennikov <[email protected]>