mirror of
https://github.com/holos-run/holos.git
synced 2026-03-19 08:44:58 +00:00
Initialize machine room provisioning credentials
When you want the holos controller to provision while operating in the current working directory, run:
init-choria-provisioner-credsto populate secrets in the Holos Provisioner Cluster (not to be confused with the Choria Provisioner).make-provisioning-jwtto issue aprovisioning.jwtfile forholos controllerto use.holos controller --config=agent.cfgto readprovisioning.jwtand write the provisioned config file and credentials to the current directory.
Expect the controller to provision.
Setup Notes:
The holos server flag --provisioner-seed must match the issuer.seed value.
To get the correct value to configure for holos server:
holos get secret choria-issuer --print-key=issuer.seed --namespace $NAMESPACE