Bootstrap servers
General information
Bootstrap Kubernetes single node / master node
curl -sfL https://raw.githubusercontent.com/opencrvs/infrastructure/refs/heads/develop/scripts/bootstrap/opencrvs-bootstrap.sh \ -o opencrvs-bootstrap.sh && \ bash opencrvs-bootstrap.sh --owner <org name> \ --repo <repo name> \ --env <env name> \ --token <github token> \ --enable-runner
Bootstrap Kubernetes worker nodes / backup server
Last updated