-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add clientsets for NIM Operator custom CRDs #9
Conversation
Signed-off-by: Shiva Krishna, Merla <[email protected]>
Signed-off-by: Shiva Krishna, Merla <[email protected]>
Update NIMProfile Spec
…of new scc Signed-off-by: Shiva Krishna, Merla <[email protected]>
Update the NIM service to use anyuid SCC and misc fixes for creation …
Signed-off-by: Shiva Krishna, Merla <[email protected]>
Update NIMPipeline spec
…e itself Signed-off-by: Shiva Krishna, Merla <[email protected]>
Signed-off-by: Shiva Krishna, Merla <[email protected]>
Signed-off-by: Shiva Krishna, Merla <[email protected]>
Cleanup Embedding/ReRanking CRDs as they are types with the NIMService itself
Update CODEOWNERS
Adding support for HorizontalPodAutoscaling for NIM deployment
Signed-off-by: Shiva Krishna, Merla <[email protected]>
|
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
Enable GitHub Actions
Please rebase |
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
Test actions
/rebase |
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
Only add --provenance flag during multiarch builds
Signed-off-by: Shiva Krishna, Merla <[email protected]>
e2f1595
to
ccc42d2
Compare
Signed-off-by: Shiva Krishna, Merla <[email protected]>
Signed-off-by: Shiva Krishna, Merla <[email protected]>
https://github.com/NVIDIA/k8s-nim-operator/actions/runs/10219425499/job/28277659091?pr=9 |
Makefile
Outdated
@@ -82,6 +87,19 @@ manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and Cust | |||
generate: controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations. | |||
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..." | |||
|
|||
.PHONY: generate-clientset | |||
generate-clientset: install-tools |
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 have a dockerized way of doing this. not a blocker, but sometimes is better to run this tools in a Linux controlled 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.
this should work in the container too, it just installs all binaries under GOBIN
.
Pull request was closed
3b51927
to
8819d97
Compare
No description provided.