Feature Request: Update GPU operator invocation #75
Labels
No labels
🐛 bug
DO THE THING >:(
blocked
dependencies
k3s
kind
openbao
question
secrets
wontfix
✨ enhancement
🌱good first issue
📓documentation
📕kyverno
🔐 Bitwarden
🙋help wanted
🦩 MinIO
🧸 🧸 Duplicate
🩹 Bug Fix
🪠 CICD
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
small-hack/smol-k8s-lab#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Looks like Rancher is doing it like this: https://gist.github.com/bgulla/5ea0e7fd310b5db4f9b66036d1cdb3d3
delete:
helm uninstall -n gpu-operator nvidiagpu
cluster-info:
kubectl get nodes -o wide
I will take this as a feature if you can do the PR
@cloudymax this should first be an app in https://github.com/small-hack/argocd-apps/tree/main and then we can add it to the default config for smol k8s :3
Now that
v1.0.0is officially out, it's much easier to add this to the default applications. Some notes for that:make sure the application is documented in this section of the root README, including adding a small icon, even if you have to make one up :)
make sure to set it to disabled by default in default_config.yaml under apps (also make sure it's in alphabetical order)
Make sure it's well documented in small-hack/argocd-apps both in the root README.md and in its application directory's README.
@cloudymax I'm marking this as blocked based on your work on this helm chart, but feel free to unblock it when you're ready
Closing based on https://github.com/small-hack/smol-k8s-lab/pull/58#issuecomment-1837129823