Justin Santa Barbara
|
31394aedfa
|
dns-controller: include namespace in keys
Avoids collisions when two services are named the same (for example).
Fix #1788
|
2017-02-15 23:58:25 -05:00 |
Justin Santa Barbara
|
4504028b9b
|
dns-controller optimizations
* Cache list of zones
* Combine DNS changesets
* If we have to list records for a zone, cache them in the dns operation
|
2017-01-16 23:39:25 -05:00 |
Justin Santa Barbara
|
cd2fc839f3
|
DNS logging tweaks
|
2017-01-10 11:26:25 -05:00 |
Justin Santa Barbara
|
58621dceb1
|
Turn down no-change logging in dns-controller
|
2017-01-09 20:51:49 -05:00 |
Chris Love
|
2dbda04f0d
|
Merge pull request #1397 from justinsb/fix_1391
dns-controller: don't make spurious updates in buffer
|
2017-01-08 20:19:33 -07:00 |
Justin Santa Barbara
|
537085d94c
|
dns-controller: don't make spurious updates in buffer
These will be caught later anyway, but we can save a false invalidation
and a spurious log message.
|
2017-01-08 21:37:12 -05:00 |
Justin Santa Barbara
|
43eb686f7c
|
Add diagnostic message when updating DNS
In debugging, it would have been useful to see the old & new values
sometimes
|
2017-01-08 09:39:59 -05:00 |
Justin Santa Barbara
|
84fad6e2b2
|
Merge pull request #697 from justinsb/unify_dns
Rework protokube dns so it shares code with dns-controller
|
2017-01-04 23:20:56 -05:00 |
Justin Santa Barbara
|
22a963d5af
|
Rework protokube dns so it shares code with dns-controller
|
2017-01-03 22:33:40 -05:00 |
Justin Santa Barbara
|
a375b1af82
|
Updates for k8s 1.6 code
|
2017-01-03 20:32:48 -05:00 |
chrislovecnm
|
c3d1b2b26b
|
updating headers, OMG we need this in the ci
|
2016-12-03 13:09:58 -07:00 |
Justin Santa Barbara
|
9cee0eaccd
|
Apply gofmt
|
2016-12-02 11:20:41 -05:00 |
Aman
|
f93219eae3
|
Update dns-controller README
|
2016-12-01 15:06:02 +05:30 |
Aman
|
7cd7eea2d5
|
Add unit tests
|
2016-11-29 16:09:45 +05:30 |
Aman
|
48aba161a0
|
Add support for annotation "internal" on services
- it adds node private IPs as DNS A records in route53
|
2016-11-21 12:08:20 +05:30 |
Kris Childress
|
77d42b39f6
|
Merge pull request #720 from justinsb/aliases_for_nodes
Support aliases for NodePort services
|
2016-11-20 19:27:57 -07:00 |
Justin Santa Barbara
|
5d8ebcd34f
|
Fixes per code review
|
2016-11-19 15:22:18 -05:00 |
Justin Santa Barbara
|
b8729f2738
|
Support aliases for NodePort services
Fixes #718
|
2016-11-19 15:22:18 -05:00 |
Justin Santa Barbara
|
27026ff110
|
Misc build fixes for dns-controller
|
2016-11-19 15:01:00 -05:00 |
chrislovecnm
|
8fa2aac99f
|
fixing more headers
|
2016-10-15 19:20:56 -06:00 |
Justin Santa Barbara
|
a529ffbb65
|
Configure dns-controller with ID of hosted zones
Fix #584
|
2016-10-06 13:12:27 -04:00 |
Justin Santa Barbara
|
146babbd27
|
Disable ingress DNS integration for 1.4.0
There are still some problems with the default nginx controller
|
2016-10-01 17:25:11 -04:00 |
Justin Santa Barbara
|
8df2a8c843
|
Apply gofmt to dns-controller
|
2016-07-27 11:04:57 -04:00 |
Justin Santa Barbara
|
bdb8e77079
|
Import code for new DNS controller
It uses the dnsprovider code in the k8s repo, and it looks for
annotations on pods, ingress, nodes & services.
|
2016-07-24 23:42:49 -04:00 |