forked from kubernetes-sigs/external-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge upstream #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update to latest
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
add service annotation to set public/private iface for NodePort
Publish ExternalIPs for LoadBalancer services
Hetzner: fix records update
Optionally ignore tls rules in ingress source
* Added label filter for source CRD * Fixed bug with labels and added tests for source CRD * Fixed formating * Update source/crd_test.go Co-authored-by: Vinny Sabatini <vincent.sabatini@gmail.com> Co-authored-by: Vinny Sabatini <vincent.sabatini@gmail.com>
Scaleway provider doesn't work with 0.7.3
fix: scaleway doc bump version to 0.7.4
Signed-off-by: GitHub <noreply@github.com>
Bump externalDNS image in kustomization.yaml
The label triage/support has been reclassified as kind/support. The kind/* family of labels makes more logical sense, as they describe the "kind" of thing an issue or PR is. For more information, see the announcement email: https://groups.google.com/g/kubernetes-dev/c/YcaJpsjjLKw/m/i15cLLx5CAAJ
service account needs access to `watch` nodes. GKE and AWS R53, the two stable providers, have this permission
aws-r53 adding Africa (Cape Town) ELB endpoints and hosted zone id's
cloudflare: readme update for RBAC config
Add NS record support
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
Add arm32v7 arch for images
Signed-off-by: 杨阳 10014842 <yangyang1@zte.com.cn>
Signed-off-by: GitHub <noreply@github.com>
Add GOARM for arm32v7 images
Signed-off-by: GitHub <noreply@github.com>
Add FAQ for multiarch images
Add namespace for httpbin-gateway in istio doc
Update to Go 1.15 & update Azure dependencies
External DNS now require permissions on endpoints resource. Adding it in the OVH tutorial manifest following this comment (#961 (comment)) for making it continue to work out of the box.
Fix OVH tutorial to match new permissions
fix typos
corrected broken link in multiple docs
Fix RFC2136 tutorial
* Infoblox multiple A records support * improve test coverage
…orial Fix diff highlighting in CoreDNS tutorial
fix some typos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes #ISSUE
Checklist