Weka Operator secrets management
Manage the Kubernetes secrets created by the Weka operator to store credentials and connection information required for cluster interaction. The operator automatically handles the lifecycle of these s
Secret types and purposes
Operator Secret configuration
kubectl create secret generic weka-operator-<cluster-uid> \
--from-literal=username=weka-operator-<cluster-uid-short> \
--from-literal=password=<password> \
--from-literal=org=Root \
--from-literal=join-secret=<join-token>User Admin Secret configuration
Client Secret configuration
CSI Secret configuration
Usage in WekaClient resources
Last updated