docs: Add cloud-provider-kind hint for Kind clusters using LoadBalancer#727
Open
Roniscend wants to merge 1 commit into
Open
docs: Add cloud-provider-kind hint for Kind clusters using LoadBalancer#727Roniscend wants to merge 1 commit into
Roniscend wants to merge 1 commit into
Conversation
f9ce929 to
c3e1e67
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates shared Kubernetes documentation snippets to help users running Kind understand why LoadBalancer Services may stay pending, and points them to cloud-provider-kind as the workaround (Fixes #705).
Changes:
- Adds a “Kind cluster?” tip callout to multiple
LoadBalancer-based address lookup snippets. - Standardizes the guidance by linking to
kubernetes-sigs/cloud-provider-kindfrom those snippets.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| assets/agw-docs/snippets/prereq.md | Adds a Kind-specific tip in the Cloud Provider LoadBalancer tab. |
| assets/agw-docs/snippets/ai-gateway-address.md | Adds the same Kind-specific tip in the LoadBalancer address lookup snippet. |
| assets/agw-docs/snippets/agw-get-gateway-url-k8s.md | Adds the Kind tip to the “LoadBalancer IP address” tab (but not the hostname tab). |
| assets/agw-docs/snippets/agentgateway-setup.md | Adds the Kind-specific tip to the LoadBalancer-based setup path. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Owm <owmdubey163@gmail.com>
c3e1e67 to
9658296
Compare
Contributor
Author
|
@artberger Can you review this pr |
This file contains hidden or 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
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.
Updates shared documentation snippets to include a tip for Kind users attempting to use Cloud Provider LoadBalancer configurations, pointing them to
cloud-provider-kind.Fixes #705 .