# Functions

Specify how many agents you want to create.
Memory limit imposed on the agents nodes [From docker].
Specify the Kubernetes API server port exposed on the LoadBalancer (Format: [HOST:]HOSTPORT).
Path of a config file to use.
Create a new k3s cluster with containerized nodes (k3s in docker).
Add environment variables to nodes (Format: KEY[=VALUE][@NODEFILTER[;NODEFILTER...]].
GPU devices to add to the cluster node containers ('all' to pass all GPUs) [From docker].
Specify k3s image that you want to use for the nodes.
Additional args passed to the k3s agent command on agent nodes.
Additional args passed to the k3s server command on server nodes.
Directly switch the default kubeconfig's current-context to the new cluster's context (requires --kubeconfig-update-default) (default true).
Directly update the default kubeconfig with the new cluster's context (default true).
Add label to node container (Format: KEY[=VALUE][@NODEFILTER[;NODEFILTER...]].
Join an existing network.
Disable the automatic injection of the Host IP as 'host.k3d.internal' into the containers and CoreDNS.
Disable the creation of a volume for importing images.
Disable the creation of a LoadBalancer in front of the server nodes.
Disable the automatic rollback actions, if anything goes wrong.
Map ports from the node containers to the host (Format: [HOST:][HOSTPORT:]CONTAINERPORT[/PROTOCOL][@NODEFILTER]).
Specify path to an extra registries.yaml file.
Create a k3d-managed registry and connect it to the cluster.
Connect to one or more k3d-managed registries running locally.
Specify how many servers you want to create.
Memory limit imposed on the server nodes [From docker].
No description provided by the author
No description provided by the author
[Experimental: IPAM] Define a subnet for the newly created container network (Example: 172.28.0.0/16).
Rollback changes if cluster couldn't be created in specified duration.
Enable Log timestamps.
Enable super verbose output (trace logging).
Enable verbose output (debug logging).
Mount volumes into the nodes (Format: [SOURCE:]DEST[@NODEFILTER[;NODEFILTER...]].
Wait for the server(s) to be ready before returning.

# Type aliases

No description provided by the author