Commit Graph

449 Commits

Author SHA1 Message Date
gugdewescale
b99289d0c9 fix: scaleway documentation, remove SCW_DEFAULT_ORGANIZATION_ID 2023-01-03 08:57:41 +01:00
Prasad Katti
8630c1f1c3
docs: rename alb-ingress-controller to aws-load-balancer-controller 2023-01-02 14:49:29 -08:00
Kubernetes Prow Robot
e48524af1f
Merge pull request #3273 from prasadkatti/master
docs: rename ALB ingress controller to AWS Load Balancer Controller
2023-01-02 11:03:31 -08:00
gugdewescale
ec2ad730ce fix: scaleway provider documentation missing parameter 2022-12-29 21:44:50 +01:00
Prasad Katti
f86dea88d0 docs: rename ALB ingress controller to AWS Load Balancer Controller 2022-12-29 10:49:49 -08:00
John Gardiner Myers
d5e1fa1cc1 Update external-dns version in docs 2022-12-22 19:58:22 -08:00
John Gardiner Myers
9f382f41da Use registry.k8s.io instead of k8s.gcr.io 2022-12-22 19:55:54 -08:00
Saverio Proto
5cf91ea648 Bump external-dns image tag to v0.13.1
I tested the tutorial with:

```
image: k8s.gcr.io/external-dns/external-dns:v0.13.1
```
2022-12-01 13:00:31 +01:00
Kubernetes Prow Robot
66ec9912ea
Merge pull request #3099 from pkbhowmick/fix-helm
Update ingress-nginx installation guide for azure private dns
2022-11-10 05:18:55 -08:00
Andrea Florio
126921667c
Merge branch 'kubernetes-sigs:master' into master 2022-11-07 14:11:21 +01:00
Kubernetes Prow Robot
5c4a2c2778
Merge pull request #2852 from alejandrojnm/master
Add Civo DNS as a new provider
2022-11-05 02:42:14 -07:00
Andrea Florio
8a7fda4224
Create pihole.md
added pihole.md
2022-10-31 22:59:57 +01:00
misakazhou
b36d06482d update the document for Tencent provider. 2022-10-21 11:54:16 +08:00
Pulak Kanti Bhowmick
c57d22e5db Use helm 3 installation for ingress-nginx chart
Signed-off-by: Pulak Kanti Bhowmick <pkbhowmick007@gmail.com>
2022-10-20 22:57:09 +06:00
Pulak Kanti Bhowmick
6bda38886c Update ingress-nginx chart url
Signed-off-by: Pulak Kanti Bhowmick <pkbhowmick007@gmail.com>
2022-10-20 22:52:17 +06:00
Alejandro J. Nuñez Madrazo
5a9af0e151
Fix error reported and updated the civogo lib
Signed-off-by: Alejandro J. Nuñez Madrazo <alejandro@civo.com>
2022-10-12 19:04:06 +01:00
Bobby Argenbright
894f8e334f
fix more typos 2022-09-26 12:49:40 -07:00
Bobby Argenbright
138ac3d5f3
Update aws.md 2022-09-26 12:34:07 -07:00
Andy Bursavich
d43d7b9393
gateway-api: switch to v1beta1 apis where available 2022-09-22 10:45:30 +01:00
DavidSpek
111060ba9f
Add Plural to READMEs
Signed-off-by: DavidSpek <vanderspek.david@gmail.com>
2022-09-22 10:39:57 +01:00
misakazhou
3fa1b3c141
add the provider for the tencent cloud.
Signed-off-by: misakazhou <misakazhou@tencent.com>
2022-09-22 10:38:56 +01:00
Nathan J Mehl
7b9473c1cb
Set logformat before logging config
Google Cloud Logging (AKA Stackdriver Logs) interprets the default
logrus log format as "error" severity even when `level=info` is
present in the log output: ensure that the normal startup log
is not parsed as an error by setting the JSON formatter first.

Signed-off-by: Nathan J Mehl <n@oden.io>
2022-09-22 10:35:55 +01:00
Andy Bursavich
b0dc1739aa gateway-api: switch to v1beta1 apis where available 2022-09-21 09:01:30 -07:00
DavidSpek
d70e4bcf14 Add Plural to READMEs
Signed-off-by: DavidSpek <vanderspek.david@gmail.com>
2022-09-15 14:49:29 +02:00
misakazhou
a2e7ffc36a add the provider for the tencent cloud.
Signed-off-by: misakazhou <misakazhou@tencent.com>
2022-09-15 16:42:39 +08:00
Kubernetes Prow Robot
648c0dcee5
Merge pull request #2847 from odenio/master
Set logformat before logging config
2022-09-15 00:55:22 -07:00
Alejandro J. Nuñez Madrazo
d844ab115b
Merge branch 'master' of https://github.com/kubernetes-sigs/external-dns into kubernetes-sigs-master 2022-08-20 20:13:18 +01:00
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
Alejandro J. Nuñez Madrazo
82cba5a603
Merge branch 'master' of https://github.com/kubernetes-sigs/external-dns into kubernetes-sigs-master
Signed-off-by: Alejandro J. Nuñez Madrazo <alejandro@civo.com>
2022-06-30 23:43:37 +01:00
Nathan J Mehl
59ae8a88f5 Set logformat before logging config
Google Cloud Logging (AKA Stackdriver Logs) interprets the default
logrus log format as "error" severity even when `level=info` is
present in the log output: ensure that the normal startup log
is not parsed as an error by setting the JSON formatter first.

Signed-off-by: Nathan J Mehl <n@oden.io>
2022-06-26 13:05:38 -04: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