NVIDIA / cloud-native-stack

Run cloud native workloads on NVIDIA GPUs
Apache License 2.0
118 stars 47 forks source link

Kubernetes Repository Switch #47

Closed BHSDuncan closed 3 months ago

BHSDuncan commented 5 months ago

I'm not 100% sure if this is an issue for the playbooks or not, but according to here:

https://kubernetes.io/blog/2023/08/31/legacy-package-repository-deprecation/

...it says the K8s package repositories have been moved and the legacy ones have now been removed.

The cns_values_*.yaml files should probably have the following references updated to default to the updated package repo:

k8s_apt_repository: " https://apt.kubernetes.io/ kubernetes-xenial main"

It might also be the case that the other k8s_ entries in the same YAML files may also need updating.

angudadevops commented 5 months ago

@BHSDuncan updated the code, please re clone and let us know

angudadevops commented 5 months ago

@BHSDuncan are you still seeing the issue ?

we will close the issue if there is no activity

BHSDuncan commented 5 months ago

I looked at one or two of the cns_values_* files and they look ok; however, I won't be able to properly pull and test for some time.

angudadevops commented 5 months ago

Thanks @BHSDuncan for the confirmation.