Skip to content

Commit

Permalink
meta data name support
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <shivaku@nvidia.com>
  • Loading branch information
shivakunv committed Dec 12, 2024
1 parent d8f3de9 commit cda0409
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkg/provisioner/templates/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,11 @@ sudo apt-get install yq -y
#yq eval 'del(.. | select(has("description")).description)' tigera-operator.yaml > tigera-operator-stripped.yaml
#with_retry 3 10s kubectl apply -f tigera-operator-stripped.yaml
#curl -sSL https://raw.githubusercontent.com/projectcalico/calico/${CALICO_VERSION}/manifests/tigera-operator.yaml | yq eval 'del(.. | select(has("description")).description)' - | with_retry 3 10s kubectl apply -f -
curl -sSL https://raw.githubusercontent.com/projectcalico/calico/${CALICO_VERSION}/manifests/tigera-operator.yaml | yq eval 'del(.. | select(has("description")).description)' -
curl -sSL https://raw.githubusercontent.com/projectcalico/calico/${CALICO_VERSION}/manifests/tigera-operator.yaml | yq eval 'del(.. | select(has("description")).description)' - | kubectl apply -f -
#curl -sSL https://raw.githubusercontent.com/projectcalico/calico/${CALICO_VERSION}/manifests/tigera-operator.yaml | yq eval 'del(.. | select(has("description")).description)' -
#curl -sSL https://raw.githubusercontent.com/projectcalico/calico/${CALICO_VERSION}/manifests/tigera-operator.yaml | yq eval 'del(.. | select(has("description")).description)' - | kubectl apply -f -
curl https://raw.githubusercontent.com/projectcalico/calico/v3.29.0/manifests/tigera-operator.yaml
curl https://raw.githubusercontent.com/projectcalico/calico/v3.29.0/manifests/tigera-operator.yaml | awk '!/description:/'
curl https://raw.githubusercontent.com/projectcalico/calico/v3.29.0/manifests/tigera-operator.yaml | awk '!/description:/' | kubectl apply -f -
echo "SHIVA1 $CALICO_VERSION"
echo "SHIVA4"
# Calico CRDs created. Now we sleep for 10s to ensure they are fully registered in the K8s etcd
Expand Down

0 comments on commit cda0409

Please sign in to comment.