-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update k3d create commands #1683
Conversation
* Fix error when no branch changes Signed-off-by: Brooke Hamilton <[email protected]> * Remove extra commit Signed-off-by: Brooke Hamilton <[email protected]> * Add comments Signed-off-by: Brooke Hamilton <[email protected]> * Fix branch name env var Signed-off-by: Brooke Hamilton <[email protected]> * Clarify comments Signed-off-by: Brooke Hamilton <[email protected]> * Add example Signed-off-by: Brooke Hamilton <[email protected]> --------- Signed-off-by: Brooke Hamilton <[email protected]>
Signed-off-by: Brooke Hamilton <[email protected]>
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.
LGTM pending a comment on why this was disabled (same thing as this PR)
Signed-off-by: Brooke Hamilton <[email protected]>
Done! Thank you! 🚀 |
I pushed some changes to the edge branch of the repo so that might be the cause for the test failures. Should this branch target edge instead so the PR includes up those changes? @Reshrahim |
OK I will switch the PR to target the edge branch. Thank you! |
* Upmerge fix (radius-project#1649) * Fix error when no branch changes Signed-off-by: Brooke Hamilton <[email protected]> * Remove extra commit Signed-off-by: Brooke Hamilton <[email protected]> * Add comments Signed-off-by: Brooke Hamilton <[email protected]> * Fix branch name env var Signed-off-by: Brooke Hamilton <[email protected]> * Clarify comments Signed-off-by: Brooke Hamilton <[email protected]> * Add example Signed-off-by: Brooke Hamilton <[email protected]> --------- Signed-off-by: Brooke Hamilton <[email protected]> * Update k3d create commands Signed-off-by: Brooke Hamilton <[email protected]> * Add comment describing the k3d configuration Signed-off-by: Brooke Hamilton <[email protected]> --------- Signed-off-by: Brooke Hamilton <[email protected]> Signed-off-by: Vishwanath Hiremath <[email protected]>
…file (#1710) * Update k3d create commands (#1683) * Upmerge fix (#1649) * Fix error when no branch changes Signed-off-by: Brooke Hamilton <[email protected]> * Remove extra commit Signed-off-by: Brooke Hamilton <[email protected]> * Add comments Signed-off-by: Brooke Hamilton <[email protected]> * Fix branch name env var Signed-off-by: Brooke Hamilton <[email protected]> * Clarify comments Signed-off-by: Brooke Hamilton <[email protected]> * Add example Signed-off-by: Brooke Hamilton <[email protected]> --------- Signed-off-by: Brooke Hamilton <[email protected]> * Update k3d create commands Signed-off-by: Brooke Hamilton <[email protected]> * Add comment describing the k3d configuration Signed-off-by: Brooke Hamilton <[email protected]> --------- Signed-off-by: Brooke Hamilton <[email protected]> Signed-off-by: Vishwanath Hiremath <[email protected]> * adding aws credential command changes to workflow files Signed-off-by: Vishwanath Hiremath <[email protected]> --------- Signed-off-by: Brooke Hamilton <[email protected]> Signed-off-by: Vishwanath Hiremath <[email protected]> Co-authored-by: Brooke Hamilton <[email protected]>
Description
This PR updates the commands used for creating a k3d cluster by adding a parameter to
k3d cluster create
to disable the default load balancer. The default load balancer was conflicting with the load balancer deployed by Radius. See the issue reference linked below for details.Note:
traefik@server:0
was changed totraefik@server:*
to indicate that all instances should be affected, not just the one at index zero.Issue reference
Fixes: radius-project/radius#7637