Commit graph

160 commits

Author SHA1 Message Date
Sandeep Rajan
d26b5fbfcb Update version to 1.5.0 and update manifest (#152)
* Bump coredns to v1.5.0 and update manifest

* revert /tmp workaround
2019-04-24 12:28:03 -04:00
Chris O'Haver
4dc43f42c5
Update README.md (#156) 2019-04-24 12:25:43 -04:00
Sandeep Rajan
aad513584d make deprecated flag optional (#157) 2019-04-24 12:25:24 -04:00
Sandeep Rajan
37f5d0dad4 Adding CLI for the migration tool (#154)
* Initial commit for the corefile-tool cli for the migration tool

* cleanup implementation

* nit

* add fn to get corefile path

* add released command and improve readme
2019-04-24 11:22:13 -04:00
Sandeep Rajan
631694b4e3 Add proxy and forward options (#149) 2019-04-16 11:55:24 -04:00
Miek Gieben
d8ad9b2d44
debian: add corefile(5) as manual page (#151)
This was missing from the deb.

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-04-15 07:44:55 +01:00
Miek Gieben
6530a4f15a
debian: build all 3 ARCHs (#150)
Just build them all, and some typos fixed.

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-04-14 11:02:57 +01:00
Sandeep Rajan
8fbbcc6ae8 Fill in remaining supported CoreDNS versions (#146)
* fill in remaining supported coredns versions
* add coredns versions up to 1.1.3
* remove plugins from 1.1.3
2019-04-12 10:11:35 -04:00
Chris O'Haver
5fe683c057
Input validation for Version strings (#148)
* code

* tests
2019-04-12 09:30:35 -04:00
Chris O'Haver
626e32c427
Update rollback.sh (#145) 2019-04-11 09:53:14 -04:00
Chris O'Haver
51b56744fd
Update deploy.sh (#144) 2019-04-11 09:52:25 -04:00
Chris O'Haver
a464e20ac1
Fix/rename endpoint migration (#143)
* fix and rename endpoint action to be more general

* test
2019-04-10 16:01:57 -04:00
Chris O'Haver
cf59f40250
Add the noop (ignored) status (#142)
* add noop/ignore status

* rebase
2019-04-09 16:56:51 -04:00
Chris O'Haver
56bee8655c
handle endpoint deprecation (#141) 2019-04-09 14:13:56 -04:00
Sandeep Rajan
b5043b3b75 add tmp volume mount (#138) 2019-04-08 16:33:20 -04:00
Sandeep Rajan
5cc468ccd8 Add FAQs on CoreDNS in kubernetes (#108)
* add some faqs on coredns in kubernetes

* rename FAQ file

* remove section

* correct grammar and errors

* add more details and error correction

* nit

* remove known issues section
2019-04-08 16:31:59 -04:00
Chris O'Haver
ac020ac1bc
groundwork (#140) 2019-04-08 16:21:40 -04:00
Chris O'Haver
e6c1d12235
Kubernetes Corefile Migration Tool (#135) 2019-03-28 09:14:12 -04:00
Sandeep Rajan
3ec0533520 Add a document to map the kubernetes and coredns versions (#128) 2019-02-25 18:17:19 -05:00
Chris O'Haver
277e675436
Create Upgrading_CoreDNS.md (#127) 2019-02-21 16:15:08 -05:00
Sandeep Rajan
7952e0df64 add priority class (#130) 2019-02-21 12:08:05 -05:00
Sandeep Rajan
28cca6fe1b Update rbac APIs to v1 (#126) 2019-02-01 14:34:41 -05:00
Sandeep Rajan
cbbfde56bc Switch to apps/v1 API for deployment (#125) 2019-02-01 13:38:10 -05:00
Chris O'Haver
c265418ec7
Update coredns.yaml.sed (#123) 2019-01-29 15:03:59 -05:00
Sandeep Rajan
b3b3e14054 move deployment to use forward instead of proxy (#119) 2019-01-24 10:29:36 -05:00
Sandeep Rajan
a8f008dbc1 bump coredns version to 1.3.1 (#118) 2019-01-15 07:51:33 +00:00
Francois Tur
c5670bf0d2
Merge pull request #115 from rajansandeep/coredns1.3.0
CoreDNS version bump to 1.3.0
2018-12-21 13:55:47 -05:00
Sandeep Rajan
0f21571502 coredns version bump to 1.3.0 2018-12-21 10:32:01 -05:00
Brian Christie
ff5e7d0c89 bug: add metrics port to service, matching ports on pods (#112) 2018-11-27 12:03:15 -05:00
Chris O'Haver
bbf9284adc
remove master toleration (#109) 2018-11-16 08:56:19 -05:00
Chris O'Haver
fa052667f0
add version info (#107) 2018-11-08 12:38:58 -05:00
Sandeep Rajan
f91a4a7059 Bump version to 1.2.6 (#106) 2018-11-07 07:41:11 -05:00
Chris O'Haver
2420da9066
Add a document on Scaling CoreDNS in kubernetes clusters (#105) 2018-11-06 08:54:30 -05:00
Francois Tur
1b4fe411a6 Removing Survey link (#103)
I asked to close the Survey.
Removing the mention to that survey.
2018-10-26 09:09:30 -04:00
Chris O'Haver
6a06b9168c
bump coredns to 1.2.5 2018-10-25 13:56:32 -04:00
Sandeep Rajan
ce57028afc bump version to 1.2.4 and update deployment (#101) 2018-10-23 14:53:16 -04:00
Julian V. Modesto
a6c087005f deploy.sh and rollback.sh fixes (#99)
* Don't overwrite KUBECONFIG.

kubectl already knows to look in $HOME/.kube or use $KUBECONFIG.

https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/#set-the-kubeconfig-environment-variable

* Use $DIR instead of pwd.

https://stackoverflow.com/a/246128/1881379

* chmod +x kubernetes/rollback.sh
2018-10-16 11:14:03 -04:00
shashidharatd
2022b220fd Add getting nodes permission to system:coredns clusterrole (#100) 2018-10-16 10:21:37 -04:00
Kore Francis Njenga
fd3ad086f8 Solution: quote ${YAML_TEMPLATE} when calling the sed command (#96) 2018-09-06 08:46:24 -04:00
Chris O'Haver
60f57ff95b
bump to 1.2.2, restore mem limit to 170 (#94) 2018-08-29 10:05:45 -04:00
Chris O'Haver
644c6cf00b
bump k8s pod mem limit to 320 until cache fixed 2018-08-28 10:55:10 -04:00
Chris O'Haver
c7717afbfa
bump to 1.2.1, add loop (#92) 2018-08-27 17:00:12 -04:00
Chris O'Haver
fb929deeae
Revert "move coredns pods to 10053, and redirect service (#90)" (#91)
This reverts commit 4ffa2dfa21.
2018-08-27 15:23:30 -04:00
Chris O'Haver
4ffa2dfa21
move coredns pods to 10053, and redirect service (#90) 2018-08-27 09:41:07 -04:00
Sandeep Rajan
f6d0a56b78 add kube-dns to coredns configmap translation (#85) 2018-08-21 12:11:02 -04:00
Iñaki Domínguez Ochoa
82742c778a Add kubeconfig option (#81) 2018-08-20 15:28:22 -04:00
Sandeep Rajan
5b8ae1cda0 script to deploy kube-dns (#89)
update readme
2018-08-20 15:26:26 -04:00
Sandeep Rajan
8ad15e969e Resync with the k8s manifests (#88) 2018-08-14 12:56:29 -04:00
Chris O'Haver
19b35df7e6
Update README.md 2018-08-08 10:50:16 -04:00
Chris O'Haver
c77506a00e
Update README.md 2018-08-08 10:49:19 -04:00