mirror of
https://github.com/helm/charts.git
synced 2026-08-29 12:17:47 +00:00
[stable/external-dns]use the latest GH link of externaldns (#21291)
* [stable/external-dns]use the latest GH link of externaldns Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com> * [stable/external-dns]use the latest GH link of externaldns Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
apiVersion: v1
|
||||
name: external-dns
|
||||
version: 2.19.1
|
||||
version: 2.19.2
|
||||
appVersion: 0.6.0
|
||||
description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable.
|
||||
keywords:
|
||||
- external-dns
|
||||
- network
|
||||
- dns
|
||||
home: https://github.com/kubernetes-incubator/external-dns
|
||||
home: https://github.com/kubernetes-sigs/external-dns
|
||||
sources:
|
||||
- https://github.com/kubernetes-incubator/external-dns
|
||||
- https://github.com/kubernetes-sigs/external-dns
|
||||
- https://github.com/bitnami/bitnami-docker-external-dns
|
||||
maintainers:
|
||||
- name: Bitnami
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# external-dns
|
||||
|
||||
[ExternalDNS](https://github.com/kubernetes-incubator/external-dns) is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable.
|
||||
[ExternalDNS](https://github.com/kubernetes-sigs/external-dns) is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable.
|
||||
|
||||
## TL;DR;
|
||||
|
||||
@@ -226,12 +226,12 @@ This chart includes a `values-production.yaml` file where you can find some para
|
||||
|
||||
Find information about the requirements for each DNS provider on the link below:
|
||||
|
||||
- [ExternalDNS Tutorials](https://github.com/kubernetes-incubator/external-dns/tree/master/docs/tutorials)
|
||||
- [ExternalDNS Tutorials](https://github.com/kubernetes-sigs/external-dns/tree/master/docs/tutorials)
|
||||
|
||||
For instance, to install ExternalDNS on AWS, you need to:
|
||||
|
||||
- Provide the K8s worker node which runs the cluster autoscaler with a minimum IAM policy (check [IAM permissions docs](https://github.com/kubernetes-incubator/external-dns/blob/master/docs/tutorials/aws.md#iam-permissions) for more information).
|
||||
- Setup a hosted zone on Route53 and annotate the Hosted Zone ID and its associated "nameservers" as described on [these docs](https://github.com/kubernetes-incubator/external-dns/blob/master/docs/tutorials/aws.md#set-up-a-hosted-zone).
|
||||
- Provide the K8s worker node which runs the cluster autoscaler with a minimum IAM policy (check [IAM permissions docs](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md#iam-permissions) for more information).
|
||||
- Setup a hosted zone on Route53 and annotate the Hosted Zone ID and its associated "nameservers" as described on [these docs](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md#set-up-a-hosted-zone).
|
||||
- Install ExternalDNS chart using the command below:
|
||||
|
||||
> Note: replace the placeholder HOSTED_ZONE_IDENTIFIER and HOSTED_ZONE_NAME, with your hosted zoned identifier and name, respectively.
|
||||
|
||||
@@ -45,7 +45,7 @@ sources:
|
||||
provider: aws
|
||||
|
||||
## Flags related to processing sources
|
||||
## ref: https://github.com/kubernetes-incubator/external-dns/blob/master/pkg/apis/externaldns/types.go#L272
|
||||
## ref: https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/types.go#L272
|
||||
##
|
||||
## Limit sources of endpoints to a specific namespace (default: all namespaces)
|
||||
##
|
||||
@@ -309,7 +309,7 @@ logFormat: text
|
||||
##
|
||||
policy: upsert-only
|
||||
## Registry Type. Available types are: txt, noop
|
||||
## ref: https://github.com/kubernetes-incubator/external-dns/blob/master/docs/proposal/registry.md
|
||||
## ref: https://github.com/kubernetes-sigs/external-dns/blob/master/docs/proposal/registry.md
|
||||
##
|
||||
registry: "txt"
|
||||
## TXT Registry Identifier
|
||||
|
||||
@@ -45,7 +45,7 @@ sources:
|
||||
provider: aws
|
||||
|
||||
## Flags related to processing sources
|
||||
## ref: https://github.com/kubernetes-incubator/external-dns/blob/master/pkg/apis/externaldns/types.go#L272
|
||||
## ref: https://github.com/kubernetes-sigs/external-dns/blob/master/pkg/apis/externaldns/types.go#L272
|
||||
##
|
||||
## Limit sources of endpoints to a specific namespace (default: all namespaces)
|
||||
##
|
||||
@@ -320,7 +320,7 @@ logFormat: text
|
||||
##
|
||||
policy: upsert-only
|
||||
## Registry Type. Available types are: txt, noop
|
||||
## ref: https://github.com/kubernetes-incubator/external-dns/blob/master/docs/proposal/registry.md
|
||||
## ref: https://github.com/kubernetes-sigs/external-dns/blob/master/docs/proposal/registry.md
|
||||
##
|
||||
registry: "txt"
|
||||
## TXT Registry Identifier
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: nginx-ingress
|
||||
version: 1.33.3
|
||||
version: 1.33.4
|
||||
appVersion: 0.30.0
|
||||
home: https://github.com/kubernetes/ingress-nginx
|
||||
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
|
||||
|
||||
@@ -269,7 +269,7 @@ Previous versions of this chart had a `controller.stats.*` configuration block,
|
||||
|
||||
## ExternalDNS Service configuration
|
||||
|
||||
Add an [ExternalDNS](https://github.com/kubernetes-incubator/external-dns) annotation to the LoadBalancer service:
|
||||
Add an [ExternalDNS](https://github.com/kubernetes-sigs/external-dns) annotation to the LoadBalancer service:
|
||||
|
||||
```yaml
|
||||
controller:
|
||||
|
||||
Reference in New Issue
Block a user