diff --git a/Dockerfile b/Dockerfile index 9e9a6d65b0..f8985faa72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM golang:1.16-alpine LABEL maintainer="Luc Perkins " - +RUN sed -i 's!http://dl-cdn.alpinelinux.org/!https://mirrors.ustc.edu.cn/!g' /etc/apk/repositories RUN apk add --no-cache \ curl \ gcc \ @@ -25,7 +25,7 @@ RUN mkdir $HOME/src && \ go install --tags extended FROM golang:1.16-alpine - +RUN sed -i 's!http://dl-cdn.alpinelinux.org/!https://mirrors.ustc.edu.cn/!g' /etc/apk/repositories RUN apk add --no-cache \ git \ openssh-client \ diff --git a/content/zh/docs/concepts/extend-kubernetes/_index.md b/content/zh/docs/concepts/extend-kubernetes/_index.md index 467388221b..3be90a977e 100644 --- a/content/zh/docs/concepts/extend-kubernetes/_index.md +++ b/content/zh/docs/concepts/extend-kubernetes/_index.md @@ -95,7 +95,7 @@ Flags and configuration files may not always be changeable in a hosted Kubernete 有鉴于此,通常应该在没有其他替代方案时才应考虑更改参数标志和配置文件。 *内置的策略 API*,例如[ResourceQuota](/zh/docs/concepts/policy/resource-quotas/)、 [PodSecurityPolicies](/zh/docs/concepts/policy/pod-security-policy/)、