radius-project / docs

Documentation for Radius
https://docs.radapp.io
Apache License 2.0
24 stars 41 forks source link

Update k3d cluster create example #1187

Closed brooke-hamilton closed 1 month ago

brooke-hamilton commented 1 month ago

Thank you for helping make the Radius documentation better!

Please follow this checklist before submitting:

In addition, please fill out the following to help reviewers understand this pull request:

Description

This PR updates the recommended command to use when creating a k3d cluster by adding a parameter to the k3d cluster create command 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 to traefik@server:* to indicate that all instances should be affected, not just the one at index zero.

Issue reference

Fixes: https://github.com/radius-project/radius/issues/7637