From a9c6272c4a0e5dd136cbbdd7ad6e14d656c31f0d Mon Sep 17 00:00:00 2001 From: Darwin Traver Date: Fri, 25 Jan 2019 12:03:22 -0500 Subject: [PATCH] Setting execute bit for calicoctl --- ee/ucp/kubernetes/install-cni-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/kubernetes/install-cni-plugin.md b/ee/ucp/kubernetes/install-cni-plugin.md index 554c754969..d91f19981f 100644 --- a/ee/ucp/kubernetes/install-cni-plugin.md +++ b/ee/ucp/kubernetes/install-cni-plugin.md @@ -76,7 +76,7 @@ commands on the Kubernetes master node to disable IPIP overlay tunneling. docker exec -it $(docker ps --filter name=k8s_calico-kube-controllers_calico-kube-controllers -q) sh # Download calicoctl -wget https://github.com/projectcalico/calicoctl/releases/download/v3.1.1/calicoctl +wget https://github.com/projectcalico/calicoctl/releases/download/v3.1.1/calicoctl && chmod +x calicoctl # Get the IP pool configuration. ./calicoctl get ippool -o yaml > ippool.yaml