Run hack/update-expected.sh

This commit is contained in:
Ciprian Hacman 2022-06-30 11:53:58 +03:00
parent 29e87b6c15
commit 716410ae6d
4 changed files with 18 additions and 4 deletions

View File

@ -14,7 +14,7 @@ spec:
version: 9.99.0
- id: k8s-1.12
manifest: coredns.addons.k8s.io/k8s-1.12.yaml
manifestHash: 6dabf9f8a386bcc317bc95fee1d6e0aa2ef7b7f7d6cbb42e2fefb89523a3f628
manifestHash: 3c968681538b2e2130b2c31b1b7e186b997dfdc0e349cfa69fb8249be1d224c8
name: coredns.addons.k8s.io
selector:
k8s-addon: coredns.addons.k8s.io

View File

@ -80,7 +80,7 @@ data:
fallthrough in-addr.arpa ip6.arpa
ttl 30
}
hosts /etc/coredns/hosts k8s.local {
hosts /rootfs/etc/hosts k8s.local {
ttl 30
fallthrough
}
@ -184,6 +184,9 @@ spec:
- mountPath: /etc/coredns
name: config-volume
readOnly: true
- mountPath: /rootfs/etc/hosts
name: etc-hosts
readOnly: true
dnsPolicy: Default
nodeSelector:
kubernetes.io/os: linux
@ -209,6 +212,10 @@ spec:
- configMap:
name: coredns
name: config-volume
- hostPath:
path: /etc/hosts
type: File
name: etc-hosts
---

View File

@ -14,7 +14,7 @@ spec:
version: 9.99.0
- id: k8s-1.12
manifest: coredns.addons.k8s.io/k8s-1.12.yaml
manifestHash: 6dabf9f8a386bcc317bc95fee1d6e0aa2ef7b7f7d6cbb42e2fefb89523a3f628
manifestHash: 3c968681538b2e2130b2c31b1b7e186b997dfdc0e349cfa69fb8249be1d224c8
name: coredns.addons.k8s.io
selector:
k8s-addon: coredns.addons.k8s.io

View File

@ -80,7 +80,7 @@ data:
fallthrough in-addr.arpa ip6.arpa
ttl 30
}
hosts /etc/coredns/hosts k8s.local {
hosts /rootfs/etc/hosts k8s.local {
ttl 30
fallthrough
}
@ -184,6 +184,9 @@ spec:
- mountPath: /etc/coredns
name: config-volume
readOnly: true
- mountPath: /rootfs/etc/hosts
name: etc-hosts
readOnly: true
dnsPolicy: Default
nodeSelector:
kubernetes.io/os: linux
@ -209,6 +212,10 @@ spec:
- configMap:
name: coredns
name: config-volume
- hostPath:
path: /etc/hosts
type: File
name: etc-hosts
---