Commit Graph

514 Commits

Author SHA1 Message Date
Vinny Sabatini
8aef3e089f provider/bluecat: add full deploy functionality
New configuration options created for setting the DNS deployment type,
as well as the DNS server to deploy. A DNS server name must be provided
and a valid DNS deployment type must be set in order for a deployment to be
initiated.

Currently, the only supported deployment type is "full deploy", however
"quick deploy" and "selective deploy" could be added in the future.
2022-02-11 16:12:45 -06:00
Sean Malloy
6521557f62 New bluecat provider CLI options 2022-01-28 14:24:26 -06:00
Kubernetes Prow Robot
9b01ac6f06
Merge pull request #2521 from jhoblitt/bugfix/aws-ttl-must-be-string
add quotes to ttl example to force string context
2022-01-26 01:06:26 -08:00
Sean Malloy
bcc60e8531 Bump To Go 1.17 2022-01-21 14:23:58 -06:00
Joshua Hoblitt
14a6603798 add quotes to ttl example to force string context
Annotation values may not be an integer, they must be handled as a
string.  The current example tested on k8s 1.20.13 generates this error
message:

    json: cannot unmarshal number into Go struct field ObjectMeta.metadata.annotations of type string
2022-01-14 12:14:28 -07:00
Kubernetes Prow Robot
c8ef36567c
Merge pull request #2359 from assureddt/rjh_safedns_provider
Create SafeDNS provider
2022-01-05 12:31:49 -08:00
Rick Henry
733f6a834c
Document SafeDNS provider 2022-01-05 09:22:02 +00:00
Raffaele Di Fazio
c4d978498c
remove broken link 2021-12-28 16:25:41 +01:00
Kubernetes Prow Robot
f3afef29b8
Merge pull request #2479 from alebedev87/bluecat-support-proxy-upstream
BlueCat: use proxy env variables
2021-12-20 05:43:25 -08:00
Kubernetes Prow Robot
277251b209
Merge pull request #2414 from gregwhorley/patch-1
Fix ingress spec in given examples
2021-12-17 06:52:29 -08:00
Kubernetes Prow Robot
ef1ed4d142
Merge pull request #2261 from nadilas/patch-1
Document usage of AWS env vars
2021-12-17 00:48:29 -08:00
Andrey Lebedev
57f36d9a16 BlueCat: use proxy env variables 2021-12-15 18:42:47 +01:00
Kubernetes Prow Robot
69e0e54844
Merge pull request #2422 from adityask2/arecords_metric_addition
Changes to add count of A records of source and registry as metrics
2021-12-10 02:45:10 -08:00
Kubernetes Prow Robot
1b57fd7f8b
Merge pull request #2417 from elblivion/random-wait
feat: randomise startup
2021-12-02 01:35:33 -08:00
Kubernetes Prow Robot
dae832b67d
Merge pull request #2394 from kubernetes-sigs/raffo/release-note-patch
Small change to release notes tutorial
2021-11-24 01:05:22 -08:00
Anthony Stanton
61e3948981 doc: how-to randomise startup vs AWS API throttling 2021-11-24 09:04:33 +01:00
Kubernetes Prow Robot
9cf3d4906c
Merge pull request #2400 from miheer/add-router-field-for-ocpRouteSource
Fix CNAME record when multiple router canonical name are defined in Route Status.
2021-11-19 05:50:52 -08:00
Steve Hipwell
c5259353fc feat(chart): update chart process
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2021-11-11 16:46:38 +00:00
Greg Whorley
f2fc9c9636
add another missing ingressClassName field 2021-11-09 14:06:38 -08:00
Greg Whorley
a1af6323a2
add missing ingressClassName field 2021-11-09 14:04:23 -08:00
Greg Whorley
86f5d1f038
add ingressClassName field 2021-11-09 14:03:11 -08:00
Greg Whorley
4fec0329ff
add ingressClassName field 2021-11-09 14:02:06 -08:00
Greg Whorley
2f24219713
update ingress spec 2021-11-09 14:00:37 -08:00
Greg Whorley
33d47a0cf7
fix ingress spec 2021-11-09 13:57:05 -08:00
Greg Whorley
97425b7542
update ingress spec 2021-11-09 13:55:34 -08:00
Aditya Kolhar
19d9bc8ef9 Changes to add A records of source and registry as metrics
Changes to add A records of source and registry as metrics. The existing metrics -
external_dns_registry_endpoints_total & external_dns_source_endpoints_total gives a cumulative count of records all records (A, SRV, CNAME, TXT).

We have a metric - external_dns_controller_verified_records which gives the intersection of A records between source & regsitry. However, in order to determined how many records are yet to be synced to registry, we need count of total A records in registry & source.
2021-11-08 15:22:36 +05:30
Greg Whorley
03ee303979
Fix ingress spec in given examples
### Description
A previous PR (#1978) updated the ingress API version but the spec needed an update as well. I tested this locally by applying the yaml with a valid DNS hostname.

### Checklist
- [ ] Unit tests updated
- [x] End user documentation updated
2021-11-03 12:26:20 -07:00
afirth
45886608db Expand the AWS tutorial with common args to mitigate rate limiting 2021-11-03 10:58:27 +01:00
Miheer Salunke
ab8a62045e In OCP when you have multiple ingress controllers the route's status Ingress object get populated with multiple router canonical names. So in this case, the external dns tries to add multiple CNAME records for same host in the same hosted zone which is a violation of RFC 1912  and therefore is rejected by standards-compliant DNS services.
This feature adds a router field to the OCP Route Source so that a user can add an ingress controller name in flag --ocp-router-name which will be used to pick up the respective routerCanonicalHostname from Route's Status Ingress Object.

Signed-off-by: Miheer Salunke <miheer.salunke@gmail.com>
2021-11-03 12:52:57 +10:00
Kubernetes Prow Robot
4c66715a61
Merge pull request #2338 from adityask2/metric-addition
Changes to add 2 metrics to external-dns.
2021-10-28 10:06:27 -07:00
Aditya Kolhar
39d5b39e18 Changes to add metric to external-dns.
1. external_dns_controller_verified_records - No of DNS A-records that exists both in source and registry - Gauge Metric
2021-10-27 13:51:31 +05:30
Raffaele Di Fazio
1f62b72607 small change to release notes
Signed-off-by: GitHub <noreply@github.com>
2021-10-22 08:03:44 +00:00
Kubernetes Prow Robot
3756f60c47
Merge pull request #2258 from sagor999/ptr-support
Infoblox: add PTR record support
2021-10-20 01:13:58 -07:00
Arjun Naik
d91b7e6b8f Label filtering for Ingress, Service, Openshift Route sources
Currently the `--label-filter` flag can only be used to filter CRDs
which match the label selector passed through that flag. This change
extends the functionality to the Ingress, Service and Openshift Route
type objects. When the flag is not specified the default value is
`labels.Everything()` which is an empty string, the same as before.
Annotation based filter is inefficient because the filtering has to be
done in the controller instead of the API server like with label
filtering.
2021-10-14 11:06:55 +02:00
Pavel Tumik
ae07a2d2cb
make sure that external-dns will create PTR records for records that are already managed by external dns 2021-09-30 15:42:55 -07:00
Christian Groschupp
f9145981c3
infoblox: also create a ptr entry 2021-09-30 15:42:14 -07:00
Andrew Stuart
0e27f41fa0
Update external-dns to use v1 ingress 2021-09-08 09:29:05 -07:00
nadilas
07115e4092
Document usage of AWS env vars
Document the working method of using environment variables on the external-dns deployment to avoid the overhead of kiam or kube2iam when not using EKS
2021-09-01 22:53:13 +02:00
Kubernetes Prow Robot
ec54ea73cb
Merge pull request #2153 from RentTheRunway/falconertc/clouddns_visibility_filter
CloudDNS: Allow filtering for private and public zones
2021-07-28 01:23:36 -07:00
Kubernetes Prow Robot
4edf5cdf8a
Merge pull request #2065 from dkravetz/master
Provide example of multiple values for "in" filter
2021-07-14 00:44:27 -07:00
Kubernetes Prow Robot
6183270f5c
Merge pull request #2083 from SimonGurney/patch-1
Updated k8s manifest for Azure DNS provider #2082
2021-07-14 00:36:27 -07:00
Falcon Taylor-Carter
62011f09aa Update GKE docs with visibility example 2021-07-01 19:28:28 -04:00
Falcon Taylor-Carter
1d9b45bfcb Rename Google Kubernetes Engine 2021-07-01 17:25:50 -04:00
Kubernetes Prow Robot
979c2d611b
Merge pull request #2138 from kundan2707/dnsversion
updated external-dns version to latest
2021-06-30 08:39:04 -07:00
Nick Jüttner
3754701ab4
Update docs/tutorials/scaleway.md 2021-06-30 17:30:31 +02:00
Nick Jüttner
bc7aa5abeb
Update docs/tutorials/scaleway.md 2021-06-30 17:30:26 +02:00
Kubernetes Prow Robot
2605c5ee93
Merge pull request #2141 from edglynes/akamai-tutorial-update
Akamai tutorial update
2021-06-24 06:29:41 -07:00
Kubernetes Prow Robot
0148bca0f5
Merge pull request #2041 from olemarkus/kops
Kops compatibility mode
2021-06-24 06:25:41 -07:00
Ole Markus With
0306e20429 Add documentation on kops-compatibility-mode 2021-06-24 08:55:42 +02:00
Edward Lynes
eff1a93158
Merge branch 'kubernetes-sigs:master' into akamai-tutorial-update 2021-06-23 14:48:16 -04:00