You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apiVersion: k3d.io/v1alpha4 # API version
kind: Simple # CR kind
metadata:
name: mycluster
servers: 1 # same as `--servers 1`
agents: 2 # same as `--agents 2`
# ...
Description
Refer to the K3D project for an example:
Agree to the Code of Conduct