Commit 7ea51a55 authored by Chris O'Haver's avatar Chris O'Haver

do not merge: test coredns with mem bump

parent fd73e6f2
......@@ -112,7 +112,7 @@ spec:
imagePullPolicy: IfNotPresent
resources:
limits:
memory: 170Mi
memory: 1000Mi
requests:
cpu: 100m
memory: 70Mi
......
......@@ -112,7 +112,7 @@ spec:
imagePullPolicy: IfNotPresent
resources:
limits:
memory: 170Mi
memory: 1000Mi
requests:
cpu: 100m
memory: 70Mi
......
......@@ -112,7 +112,7 @@ spec:
imagePullPolicy: IfNotPresent
resources:
limits:
memory: 170Mi
memory: 1000Mi
requests:
cpu: 100m
memory: 70Mi
......
......@@ -259,7 +259,7 @@ fi
# Optional: Install cluster DNS.
# Set CLUSTER_DNS_CORE_DNS to 'true' to install CoreDNS instead of kube-dns.
CLUSTER_DNS_CORE_DNS="${CLUSTER_DNS_CORE_DNS:-false}"
CLUSTER_DNS_CORE_DNS="${CLUSTER_DNS_CORE_DNS:-true}"
ENABLE_CLUSTER_DNS="${KUBE_ENABLE_CLUSTER_DNS:-true}"
DNS_SERVER_IP="${KUBE_DNS_SERVER_IP:-10.0.0.10}"
DNS_DOMAIN="${KUBE_DNS_DOMAIN:-cluster.local}"
......
......@@ -266,7 +266,7 @@ fi
# Optional: Install cluster DNS.
# Set CLUSTER_DNS_CORE_DNS to 'true' to install CoreDNS instead of kube-dns.
CLUSTER_DNS_CORE_DNS="${CLUSTER_DNS_CORE_DNS:-false}"
CLUSTER_DNS_CORE_DNS="${CLUSTER_DNS_CORE_DNS:-true}"
ENABLE_CLUSTER_DNS="${KUBE_ENABLE_CLUSTER_DNS:-true}"
DNS_SERVER_IP="10.0.0.10"
DNS_DOMAIN="cluster.local"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment