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.
2 parents 854e022 + 5979ee3 commit da10d2eCopy full SHA for da10d2e
docs/user-guide/how-to.md
@@ -578,7 +578,7 @@ relationships and configuration settings:
578
kubectl get crds | grep .hnc.x-k8s.io | awk '{print $1}' | xargs kubectl delete crd
579
580
# Delete the rest of HNC. For HNC v1.0 and later:
581
-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
582
# For versions earlier than HNC v1.0:
583
kubectl delete -f https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/hnc-${HNC_VERSION}/hnc-manager.yaml
584
```
0 commit comments