Setup
Installing
Holos is a single executable that can be installed via:
- macOS
- Linux
- Windows
- Go
Completion
tip
Completion is automatically enabled if brew shell completion is also enabled.
- zsh
- bash
- fish
- powershell
Add the following to ~/.zshrc
if not already present to initialize zsh completion.
autoload -Uz compinit
compinit
Then load holos completion after zsh completion has been initialized.
source <(holos completion zsh)
source <(holos completion bash)
source <(holos completion fish)
holos completion powershell | Invoke-Expression
Dependencies
Install these tools to use Holos's full capabilities:
note
Holos is tested with Helm v3.16.2
. If you see Error: chart requires kubeVersion
errors, try upgrading Helm.
Next Steps
With your platform structure initialized, proceed to Hello Holos to learn Helm chart management.