Skip to content

Commit e2b3de4

Browse files
authored
Merge pull request #2935 from k8s-infra-cherrypick-robot/cherry-pick-2920-to-release-1.6
[release-1.6] remove --listen-client-urls injection from ipv6 template
2 parents 25d0c1b + 13b8bb6 commit e2b3de4

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

templates/cluster-template-ipv6.yaml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/flavors/ipv6/patches/kubeadm-controlplane.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ metadata:
55
spec:
66
kubeadmConfigSpec:
77
postKubeadmCommands:
8-
- sed -i '\#--listen-client-urls#s#$#,https://127.0.0.1:2379#' /etc/kubernetes/manifests/etcd.yaml
98
# This frees up :53 on the host for the coredns pods
109
- echo "DNSStubListener=no" >> /etc/systemd/resolved.conf
1110
- mv /etc/resolv.conf /etc/resolv.conf.OLD && ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf

templates/test/ci/cluster-template-prow-ipv6.yaml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)