k3p is a k3s packaging and delivery utility
The k3p command provides an easy method for packaging a kubernetes environment into a distributable object.
--cache-dir string Override the default location for cached k3s assets (default "/home/<user>/.k3p/cache")
-h, --help help for k3p
--tmp-dir string Override the default tmp directory (default "/tmp")
-v, --verbose Enable verbose logging
- k3p build - Build a k3s distribution package
- k3p cache - Cache management options
- k3p completion - Generate completion script
- k3p inspect - Inspect the given package
- k3p install - Install the given package to the system
- k3p node - Node management commands
- k3p token - Token retrieval and generation commands
- k3p uninstall - Uninstall a k3p package (currently only for docker)
- k3p version - Display version information for k3p