Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

remove extraneous sed statements for mooncake #4253

Merged
merged 1 commit into from
Nov 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions parts/k8s/kubernetesmastercustomdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,6 @@ MASTER_ARTIFACTS_CONFIG_PLACEHOLDER
sed -i "s|<masqLink>|false|g" $a
{{end}}

{{if IsMooncake}}
#`k8s.gcr.io` would redirect to `gcr.io/google-containers`, so we replace with `gcr.azk8s.cn/google-containers` here and it must be in the first order.
sed -i "s/k8s.gcr.io/gcr.azk8s.cn\/google-containers/g" /etc/kubernetes/addons/*.yaml
sed -i "s/gcr.io/gcr.azk8s.cn/g" /etc/kubernetes/addons/*.yaml
{{end}}

- path: /opt/azure/containers/mountetcd.sh
permissions: "0744"
encoding: gzip
Expand Down