Adds setup-kind-via-release.sh#13723
Open
chandler-solo wants to merge 2 commits intokgateway-dev:mainfrom
Open
Adds setup-kind-via-release.sh#13723chandler-solo wants to merge 2 commits intokgateway-dev:mainfrom
chandler-solo wants to merge 2 commits intokgateway-dev:mainfrom
Conversation
This helps me debug customer issues by installing kgateway like a customer would from released helm charts & docker images. Signed-off-by: David L. Chandler <david.chandler@solo.io>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new hack script to stand up a kind cluster and install kgateway using released Helm charts/images, to help reproduce customer installs and debug issues like #13661.
Changes:
- Added
hack/setup-kind-via-release.shto automate kind + (optional) MetalLB + Gateway API CRDs + kgateway install, with an optional smoke-test Gateway/Route. - Updated
RELEASE.mdto reference the current rollingmainartifact version (v2.3.0-main) and example Helm commands.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| hack/setup-kind-via-release.sh | New setup script that installs released artifacts into a kind cluster and optionally provisions a basic Gateway + HTTPRoute smoke test. |
| RELEASE.md | Updates rolling main version example and corrects Helm install examples accordingly. |
Signed-off-by: David L. Chandler <david.chandler@solo.io>
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.
Description
This helps me debug customer issues like #13661 by installing kgateway like a customer would from released helm charts & docker images.
Change Type
/kind feature
Changelog
Additional Notes