Commit Graph

418 Commits

Author SHA1 Message Date
Akshay Jain
6b3baec380
Fixed a minor typo in aws tutorial 2022-08-16 08:55:45 +02:00
Kubernetes Prow Robot
beb74955f3
Merge pull request #2842 from assureddt/master
Update references to UK Fast after merge with ANS group
2022-07-13 01:01:36 -07:00
Joaquin Menchaca
116d26af0c docs/tutorials/aws - small fix for env vars 2022-06-25 13:11:05 -07:00
Rick Henry
698f3a6a85
Update SafeDNS tutorial page to refer to ANS Group
Note that some URLs were not updated, as there is not yet equivalent
pages on the `ans.co.uk` domain.

Signed-off-by: Rick Henry <rick.henry@assureddigitaltech.com>
2022-06-23 22:02:49 +01:00
Kubernetes Prow Robot
81f2c9b7a4
Merge pull request #2766 from darkn3rd/aws-refresh
AWS refresh, added IRSA section
2022-06-22 00:43:44 -07:00
Kubernetes Prow Robot
4b3a17badb
Merge pull request #2767 from acj/master
Docs: Improve NodePort and hostPort mentions in FAQ
2022-06-10 01:21:47 -07:00
Kubernetes Prow Robot
d4ef91b142
Merge pull request #2759 from darkn3rd/gke-refresh
GKE doc tutorial refresh
2022-06-10 01:17:47 -07:00
Kubernetes Prow Robot
de1db79bad
Merge pull request #2707 from hughhuangzh/add_ibmcloud_provider
Add IBM Cloud provider
2022-05-26 01:39:23 -07:00
Kubernetes Prow Robot
66e0d8c7fe
Merge pull request #2292 from abursavich/gateway-redo
Add Support for Gateway API Route Sources
2022-05-25 01:20:44 -07:00
Adam Jensen
deb2b6ea71 Remove unbalanced code block start 2022-05-23 17:08:35 -04:00
Joaquin Menchaca
61a7c7bd57
minor fix for creating namespace 2022-05-23 13:23:22 -07:00
joaquin
73e657df5a use recommended labels and config for mounting secret credentials.json 2022-05-22 20:02:49 -07:00
joaquin
d179cff5e3 change spelling of EXTENALDNS_NS 2022-05-22 19:12:01 -07:00
joaquin
0da9640b0f AWS refresh, added IRSA section 2022-05-22 15:14:29 -07:00
joaquin
7342285583 gke refresh 2022-05-14 08:49:01 -07:00
hzhihui
bbb1581838 address comments 2022-05-13 16:03:19 +08:00
Kubernetes Prow Robot
23648c2f31
Merge pull request #2749 from lou-lan/fix/ingress
Fix ingress formal error
2022-05-12 05:55:14 -07:00
lou-lan
2f70ee66f1 Fix ingress formal error 2022-05-11 11:43:56 +08:00
Joaquin Menchaca
17879a1b8a
Minor fixes 2022-05-09 12:26:15 -07:00
hzhihui
2270904b9d
Merge branch 'master' into add_ibmcloud_provider 2022-05-09 19:24:03 +08:00
Joaquin Menchaca
a2f5953c06
Update azure.md 2022-05-07 15:21:12 -07:00
Joaquin Menchaca
38c12c0e6c
Update azure.md 2022-05-07 15:17:39 -07:00
joaquin
2eb88c266b Azure tutorial refresh 2022-05-07 13:38:05 -07:00
Kubernetes Prow Robot
36396c58b9
Merge pull request #2728 from JohanRyberg/master
Updated tutorial to support Kubernetes 1.22
2022-05-06 01:17:08 -07:00
Alfred Krohmer
ea45b03972 Headless service: allow to specify target as NodeExternalIP or by annotation
If external-dns.alpha.kubernetes.io/target annotation is present on a
pod, it's value will be used as the target for the headless service.

If annotation external-dns.alpha.kubernetes.io/access=public is present,
NodeExternalIP of the node running the pod is used as the target for the
headless service.
2022-05-05 19:44:32 +02:00
Johan Ryberg
511bc8a7f2 Updated miminal version of external-dns for this tutorial 2022-04-29 14:11:22 +00:00
Johan Ryberg
35a76ad62d Updated tutorial to support Kubernetes 1.22 2022-04-29 10:24:37 +00:00
hzhihui
4703c11741 Add IBM Cloud provider 2022-04-14 11:53:16 +08:00
Kubernetes Prow Robot
350a983815
Merge pull request #2645 from pbertera/node-source-doc
ADD: added node source doc
2022-04-10 23:52:06 -07:00
Kubernetes Prow Robot
c4d1f0e03d
Merge pull request #2579 from alebedev87/use-route-status-more
OpenShift route source: better use of route status
2022-04-08 13:32:04 -07:00
Sean Malloy
4b2ab8ffc5 bluecat docs: JSON configuration file is not deprecated
Based on feedback having both the configuration file and command line
flags for the BlueCat provider will be used. Therefore update the
documentaiton to reflect that the JSON configuration file for the
BlueCat provider is not deprecated.
2022-04-08 15:03:26 -05:00
Pietro Bertera
9daca3e060 ADD: added node source doc 2022-03-14 10:15:47 +01:00
Rafal Korepta
4f6ab703c1 Revert hetzner plugin 2022-03-09 22:20:14 +01:00
Andy Bursavich
db8435d7ca gateway: add docs tutorial 2022-02-24 22:08:00 -08:00
Andrey Lebedev
a53498735b openshift route source: better use of route status 2022-02-21 13:26:50 +01:00
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
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
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
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
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