-
Notifications
You must be signed in to change notification settings - Fork 21
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
Errors Encountered During nim-operator Startup #219
Comments
@wqlparallel Thanks for point this out. Yes, please feel free to raise a PR with your suggested changes. With the Helm chart these are setup right, but directly install from the generated manifests will fail. You need to update the RBAC here and generate manifests again. |
How to reproduce this issue as we did not see before? |
@wqlparallel are you working on the PR for this? @Devin-Yue customers will not hit this issue as right RBAC and CRDs are part of the helm chart. |
Sorry, I haven't had time to work for PR recently. If there are no problems with the installation, we can close the issue. |
Signed-off-by: ZhengSheng0524 <[email protected]>
Fixed with this PR |
1. Quick Debug Information
2. Issue or feature description
I have encountered a couple of issues while using the nim-operator, and I wanted to share them along with the solutions I found.
I received the following error during the startup of nim-operator:
Upon investigation, I discovered that in the config/rbac/role.yaml file, the term horizontalpodautoscalars should be corrected to horizontalpodautoscalers
This issue was resolved by installing bases/apps.nvidia.com_nemoguardrails.yaml in the config/crd/kustomization.yaml.
With these changes, nim-operator is now running correctly:
Additionally, I have made the relevant code changes. Would it be possible for me to submit these modifications to the community?
Thank you!
The text was updated successfully, but these errors were encountered: