We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa104e8 commit 5979ee3Copy full SHA for 5979ee3
docs/user-guide/how-to.md
@@ -559,7 +559,7 @@ relationships and configuration settings:
559
kubectl get crds | grep .hnc.x-k8s.io | awk '{print $1}' | xargs kubectl delete crd
560
561
# Delete the rest of HNC. For HNC v1.0 and later:
562
-kubectl delete -f https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/hnc-${HNC_VERSION}/default.yaml
+kubectl delete -f https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/${HNC_VERSION}/default.yaml
563
# For versions earlier than HNC v1.0:
564
kubectl delete -f https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/hnc-${HNC_VERSION}/hnc-manager.yaml
565
```
0 commit comments