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.
1 parent 1839343 commit b8d1203Copy full SHA for b8d1203
bin/setup.sh
@@ -66,11 +66,11 @@ if ! `"$EXEC_DIR"/kubectl version --client=true 2>/dev/null | grep -q "$KUBECTL_
66
yes | sudo cp "$CACHE_DIR"/kubectl "$EXEC_DIR/kubectl" >/dev/null 2>&1
67
fi
68
echo -e "\n${LIGHT_GREEN}kubectl installed:${NC}" && \
69
- "$EXEC_DIR/kubectl" version --client=true && \
+ "$EXEC_DIR/kubectl" version --client=true --output=yaml && \
70
source <("$EXEC_DIR/kubectl" completion bash 2>/dev/null)
71
else
72
echo -e "\n${LIGHT_GREEN}kubectl present:${NC}" && \
73
74
75
76
0 commit comments