-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs(aws): tutorial with kind and localstack #6048
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
base: master
Are you sure you want to change the base?
docs(aws): tutorial with kind and localstack #6048
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Signed-off-by: ivan katliarchuk <[email protected]>
b1c9c3c to
d000d41
Compare
Pull Request Test Coverage Report for Build 20558957250Details
💛 - Coveralls |
docs/scripts/requirements.txt
Outdated
| mkdocs == 1.6.1 | ||
| mkdocs-macros-plugin == 1.3.7 | ||
| mkdocs-material == 9.7.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you please extract this dep update on doc in a dedicated PR?
It's easier to analyze & roll back when the tooling is separated from the content.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: ivan katliarchuk <[email protected]>
|
Removed dependency bump |
* master: somehow single test was not fixed (kubernetes-sigs#6059) refactore(registry): move registry selector to registry package (kubernetes-sigs#6047) fix(domain-exclusion): domain exclusion filter fix (kubernetes-sigs#6050) chore(wrapper): centralized endpoint validation (kubernetes-sigs#6041) test(coverage): improve code coverage for different files (kubernetes-sigs#6045) chore(lint): configure modernize linter (kubernetes-sigs#6035) docs(proposal): Gateway API annotation placement clarity proposal (kubernetes-sigs#5919) fix(scripts): helm plugins install disable verify (kubernetes-sigs#6057) feat(cli): remove cobra cli support (kubernetes-sigs#6034) fix(chart): ptsc indentation (kubernetes-sigs#6054) chore(deps): bump renovatebot/github-action (kubernetes-sigs#6051) feat(aws): enable support for NAPTR records (kubernetes-sigs#6022) refactor: extract normalizeDNSName to idna package for reuse (kubernetes-sigs#6043)
What does it do ?
Similar tutorial to #5926
External DNS + AWS localstack. Tested step by step, all works on Mac
How to run mkdocs https://github.com/kubernetes-sigs/external-dns/blob/master/docs/contributing/dev-guide.md#contribute-to-documentation
follow-up:
Motivation
Knowledge share
More