4924 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
399fc7513a
Merge pull request #1985 from PG2000/master
feat: move from dynectsoap to dynsoap
2021-05-02 08:14:01 -07:00
Raffaele Di Fazio
736972e011 pull golang
Signed-off-by: GitHub <noreply@github.com>
2021-05-02 14:40:12 +00:00
Daniel Kravetz
9116ae6ede
Provide example of multiple values for "in" filter 2021-04-30 10:46:07 +02:00
Thibault Jamet
17fb8813d0
Reduce AWS Route53 API calls
Currently, planning instructs to create all records even
those which does not match any zone.
Later, those records will be checked towards the existing
records and filtered whether they match or not a hosted zone.

This causes a problem, at least in the specific case of the Route53
implementation as it always calls the ApplyChanges method, which in its
turn always retrieves all records in all zones.

This causes high pressure on Route53 APIs, for non-necessary actions.

By being able to filter all unmanaged records from the plan, we can
prevent from calling ApplyChanges when nothing has to be done and hence
prevent an unnecessary listing of records.

By doing so, the rate of API calls to AWS Route53 is expected to be
reduced by 2
2021-04-25 18:10:36 +02:00
Kubernetes Prow Robot
5806e3474f
Merge pull request #2053 from KohlsTechnology/bluecat-docs
Bluecat documentation
2021-04-21 23:56:31 -07:00
Kubernetes Prow Robot
e063fc0896
Merge pull request #2056 from KohlsTechnology/issue-2022
bluecat: allow setting TTL on cname and host records
2021-04-21 21:48:31 -07:00
Vinny Sabatini
201699a85c bluecat: allow setting TTL on cname and host records
The TTL can now be set for CName and Host records for the Bluecat
provider. You can not set the TTL of TXT records because that is not
currently implemented in the Bluecat Gateway
2021-04-19 22:24:36 -05:00
pg2000
73c6fc9daf
feat: add move from dynectsoap to dynsoap 2021-04-18 09:42:41 +02:00
fboltz
07559641ed Merge remote-tracking branch 'kubernetes-sigs/master' into godaddy 2021-04-17 12:19:56 +02:00
fboltz
167af54dc5 Merge remote-tracking branch 'kubernetes-sigs/master' 2021-04-17 12:07:44 +02:00
Kubernetes Prow Robot
46a88b16af
Merge pull request #2052 from KohlsTechnology/bluecat-tls
bluecat: allow setting tls verify and TTL
2021-04-16 14:34:23 -07:00
Vinny Sabatini
099ce03057 add bluecat label to bluecat provider changes 2021-04-16 16:07:17 -05:00
Vinny Sabatini
3a1a01b72e bluecat: update docs for provider
Add docs for skipping TLS verification
2021-04-16 16:05:56 -05:00
Vinny Sabatini
339af8ff4a bluecat: allow setting tls verify
Within the Bluecat config file, you can now set the `InsecureSkipVerify`
for all API calls made to the Bluecat Gateway. This is controlled with
by the boolean value of `skipTLSVerify`. If this is unset, TLS
verification is enforced.
2021-04-16 15:59:07 -05:00
Kubernetes Prow Robot
a5baad26d7
Merge pull request #1993 from ba-work/master
add krb5 realm support
2021-04-15 08:41:50 -07:00
dan.simone@oracle.com
963282479e Add clarifying comment about ingressHostnameSourceKey 2021-04-14 13:26:34 -07:00
dan.simone@oracle.com
03c3c8fcb8 Address remove comments 2021-04-14 13:21:03 -07:00
Kubernetes Prow Robot
43d29f8032
Merge pull request #2021 from Sh4d1/scaleway_drop_org
fix(scaleway): drop support for organization ID as it's not needed
2021-04-07 01:15:53 -07:00
Kubernetes Prow Robot
5cbc6396ff
Merge pull request #2039 from kubernetes-sigs/raffo/release-conventions
Add release conventions
2021-04-07 00:55:53 -07:00
Kubernetes Prow Robot
e2eefbec7b
Merge pull request #1860 from LogMeIn/aws-fix-alias-records
AWS Route 53 provider: fix various problems with handling of alias records
2021-04-07 00:51:53 -07:00
Kubernetes Prow Robot
9b1183fca7
Merge pull request #2032 from olemarkus/pod-source
Add pod source [kops compatibility]
2021-04-07 00:37:53 -07:00
Raffaele Di Fazio
c52de7d78a
Update docs/release.md
Co-authored-by: Sean Malloy <sean.malloy@kohls.com>
2021-04-07 08:41:15 +02:00
Raffaele Di Fazio
a5ddddbfb6
adds release conventions 2021-04-06 17:40:08 +02:00
Kubernetes Prow Robot
103a0089a5
Merge pull request #2038 from KohlsTechnology/add-reviewer
Add seanmalloy As Reviewer
2021-04-06 08:27:33 -07:00
Sean Malloy
210a952dfe Add seanmalloy As Reviewer 2021-04-05 15:54:32 -05:00
Alfred Krohmer
0d4cf9915c Address review comments 2021-04-05 21:37:13 +02:00
Kubernetes Prow Robot
7d6eeed766
Merge pull request #1504 from offzale/df-regex
Add regex domain filters
2021-04-05 03:24:13 -07:00
Patrick Stählin
b5f7570c35 Add Gandi provider 2021-04-04 20:54:23 +02:00
Kubernetes Prow Robot
497aba2cfb
Merge pull request #2018 from timtorChen/doc-update
Document annotation-filter usage
2021-04-03 02:44:12 -07:00
Kubernetes Prow Robot
acdc61c63d
Merge pull request #2031 from allenporter/endpoint-crash
Avoid nil pointer deference in extractHeadlessEndpoints
2021-04-03 02:42:12 -07:00
Kubernetes Prow Robot
8327c7c006
Merge pull request #2035 from brross/bluecat-provider-flag
Add 'bluecat' as possible option to the provider flag
2021-04-01 00:17:21 -07:00
Allen Porter
98284a94a5 Add unit test that exercises behavior of headless endpoint with no TargetRef. 2021-03-31 23:47:21 -07:00
brross
663459d436
Add 'bluecat' as possible option to the provider flag
'bluecat' was missing from the enumerated list of possible values for the provider flag
2021-03-31 18:10:46 -07:00
Ole Markus With
5a46584221 Add pod source
Pod source is a key feature of kOps' DNS Controller.
Among other things, i is used for etcd and API discovery.
2021-03-31 15:48:41 +02:00
Patrik Cyvoct
088449d68f
doc(scaleway): remove organization ID usage
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
2021-03-31 09:23:51 +02:00
Kubernetes Prow Robot
fbbc2b9f68
Merge pull request #2003 from lunarway/bump-go-1-16
Update to Go 1.16
2021-03-31 00:14:58 -07:00
Enrique Gonzalez
a09c416fc8
Merge remote-tracking branch 'origin/master' into df-regex 2021-03-30 15:19:46 +02:00
Thomas Stig Jacobsen
67ef48f8ba
Update docs/contributing/getting-started.md
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-03-30 11:10:40 +02:00
Thomas Stig Jacobsen
f67242e3e5
Update Dockerfile.mini
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-03-30 11:10:32 +02:00
Thomas Stig Jacobsen
deb805c8d4
Update Dockerfile
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-03-30 11:10:26 +02:00
Thomas Stig Jacobsen
5800f6df86
Update .github/workflows/ci.yml
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-03-30 11:10:17 +02:00
Allen Porter
a19deebe27 Avoid nil pointer deference in extractHeadlessEndpoints
Skip address when TargetRef is nil
2021-03-27 16:09:21 -07:00
Kubernetes Prow Robot
10d0ee1c81
Merge pull request #2009 from tjamet/fix/reduce-route-53-api-rates
Increase AWS pagination size
2021-03-25 13:53:46 -07:00
Kubernetes Prow Robot
d7be11b611
Merge pull request #2013 from tjamet/feat/flag-min-sync
Add the ability to configure k8s event rate limit
2021-03-25 13:51:46 -07:00
Reinier Schoof
b09d7abc55 update TransIP's Go client to v6 2021-03-24 15:15:35 +01:00
Thibault Jamet
43f9f564b3
Rename MinInterval to MinEventSyncInterval
Co-authored-by: Raffaele Di Fazio <raffo@github.com>
2021-03-24 11:27:18 +01:00
Thibault Jamet
d0120542ca
Use a constant 300 AWS page size 2021-03-24 11:15:02 +01:00
Steffen Pøhner Henriksen
4345ce6a31 AWS: fix handling of alias records 2021-03-22 14:38:15 +01:00
Patrik Cyvoct
bc5232d02c
fix(scaleway): drop support for organization ID as it's not needed
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
2021-03-22 10:42:48 +01:00
Kubernetes Prow Robot
6ca57a58d3
Merge pull request #2020 from bittrance/azure-ns-is-debug-level
Downgrade Azure provider "Failed to extract" log message to debug
2021-03-22 01:41:45 -07:00