cloud-native-stack
cloud-native-stack copied to clipboard
Run cloud native workloads on NVIDIA GPUs
https://github.com/NVIDIA/cloud-native-stack/blame/bb94afa8772ba6a5c53786f131f685b15afdfaf8/playbooks/operators-install.yaml#L330 I'm deploying the [Digital Human Blueprint](https://build.nvidia.com/nvidia/digital-humans-for-customer-service/blueprintcard) from the [ACE tokkio workflow](https://github.com/NVIDIA/ACE/tree/main/workflows/tokkio) on GCP. Deployment was working up until today. On deployment: `./envbuild.sh install --component all --config-file ./config-template.yml` I'm getting...
**What this PR does / why we need it?** In 24.11.2 release, Network Operator is upgraded to 24.10.1 but the corresponding updates to `network-operator-values.yaml` is missing. Earlier, Network Operator Helm...
The uninstall script uses `yum autoremove -y` but this can remove other software that the user wants to keep, e.g. Firefox! Is it possible to more precisely remove packages installed...
Support for Kubernetes 1.35 should be implemented following its recent release - https://www.kubernetes.dev/resources/release/ - https://kubernetes.io/blog/2025/12/17/kubernetes-v1-35-release/
- Add nfs_path variable to version config templates (14.x, 15.x, 16.0) - Use Jinja2 default filter in add-ons.yaml for backward compatibility - Default path remains /data/nfs Users can now customize...
After node restart some pods in needs of GPU or VF might fails because the device ressources are not yet ready. It requires manual delete of failing pods. as example,...
**What this PR does / why we need it?** Currently, we can only specify a single load balancer IP. In some cases, users may need to define multiple load balancer...
To be able to use kubectl from an external machine, I would like to propose to add the control plane endpoint.
Hello, i cannot add docker credentials to CNS deployment to avoid pull rate limit issues. In my case during install, k8s was not able to pull Calico images from Docker...