Skip to content

Commit

Permalink
Merge pull request #8753 from rifelpet/route53-mapper-deprecate
Browse files Browse the repository at this point in the history
Deprecate the route53-mapper addon
  • Loading branch information
k8s-ci-robot committed Mar 16, 2020
2 parents 8cb0c2e + 0c27254 commit 526770e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions addons/route53-mapper/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Route53 Mapping Service

*This addon is deprecated. Please use [external-dns](https://github.com/kubernetes-sigs/external-dns) instead.*

This is a Kubernetes controller that polls services (in all namespaces) that are
configured with the label `dns=route53` and adds the appropriate alias to the
domain specified by the annotation `domainName=sub.mydomain.io`. Multiple
Expand Down
6 changes: 4 additions & 2 deletions docs/operations/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ The login credentials are:

#### RBAC

For k8s version > 1.6 and [RBAC](https://kubernetes.io/docs/admin/authorization/rbac/) enabled it's necessary to add your own permission to the dashboard. Please read the [RBAC](https://kubernetes.io/docs/admin/authorization/rbac/) docs before applying permissions.
It's necessary to add your own RBAC permission to the dashboard. Please read the [RBAC](https://kubernetes.io/docs/admin/authorization/rbac/) docs before applying permissions.

Below you see an example giving **full access** to the dashboard.
Below you see an example giving **cluster-admin access** to the dashboard.

```
apiVersion: rbac.authorization.k8s.io/v1beta1
Expand Down Expand Up @@ -139,6 +139,8 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/kops/master/addons

### Route53 Mapper

*This addon is deprecated. Please use [external-dns](https://github.com/kubernetes-sigs/external-dns) instead.*

Please note that kops installs a Route53 DNS controller automatically (it is required for cluster discovery).
The functionality of the route53-mapper overlaps with the dns-controller, but some users will prefer to
use one or the other.
Expand Down

0 comments on commit 526770e

Please sign in to comment.