Skip to content
Closed
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: 1 addition & 1 deletion k3d-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kubeAPI: # same as `--api-port myhost.my.domain:6443` (where the name would reso
host: "127.0.0.1" # important for the `server` setting in the kubeconfig
hostIP: "127.0.0.1" # where the Kubernetes API will be listening on
hostPort: "6443" # where the Kubernetes API listening port will be mapped to on your host system
image: dockerhub.repo.gpkg.io/rancher/k3s:v1.33.7-k3s1@sha256:bfced830bf3a9b4624e0e569264c7bfebc0700bc36d20a7238faa8646825e36b
image: dockerhub.repo.gpkg.io/rancher/k3s:v1.33.8-k3s1@sha256:10dfeb707c3f2bb477ca6f925ed2bf8fed0c2fdf38d53da81b364e9fc92dc7aa
env:
- envVar: K3S_DEBUG=true
nodeFilters:
Expand Down