mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
Move from k8s.gcr.io to registry.k8s.io
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
@@ -139,7 +139,7 @@ spec:
|
||||
kubernetes.io/os: linux
|
||||
containers:
|
||||
- name: coredns
|
||||
image: k8s.gcr.io/coredns/coredns:v1.8.6
|
||||
image: registry.k8s.io/coredns/coredns:v1.8.6
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
@@ -139,7 +139,7 @@ spec:
|
||||
kubernetes.io/os: linux
|
||||
containers:
|
||||
- name: coredns
|
||||
image: k8s.gcr.io/coredns/coredns:v1.8.6
|
||||
image: registry.k8s.io/coredns/coredns:v1.8.6
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
@@ -139,7 +139,7 @@ spec:
|
||||
kubernetes.io/os: linux
|
||||
containers:
|
||||
- name: coredns
|
||||
image: k8s.gcr.io/coredns/coredns:v1.8.6
|
||||
image: registry.k8s.io/coredns/coredns:v1.8.6
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
@@ -114,7 +114,7 @@ spec:
|
||||
kubernetes.io/os: linux
|
||||
containers:
|
||||
- name: kubedns
|
||||
image: k8s.gcr.io/dns/k8s-dns-kube-dns:1.21.1
|
||||
image: registry.k8s.io/dns/k8s-dns-kube-dns:1.21.1
|
||||
resources:
|
||||
# TODO: Set memory limits when we've profiled the container for large
|
||||
# clusters, then set request = limit to keep this container in
|
||||
@@ -170,7 +170,7 @@ spec:
|
||||
runAsUser: 1001
|
||||
runAsGroup: 1001
|
||||
- name: dnsmasq
|
||||
image: k8s.gcr.io/dns/k8s-dns-dnsmasq-nanny:1.21.1
|
||||
image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.21.1
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck/dnsmasq
|
||||
@@ -217,7 +217,7 @@ spec:
|
||||
- NET_BIND_SERVICE
|
||||
- SETGID
|
||||
- name: sidecar
|
||||
image: k8s.gcr.io/dns/k8s-dns-sidecar:1.21.1
|
||||
image: registry.k8s.io/dns/k8s-dns-sidecar:1.21.1
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
|
@@ -114,7 +114,7 @@ spec:
|
||||
kubernetes.io/os: linux
|
||||
containers:
|
||||
- name: kubedns
|
||||
image: k8s.gcr.io/dns/k8s-dns-kube-dns:1.21.1
|
||||
image: registry.k8s.io/dns/k8s-dns-kube-dns:1.21.1
|
||||
resources:
|
||||
# TODO: Set memory limits when we've profiled the container for large
|
||||
# clusters, then set request = limit to keep this container in
|
||||
@@ -170,7 +170,7 @@ spec:
|
||||
runAsUser: 1001
|
||||
runAsGroup: 1001
|
||||
- name: dnsmasq
|
||||
image: k8s.gcr.io/dns/k8s-dns-dnsmasq-nanny:1.21.1
|
||||
image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.21.1
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck/dnsmasq
|
||||
@@ -217,7 +217,7 @@ spec:
|
||||
- NET_BIND_SERVICE
|
||||
- SETGID
|
||||
- name: sidecar
|
||||
image: k8s.gcr.io/dns/k8s-dns-sidecar:1.21.1
|
||||
image: registry.k8s.io/dns/k8s-dns-sidecar:1.21.1
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
|
@@ -114,7 +114,7 @@ spec:
|
||||
kubernetes.io/os: linux
|
||||
containers:
|
||||
- name: kubedns
|
||||
image: k8s.gcr.io/dns/k8s-dns-kube-dns:1.21.1
|
||||
image: registry.k8s.io/dns/k8s-dns-kube-dns:1.21.1
|
||||
resources:
|
||||
# TODO: Set memory limits when we've profiled the container for large
|
||||
# clusters, then set request = limit to keep this container in
|
||||
@@ -170,7 +170,7 @@ spec:
|
||||
runAsUser: 1001
|
||||
runAsGroup: 1001
|
||||
- name: dnsmasq
|
||||
image: k8s.gcr.io/dns/k8s-dns-dnsmasq-nanny:1.21.1
|
||||
image: registry.k8s.io/dns/k8s-dns-dnsmasq-nanny:1.21.1
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck/dnsmasq
|
||||
@@ -217,7 +217,7 @@ spec:
|
||||
- NET_BIND_SERVICE
|
||||
- SETGID
|
||||
- name: sidecar
|
||||
image: k8s.gcr.io/dns/k8s-dns-sidecar:1.21.1
|
||||
image: registry.k8s.io/dns/k8s-dns-sidecar:1.21.1
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
|
@@ -19,7 +19,7 @@ We have the following variables in the yaml:
|
||||
|
||||
Note: The local listen IP address for NodeLocal DNSCache can be any address that can be guaranteed to not collide with any existing IP in your cluster. It's recommended to use an address with a local scope, per example, from the link-local range 169.254.0.0/16 for IPv4 or from the Unique Local Address range in IPv6 fd00::/8.
|
||||
|
||||
The following variables will be set by the node-cache images - k8s.gcr.io/k8s-dns-node-cache:1.15.6 or later.
|
||||
The following variables will be set by the node-cache images - registry.k8s.io/k8s-dns-node-cache:1.15.6 or later.
|
||||
The values will be determined by reading the kube-dns configMap for custom
|
||||
Upstream server configuration.
|
||||
`__PILLAR__CLUSTER__DNS__` - Upstream server for in-cluster queries.
|
||||
|
@@ -138,7 +138,7 @@ spec:
|
||||
operator: "Exists"
|
||||
containers:
|
||||
- name: node-cache
|
||||
image: k8s.gcr.io/dns/k8s-dns-node-cache:1.21.1
|
||||
image: registry.k8s.io/dns/k8s-dns-node-cache:1.21.1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
|
Reference in New Issue
Block a user