initial draft
This commit is contained in:
17
README.md
17
README.md
@@ -1,2 +1,17 @@
|
||||
# oc-deploy
|
||||
# Deploy cluster
|
||||
## For dev in Docker
|
||||
Install brew
|
||||
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
||||
Install Talos
|
||||
|
||||
brew install siderolabs/tap/talosctl
|
||||
talosctl cluster create
|
||||
# Install helm
|
||||
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
|
||||
chmod 700 get_helm.sh
|
||||
./get_helm.sh
|
||||
|
||||
# Create OpenCloud Chart
|
||||
helm create occhart
|
||||
|
||||
Reference in New Issue
Block a user