Kubernetes Prow Robot
c1e5e6a556
Merge pull request #93836 from jayunit100/salt_cleanup_92835
...
remove __pillar__ refs
2020-10-11 17:58:47 -07:00
prameshj
d730e5f87e
Update nodelocaldns yaml to use 1.15.14 image
2020-09-21 15:31:55 -07:00
jay vyas
c6a4a87ff2
pillar_dns_server remove change so as not to break tooling in the near term in the kubernetes/dns repo
2020-09-10 13:04:04 -04:00
Kubernetes Prow Robot
8da7c92a2f
Merge pull request #93975 from avr1254/master
...
Removed broken link to Analytics
2020-09-03 06:16:09 -07:00
jay vyas
1693c111be
Getting rid of the Salt DNS replacements, addded / back.
2020-08-30 09:11:27 +00:00
Kubernetes Prow Robot
b440ecc315
Merge pull request #93095 from pjbgf/migrate-seccomp-usage-to-ga
...
Update yaml files to use seccomp GA syntax
2020-08-28 12:35:49 -07:00
Kubernetes Prow Robot
1d04741aae
Merge pull request #93471 from lemonli/node-local-dns-cache
...
nodelocaldns.yaml: remove force_tcp option which used for external dn…
2020-08-27 16:05:57 -07:00
Arjun Ramachandrula
dcc1ab176d
Removed broken link to Analytics
2020-08-13 16:03:37 -04:00
Paulo Gomes
8f8f1bad72
Update yaml files to use seccomp GA syntax
2020-08-13 08:45:36 +01:00
lemonli
97f50fb0b5
nodelocaldns.yaml: remove force_tcp option which used for external dns query
2020-07-27 18:29:29 +08:00
Kubernetes Prow Robot
a2978e3ddb
Merge pull request #92718 from rajansandeep/kube-up-coredns1.7.0
...
[kube-up]: Bump CoreDNS to v1.7.0
2020-07-12 01:46:01 -07:00
Sandeep Rajan
adffc7fcca
kube-up: update coredns to v1.7.0
2020-07-01 14:58:29 -04:00
Sandeep Rajan
12bced9bfb
add back anti-affinity
2020-06-30 11:29:29 -04:00
Kubernetes Prow Robot
b8be11e3fc
Merge pull request #90995 from prameshj/nodelocal-image
...
Use the latest node-cache image.
2020-05-12 08:25:28 -07:00
Pavithra Ramesh
1ea97db78a
Use the latest node-cache image.
...
The image has debian base 2.0.0, some stability fixes and also uses
UDP to connect to stubDomains configured via kube-dns configmap.
2020-05-11 13:10:27 -07:00
Kubernetes Prow Robot
785aadca7f
Merge pull request #90248 from prameshj/affinitydns
...
Add back anti-affinity to kube-dns pods.
2020-05-09 00:43:51 -07:00
Pavithra Ramesh
069381edec
Bump up the kube-dns version to 1.15.10
2020-05-04 16:14:53 -07:00
Pavithra Ramesh
aaa0d12cc7
Add back anti-affinity to kube-dns pods.
...
This change also updates to the latest kube-dns images. The
anti-affinity change was previously rolled back in https://github.com/kubernetes/kubernetes/pull/59357
Adding this back as there have been imrpovements in scheduler
performance since.
2020-05-04 15:40:19 -07:00
Michael S. Fischer
c6fa1391f5
nodelocaldns: have Prometheus collect metrics
2020-03-20 08:40:33 -07:00
Kubernetes Prow Robot
a6f209c1c0
Merge pull request #86259 from rajansandeep/corednsto1.6.6-kube-up
...
Bump CoreDNS version to 1.6.7 [kube-up]
2020-03-17 16:19:26 -07:00
Srinivasa Satya Pradeep Nekkalapudi
66491d2d89
Add tolerations with effect "NoExecute" and "NoSchedule" to allow schedule of nodelocaldns pods on node pools with taints
...
Currently if we define taints on all node pools in a cluster then nodelocaldns pods wont get scheduled on those node pools. Also in GKE as the daemonset has reconcile flag set tolerations cannot be added. So adding these tolerations will allow nodelocaldns pods to get scheduled on all node pools.
2020-03-11 18:27:13 -07:00
Kubernetes Prow Robot
b9f15ece18
Merge pull request #88877 from prameshj/nodecache-update
...
Update to latest node-cache image
2020-03-06 13:17:45 -08:00
Sandeep Rajan
5ce4198152
update coredns to 1.6.7
2020-03-05 16:55:28 -05:00
Pavithra Ramesh
bb318ea84a
Update to latest node-cache image
2020-03-05 11:07:06 -08:00
Yu-Ju Hong
bcd975aa65
Replace Beta OS/arch labels with the GA ones
...
Beta OS/arch labels have been deprecated since 1.14.
This change replaces these labels with the GA ones.
2020-02-13 09:38:51 -08:00
Kubernetes Prow Robot
0c026656fe
Merge pull request #83358 from wawa0210/zx-kubedns
...
Bind kube-dns containers to linux nodes to avoid Windows scheduling on kubernetes cluster includes linux nodes and windows nodes
2020-01-09 20:12:35 -08:00
Kubernetes Prow Robot
d0f021524e
Merge pull request #85109 from rajansandeep/prepcorednsfor1.17-kube-up
...
Bumps CoreDNS to 1.6.5 and updates manifest for kube-up
2019-11-13 13:03:30 -08:00
Sandeep Rajan
d2d67bc406
update coredns version to 1.6.5, update manifest and corefile-migration version
2019-11-12 13:41:36 -05:00
Kubernetes Prow Robot
e10ed2efc9
Merge pull request #84826 from yliaog/nodeselector
...
added nodeSelector: beta.kubernetes.io/os: linux
2019-11-11 14:46:21 -08:00
Yu Liao
dac667a66e
added nodeSelector: beta.kubernetes.io/os: linux
2019-11-08 16:06:28 -08:00
Benjamin Elder
83c56a0373
remove hack/e2e.go
2019-11-03 19:36:59 -05:00
prameshj
328f8dfe12
Use DNS_SERVER_IP as --cluster-dns in all cases.
...
NodeLocalDNS addon listens on both DNS_SERVER_IP as well as LOCAL_DNS_IP. So cluster-dns flag can continue to be DNS_SERVER_IP in all cases.
Documented the various variables in the yaml.
2019-10-29 12:38:46 -07:00
xiaozhang
845c223d13
Bind kube-dns containers to linux nodes to avoid Windows scheduling
2019-10-13 09:16:06 +08:00
Pavithra Ramesh
1437805c05
Use latest node-cache version with stubdomain fix.
...
This image fixed a bug in configuring stubDomains and caused test
failure - https://k8s-testgrid.appspot.com/sig-network-gce#gci-gce-serial-kube-dns-nodecache
Verified by running the same test locally.
2019-10-09 23:11:44 -07:00
Kubernetes Prow Robot
52a3cb06ef
Merge pull request #82845 from prameshj/custom-nodelocal
...
Update nodelocaldns yaml to use image with custom Stubdomains support
2019-10-04 16:31:13 -07:00
Paulo Gomes
9997dfd72d
Remove redundant setting.
2019-09-19 08:15:02 +01:00
Pavithra Ramesh
1819c2ea9b
Support kube-dns stubDomains in nodelocaldns
...
With this change, node-local-dns pods will mount the kube-dns configmap
and update the Corefile with the stubDomain config.
2019-09-17 11:50:22 -07:00
Paulo Gomes
66a852071a
Consolidate UID and GID
2019-09-17 19:05:46 +01:00
Paulo Gomes
2545cbafd9
Replacing deprecated seccomp.
2019-09-11 20:45:35 +01:00
Paulo Gomes
72ee17c5ca
Adding recommendations from tallclair.
2019-09-11 20:42:24 +01:00
Paulo Gomes
8dcc976db3
Fix identation issue.
2019-09-11 20:42:06 +01:00
Paulo Gomes
f12d1347b2
Update .in and .sed files.
2019-09-11 20:41:59 +01:00
Paulo Gomes
594b18a119
Harden kube-dns to run with less privileges.
2019-09-11 20:41:50 +01:00
Kubernetes Prow Robot
7236850194
Merge pull request #82093 from rajansandeep/reconcilecorednscm
...
Add the ability to migrate CoreDNS configmap in kube-up
2019-08-30 07:59:56 -07:00
Sandeep Rajan
8a7a8032b1
hardcoded check sha of corefile tool
2019-08-29 10:03:29 -04:00
Sandeep Rajan
7980da9f46
bump coredns to 1.5.0
2019-08-20 14:38:23 -04:00
draveness
495faa22db
feat: cleanup pod critical pod annotations feature
2019-08-09 08:41:23 +08:00
draveness
d83526d253
Revert "feat: cleanup pod critical pod annotations feature"
...
This reverts commit b6d41ee5cc
.
2019-07-18 13:31:12 +08:00
draveness
b6d41ee5cc
feat: cleanup pod critical pod annotations feature
2019-07-11 08:54:19 +08:00
Sandeep Rajan
5e265e046c
add upstream to CoreDNS ConfigMap
2019-06-11 18:38:46 -04:00