Kubernetes Prow Robot
9d2aaf0efe
Merge pull request #1695 from dansimone/dansimone/support-wildcard-records
...
Support wildcard records - Optional ability to replace the asterisk in generated registry TXT records with another string
2020-12-09 08:24:50 -08:00
Kubernetes Prow Robot
7d033a78fd
Merge pull request #1888 from bl-ue/patch-1
...
Update README.md
2020-12-09 01:18:50 -08:00
Kubernetes Prow Robot
e595a3c068
Merge pull request #1880 from ddymko/readme-vultr
...
Add Vultr to Readme
2020-12-09 01:16:50 -08:00
Kubernetes Prow Robot
9f8a9747ab
Merge pull request #1867 from jsravn/correctly-update-aws-records-when-type-changes
...
Allow AWS provider to change record types
2020-12-09 01:14:52 -08:00
bl-ue
366d189433
Update README.md
...
Fixes:
- deprecated `--replicas` flag for `kubectl run`
- `deployment` -> `pod`; `kubectl run` creates a `pod`
2020-12-08 16:45:50 -05:00
dan.simone@oracle.com
20703084c6
Tidy up the logic that constructs the final list of ingresses based on the hostname source annotation
2020-12-04 11:04:02 -08:00
dan.simone@oracle.com
d8d9275265
Merge remote-tracking branch 'origing/master' into dansimone/support-prefer-ingress-annotations
2020-12-04 10:47:29 -08:00
dan.simone@oracle.com
0bcc2ed39e
FAQ changes based on feedback
2020-12-04 10:44:12 -08:00
Edward Lynes
ef5e888488
Merge branch 'master' into akamai-provider-1846
2020-12-03 13:34:32 -05:00
Edward Lynes
395879ebfb
Code review feedback updates
...
- removed commented code
- removed unnecessary provider checks in GetRecords and AddChanges
- removed noisy debugf comments
- updated validation keys check
2020-12-03 13:24:55 -05:00
David Dymko
ad1e1c8afa
adding missing vultr to readme
2020-12-03 10:10:38 -05:00
Kubernetes Prow Robot
c79e457220
Merge pull request #1879 from kundan2707/akamaifastdns
...
fix for 1878
2020-12-03 03:05:00 -08:00
Kundan Kumar
7f7c663da9
fir for 1878
2020-12-03 15:41:07 +05:30
Kubernetes Prow Robot
de852f535f
Merge pull request #1876 from windayski/typos
...
fix some typos
2020-12-02 01:12:50 -08:00
Kubernetes Prow Robot
ab72be2ff4
Merge pull request #1874 from bl-ue/fix-diff-highlighting-coredns-tutorial
...
Fix diff highlighting in CoreDNS tutorial
2020-12-02 00:48:51 -08:00
windayski
9f28aa9106
fix some typos
2020-11-30 10:23:19 +00:00
bl-ue
615c92ddd2
Cleanup extra whitespace
2020-11-28 13:32:44 -05:00
bl-ue
fdbc66a47d
Fix diff highlighting in CoreDNS tutorial
2020-11-28 13:21:44 -05:00
Edward Lynes
f33a90f88b
Update documentation
...
update README.md to include akamai provider changes
update CHANGEME.md to rename akamai-fastdns refs to akamai-edgedns
update Akamai tutorial name and content for updated functionality and tested scenarios.
2020-11-23 14:42:31 -05:00
Edward Lynes
75429cc504
Refactor and clean up akamai provider
...
refactor: remove dns api logic and use dns api library
enhancement: add additional args for auth credential retieval
cleanup: simplify, organize processing logic
test: update automation and validate
2020-11-23 14:34:44 -05:00
James Ravn
053d39f422
Allow AWS provider to change record types
...
Currently the AWS provider cannot handle record type changes. It always
attempts to UPSERT such updates, which will fail the entire zone batch
of changes. As a result, a single resource change can break all the
updates for the entire zone.
This change modifies the AWS behavior to correctly identify when the
record type changes and perform a batched DELETE and CREATE to update
the record successfully.
Special logic is required to handle ALIAS records which are not directly
encoded by the generic external-dns code, and relies on
convention (using a CNAME record type internally). I'm not sure this is
ideal as it's fairly error prone, and would prefer to see direct support
for such ALIAS types, but I've left it alone in this change.
2020-11-19 14:45:40 +00:00
Pavel Tumik
65087c4e02
Infoblox multiple A records support ( #1479 )
...
* Infoblox multiple A records support
* improve test coverage
2020-11-09 00:12:25 -08:00
Kubernetes Prow Robot
42c64ebbee
Merge pull request #1857 from cyluss/master
...
Fix RFC2136 tutorial
2020-11-07 09:49:37 -08:00
cyluss
aa8bcbf21a
fix rfc2136 tutorial inconsistency within document
2020-11-06 18:46:50 +09:00
cyluss
d1fc39bfad
fix rfc2136 tutorial RBAC
2020-11-06 18:43:38 +09:00
Kubernetes Prow Robot
495ea50585
Merge pull request #1854 from kundan2707/externaldns
...
corrected broken link in multiple docs
2020-11-05 02:10:53 -08:00
kundan2707
7ea1871ef4
updated review comments
2020-11-05 15:14:56 +05:30
Enrique Gonzalez
28b61befbf
git: solve merge conflict
...
Signed-off-by: Enrique Gonzalez <goga.enrique@gmail.com>
2020-11-03 16:36:17 +01:00
Enrique Gonzalez
76817b350f
git: merge upstream master
...
Signed-off-by: Enrique Gonzalez <goga.enrique@gmail.com>
2020-11-03 16:29:36 +01:00
Kubernetes Prow Robot
bb2a0a0bd1
Merge pull request #1850 from windayski/typo
...
fix typos
2020-10-30 01:00:07 -07:00
windayski
262822e2f6
fix typos
2020-10-30 03:28:57 +00:00
Kubernetes Prow Robot
c2b7a69f2e
Merge pull request #1847 from alistarle/patch-1
...
Fix OVH tutorial to match new permissions
2020-10-28 04:03:56 -07:00
Victor Coutellier
7ca078441f
Fix OVH tutorial to match new permissions
...
External DNS now require permissions on endpoints resource. Adding it in the OVH tutorial manifest following this comment (https://github.com/kubernetes-sigs/external-dns/issues/961#issuecomment-664849509 ) for making it continue to work out of the box.
2020-10-28 09:36:19 +01:00
Kubernetes Prow Robot
8a69aacea2
Merge pull request #1818 from elsesiy/go1.15
...
Update to Go 1.15 & update Azure dependencies
2020-10-28 01:23:55 -07:00
Kubernetes Prow Robot
983879b7ff
Merge pull request #1839 from yangy2000/istio_doc
...
Add namespace for httpbin-gateway in istio doc
2020-10-24 09:51:01 -07:00
Kubernetes Prow Robot
747e362711
Merge pull request #1843 from kubernetes-sigs/raffo/multiarch-docs
...
Add FAQ for multiarch images
2020-10-24 06:03:01 -07:00
Raffaele Di Fazio
082c92a7f1
adds faq for multiarch images
...
Signed-off-by: GitHub <noreply@github.com>
2020-10-24 09:03:13 +00:00
Kubernetes Prow Robot
c148505b86
Merge pull request #1842 from kubernetes-sigs/raffo/goarm
...
Add GOARM for arm32v7 images
2020-10-23 13:27:03 -07:00
Raffaele Di Fazio
8f9d4971a4
adds GOARM for arm32v7 images
...
Signed-off-by: GitHub <noreply@github.com>
2020-10-23 10:50:56 +00:00
杨阳 10014842
280a9b7235
Add namespace for httpbin-gateway
...
Signed-off-by: 杨阳 10014842 <yangyang1@zte.com.cn>
2020-10-23 16:48:15 +08:00
Kubernetes Prow Robot
8ec905cef7
Merge pull request #1838 from kubernetes-sigs/raffo/arm32v7
...
Add arm32v7 arch for images
2020-10-23 01:13:44 -07:00
Raffaele Di Fazio
8bf7e6e46f
adds arm32v7 arch for images
...
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2020-10-22 21:05:51 +00:00
Jonas-Taha El Sesiy
774fb1e1c6
Update to Go 1.15 & update Azure dependencies
2020-10-21 23:52:29 -07:00
Kubernetes Prow Robot
764b944669
Merge pull request #1813 from ytsarev/crd-source-other-records
...
Add NS record support
2020-10-21 01:14:20 -07:00
Kubernetes Prow Robot
dc512cf850
Merge pull request #1833 from raidancampbell/patch-1
...
cloudflare: readme update for RBAC config
2020-10-21 01:08:20 -07:00
Kubernetes Prow Robot
f022b8e896
Merge pull request #1832 from mzingarelli/master
...
aws-r53 adding Africa (Cape Town) ELB endpoints and hosted zone id's
2020-10-21 00:38:20 -07:00
R. Aidan Campbell
23757987aa
cloudflare: readme update for RBAC config
...
service account needs access to `watch` nodes. GKE and AWS R53, the two stable providers, have this permission
2020-10-20 12:06:41 -07:00
Mic
83d95bf425
aws-r53 adding Africa (Cape Town) ELB endpoints and hosted zone id's
2020-10-20 16:33:14 +02:00
Kubernetes Prow Robot
13960f3fb3
Merge pull request #1824 from kubernetes-sigs/raffo/bump-cloudbuild-timeout
...
Bump cloudbuild timeout for new release process
2020-10-19 03:02:14 -07:00
Raffaele Di Fazio
69c8b54bdb
bump cloudbuild timeout for new release process
...
Signed-off-by: GitHub <noreply@github.com>
2020-10-19 07:17:02 +00:00