mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Fix sed transformation for new kube-dns yaml
This commit is contained in:
parent
ea07d310d1
commit
391ff02e4c
@ -73,7 +73,7 @@ spec:
|
|||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
args:
|
args:
|
||||||
# command = "/kube-dns"
|
# command = "/kube-dns"
|
||||||
- --domain=$DNS_DOMAIN}}.
|
- --domain=$DNS_DOMAIN.
|
||||||
- --dns-port=10053
|
- --dns-port=10053
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 10053
|
- containerPort: 10053
|
||||||
@ -106,7 +106,7 @@ spec:
|
|||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 20Mi
|
memory: 20Mi
|
||||||
args:
|
args:
|
||||||
- -cmd=nslookup kubernetes.default.svc.$DNS_DOMAIN}} 127.0.0.1 >/dev/null
|
- -cmd=nslookup kubernetes.default.svc.$DNS_DOMAIN 127.0.0.1 >/dev/null
|
||||||
- -port=8080
|
- -port=8080
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
s/__PILLAR__DNS__SERVER__/$DNS_SERVER_IP/g
|
s/__PILLAR__DNS__SERVER__/$DNS_SERVER_IP/g
|
||||||
s/__PILLAR__DNS__REPLICAS__/$DNS_REPLICAS/g
|
s/__PILLAR__DNS__REPLICAS__/$DNS_REPLICAS/g
|
||||||
s/__PILLAR__DNS__DOMAIN__/$DNS_DOMAIN}}/g
|
s/__PILLAR__DNS__DOMAIN__/$DNS_DOMAIN/g
|
||||||
s/__MACHINE_GENERATED_WARNING__/Warning: This is a file generated from the base underscore template file: __SOURCE_FILENAME__/g
|
s/__MACHINE_GENERATED_WARNING__/Warning: This is a file generated from the base underscore template file: __SOURCE_FILENAME__/g
|
Loading…
Reference in New Issue
Block a user