- 05 Nov, 2019 3 commits
-
-
njuettner authored
Signed-off-by:
njuettner <nick@zalando.de>
-
Kubernetes Prow Robot authored
docs/designate: add snippet for rbac env
-
Mario Constanti authored
* extend the external-dns deployment to work within a RBAC enabled environment * add short hint how to mount/use/trust self-sign certificates
-
- 04 Nov, 2019 2 commits
-
-
Kubernetes Prow Robot authored
docs: fix log-level param in tutorials
-
Mario Constanti authored
* arg --debug is now --log-level=debug * flag --log-level was merged 2017 with PR https://github.com/kubernetes-sigs/external-dns/pull/339
-
- 01 Nov, 2019 1 commit
-
-
Nick Jüttner authored
* Move into kubernetes-sigs organization * Disable labeler action for forks
-
- 29 Oct, 2019 4 commits
-
-
Kubernetes Prow Robot authored
Adding labels on PR
-
Nick Jüttner authored
Update labeler.yml
-
Nick Jüttner authored
-
njuettner authored
-
- 25 Oct, 2019 3 commits
-
-
Kubernetes Prow Robot authored
added support for using nodes as source
-
Reinier Schoof authored
-
Reinier Schoof authored
-
- 24 Oct, 2019 4 commits
-
-
Reinier Schoof authored
-
Reinier Schoof authored
-
Reinier Schoof authored
Group equal DNS names into same endpoint
-
Martin Linkhorst authored
-
- 15 Oct, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Propose a few doc changes to make the use of namespace more clear
-
- 08 Oct, 2019 3 commits
-
-
David Grizzanti authored
-
Kubernetes Prow Robot authored
Change ApplyChanges in RFC2136 to batch update
-
Kubernetes Prow Robot authored
#582: Unknown Serviceaccount error
-
- 01 Oct, 2019 3 commits
-
-
Reinier Schoof authored
-
Reinier Schoof authored
-
Reinier Schoof authored
-
- 24 Sep, 2019 2 commits
-
-
Kubernetes Prow Robot authored
Add RBAC manifest, update wording around IAM policy
-
Pokidov N. Dmitry authored
Seems like there was attempts to fix it but change didn't make it to master
-
- 17 Sep, 2019 9 commits
-
-
Kubernetes Prow Robot authored
Run go mod tidy with go 1.13
-
Martin Linkhorst authored
-
Kubernetes Prow Robot authored
v0.5.17
-
njuettner authored
Signed-off-by:
njuettner <nick@zalando.de>
-
Kubernetes Prow Robot authored
Support Cloudflare API Token Auth
-
Mike Eves authored
-
Mike Eves authored
-
Kubernetes Prow Robot authored
upgrade go version to 1.13 in external-dns
-
Kubernetes Prow Robot authored
exoscale: add context support
-
- 16 Sep, 2019 3 commits
-
-
Yoan Blanc authored
Signed-off-by:
Yoan Blanc <yoan@dosimple.ch>
-
Kubernetes Prow Robot authored
Fix AWS IAM Roles for Service Accounts permission problem.
-
Brian Hong authored
Amazon EKS supports IAM Roles for Service Accounts. It mounts tokens files to `/var/run/secrets/eks.amazonaws.com/serviceaccount/token`. Unfortunately, external-dns runs as 'nobody' so it cannot access this file. External DNS is then unable to make any AWS API calls to work: ``` time="2019-09-11T07:31:53Z" level=error msg="WebIdentityErr: unable to read file at /var/run/secrets/eks.amazonaws.com/serviceaccount/token\ncaused by: open /var/run/secrets/eks.amazonaws.com/serviceaccount/token: permission denied" ``` See: https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-technical-overview.html Below are the file permissions mounted on External DNS pod: ``` ~ $ ls -al /var/run/secrets/eks.amazonaws.com/serviceaccount/ total 0 drwxrwxrwt 3 root root 100 Sep 11 06:40 . drwxr-xr-x 3 root root 28 Sep 11 06:40 .. drwxr-xr-x 2 root root 60 Sep 11 06:40 ..2019_09_11_06_40_49.865776187 lrwxrwxrwx 1 root root 31 Sep 11 06:40 ..data -> ..2019_09_11_06_40_49.865776187 lrwxrwxrwx 1 root root 12 Sep 11 06:40 token -> ..data/token ~ $ ls -al /var/run/secrets/eks.amazonaws.com/serviceaccount/..data/token -rw------- 1 root root 1028 Sep 11 06:40 /var/run/secrets/eks.amazonaws.com/serviceaccount/..data/token ``` This commit fixes this problem by specifying securityContext to make mounted volumes with 65534 (nobody) group ownership.
-
- 12 Sep, 2019 1 commit
-
-
Mike Eves authored
-
- 10 Sep, 2019 1 commit
-
-
Tariq Ibrahim authored
-