Aligns with the rest of the OKD score namespace (OKDSetup01InventoryScore, OKDBootstrap02…, OKDLoadBalancerScore, …). The Add prefix made this one the odd name out. Renames the companion interpret (AddOkdNodeInterpret → OKDAddNodeInterpret), the Score::name() debug string, and the InterpretName::Custom tag for symmetry. AddNodeRole stays as-is (not a Score, and its prefix still reads fine). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
416 B
Bash
10 lines
416 B
Bash
export HARMONY_SECRET_NAMESPACE=okd-add-node
|
|
export HARMONY_SECRET_STORE=file
|
|
export HARMONY_DATABASE_URL=sqlite://okd_add_node.sqlite
|
|
export RUST_LOG=harmony=debug
|
|
|
|
# Required: the kubeconfig for the running OKD cluster. OKDAddNodeScore reads
|
|
# the existing nodes of the target role and pulls the user-data-managed secret
|
|
# from `openshift-machine-api` through this.
|
|
# export KUBECONFIG=/path/to/cluster/kubeconfig
|