sealos_create
sealos create
create a cluster without running the CMD
Synopsis
sealos create [image name][args]
sealos create [flags]
Examples
create a mysql cluster:
sealos create mysql
with custom cluster name:
sealos create mysql:8.0 -c mysql
Options
-c, --cluster-name string name of cluster to be created (default "default")
-h, --help help for create
--platform string set the OS/ARCH/VARIANT of the image to the provided value instead of the current operating system and architecture of the host (for example linux/arm) (default "linux/amd64")
Options inherited from parent commands
--cluster-root string cluster root directory (default "/var/lib/sealos")
--debug enable debug logger
SEE ALSO
- sealos - simplest way install kubernetes tools.