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.
2 parents 69abaf7 + dfee959 commit 6324d2aCopy full SHA for 6324d2a
docker/Dockerfile
@@ -102,7 +102,7 @@ COPY hack/must-gather.sh /usr/bin/gather
102
103
# Install must-gather dependency: `kubectl`
104
ARG TARGETARCH
105
-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
106
RUN chmod +x ./kubectl
107
RUN mv ./kubectl /usr/local/bin
108
0 commit comments