We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0442c12 + 69d43d5 commit e8f5603Copy full SHA for e8f5603
docker/Dockerfile
@@ -85,7 +85,7 @@ COPY hack/must-gather.sh /usr/bin/gather
85
86
# Install must-gather dependency: `kubectl`
87
ARG TARGETARCH
88
-RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/${OS_ARCH}/kubectl
+RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && curl -LO https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/${OS_ARCH}/kubectl
89
RUN chmod +x ./kubectl
90
RUN mv ./kubectl /usr/local/bin
91
0 commit comments