Skip to content
Merged
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.34.3-k3s1@sha256:71abd3a56f57884c62732e0e0d87606052cb5f8555b7db7e8e33c04570b8175c
env:
- envVar: K3S_DEBUG=true
nodeFilters:
Expand Down