Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Mar 2, 2018
1 parent c61f24f commit 818d261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-install/scripts/install-cni.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ SERVICEACCOUNT_TOKEN=$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)
# writing more complete kubeconfig files. This is only used
# if the provided CNI network config references it.
touch /host/etc/cni/net.d/calico-kubeconfig
chmod ${KUBECONFIG_MODE:-0600} /host/etc/cni/net.d/calico-kubeconfig
chmod ${KUBECONFIG_MODE:-600} /host/etc/cni/net.d/calico-kubeconfig
cat > /host/etc/cni/net.d/calico-kubeconfig <<EOF
# Kubeconfig file for Calico CNI plugin.
apiVersion: v1
Expand Down

0 comments on commit 818d261

Please sign in to comment.