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

The proper way to deploy NFD on OCP through NFD-operator #231

Closed
Walnux opened this issue Nov 30, 2021 · 3 comments
Closed

The proper way to deploy NFD on OCP through NFD-operator #231

Walnux opened this issue Nov 30, 2021 · 3 comments

Comments

@Walnux
Copy link

Walnux commented Nov 30, 2021

Our operator running on OCP depends on NFD and needs to deploy NFD with some specific configurations. We'd like to know what is the proper way for us to deploy NFD through NFD-operator on OCP.

We plan to add NFD-operator as a dependency into our operator Bundle image metadata and let our operator create a CR including our configuration from NFD-operator CRD and deploy NFD.

But the potential problem is that if some other users on the same cluster also do the same thing and create their CRs. Can these CRs coexist?

If these CRs can't coexist, does that mean we need a cluster Administrator to merge the different requirements from users manually and create CR to deploy NFD?

Any suggestions and help are appreciated!

@ArangoGutierrez
Copy link
Contributor

Hi!
the official documentation can be found at:

You can check how projects like https://github.com/openshift/special-resource-operator have dependency on NFD, and how they install it as part of the CSV install plan. (https://github.com/openshift/special-resource-operator/blob/master/config/manifests/bases/openshift-special-resource-operator.clusterserviceversion.yaml#L28)

@ArangoGutierrez
Copy link
Contributor

/close

@openshift-ci openshift-ci bot closed this as completed Feb 1, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 1, 2022

@ArangoGutierrez: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

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

No branches or pull requests

2 participants