Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ kflex init

### Installing on k3d

For a complete guide to using KubeFlex with k3d, including prerequisites, cluster setup, and control plane creation, see the [k3d documentation](./k3d.md).

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs/k3d.md file is being added in the companion PR #676, which is currently open and awaiting review. This PR is intentionally a follow-up — the link will be valid once #676 is merged. Happy to merge this after #676 if that's preferred.


These steps have only been tested with k3d v5.6.0. Create a k3d cluster with `traefik` disabled and nginx ingress as follows:

```shell
Expand Down
Loading