NVIDIA / cloud-native-stack

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

calico.yaml url has expired #27

Closed BharathReddy294 closed 1 year ago

BharathReddy294 commented 1 year ago

The URL in the following command kubectl apply -f https://docs.projectcalico.org/v3.23/manifests/calico.yaml of document: https://github.com/NVIDIA/cloud-native-core/blob/master/install-guides/Ubuntu_Server_v7.0.md has expired.

Using the following URL resolved my issue: https://raw.githubusercontent.com/projectcalico/calico/v3.24.0/manifests/calico.yaml

mattf commented 1 year ago

cc @erikbohnhorst

this is also an issue for the playbooks

francisguillier commented 1 year ago

the issue was fixed (by @angudadevops) in both the step by step guide and in the Ansible playbook.

kubectl apply -f https://projectcalico.docs.tigera.io/archive/v3.23/manifests/calico.yaml is the new link we use.

angudadevops commented 1 year ago

issue fixed with latest versions