We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae8b66 commit 20b8736Copy full SHA for 20b8736
CONTRIBUTING.md
@@ -51,8 +51,8 @@ kubectl --kubeconfig=.capms-cluster-kubeconfig.yaml patch node <control-plane-no
51
It is now expected to deploy a CNI to the cluster:
52
53
```bash
54
-kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/tigera-operator.yaml
55
-cat <<EOF | kubectl create -f -
+kubectl --kubeconfig=.capms-cluster-kubeconfig.yaml create -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/tigera-operator.yaml
+cat <<EOF | kubectl --kubeconfig=.capms-cluster-kubeconfig.yaml create -f -
56
apiVersion: operator.tigera.io/v1
57
kind: Installation
58
metadata:
0 commit comments