Default config path:
~/.edge-cli/config.yaml
Create a config file:
edge config initShow the resolved config:
edge config showrepos:
k3sNvidiaEdge: /media/waqasm86/External1/Waqas-Projects/Project-Linux-Kubernetes-Nvidia/Project-Edge-Computing-LLM/k3s-nvidia-edge
llmObservabilityStack: /media/waqasm86/External1/Waqas-Projects/Project-Linux-Kubernetes-Nvidia/Project-Edge-Computing-LLM/llm-observability-stack
cluster:
kubeconfig: ""
defaultNamespace: llm-observability
gpu:
vendor: nvidiaUse config for persistent paths, or use flags for one-off commands:
edge install infra --repo-path /path/to/k3s-nvidia-edge --yes
edge install observability --repo-path /path/to/llm-observability-stack --yesWhen cluster.kubeconfig is set, edge-cli exports it to KUBECONFIG for the
current command process before running Kubernetes or Helm operations.
Only nvidia is supported. Any other value is rejected during config loading.