Skip to content

Commit 20b8736

Browse files
committed
Missing flag in docs.
1 parent fae8b66 commit 20b8736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ kubectl --kubeconfig=.capms-cluster-kubeconfig.yaml patch node <control-plane-no
5151
It is now expected to deploy a CNI to the cluster:
5252

5353
```bash
54-
kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/tigera-operator.yaml
55-
cat <<EOF | kubectl create -f -
54+
kubectl --kubeconfig=.capms-cluster-kubeconfig.yaml create -f https://raw.githubusercontent.com/projectcalico/calico/v3.28.2/manifests/tigera-operator.yaml
55+
cat <<EOF | kubectl --kubeconfig=.capms-cluster-kubeconfig.yaml create -f -
5656
apiVersion: operator.tigera.io/v1
5757
kind: Installation
5858
metadata:

0 commit comments

Comments
 (0)