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 580f82a commit 9c16d13Copy full SHA for 9c16d13
hack/ci/e2e-conformance/e2e-conformance_patch.yaml.tpl
@@ -109,7 +109,7 @@ spec:
109
mkdir -p $K8S_DIR
110
K8S_URL="https://dl.k8s.io/${KUBERNETES_VERSION}/kubernetes-server-linux-amd64.tar.gz"
111
cd ${K8S_DIR}
112
- wget ${K8S_URL}
+ wget -q ${K8S_URL}
113
tar zxvf kubernetes-server-linux-amd64.tar.gz
114
K8S_SERVER_BIN_DIR="${K8S_DIR}/kubernetes/server/bin"
115
0 commit comments