How to configure PrimeHub
What We Need?
PrimeHub repo clone is supposed to be at the local environment when PrimeHub installation.
Where is Configuration File?
Multi-nodes
In terms of multi-node, the path to primehub.yaml
is similar to below. Replace <Kubernetes_cluster>
by the real case.
Single-node
In terms of single-node, the path to primehub.yaml
is as below since using MicroK8s
How to Apply New Configuration?
Run primehub-install
, it will update PrimeHub according to the primehub.yaml
. It will take minutes to finish the update.
Last updated