You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
A missleading error is thrown when the current-context field is set in the referenced kubeconfig:
TRAC[0000] Loading targets from inventory. filter=".*" group-vars-dir=group_vars limits=
TRAC[0000] Successfully loaded targets from inventory. targets=1
TRAC[0000] Loading playbooks for targets. load-cluster-inventory=true playbook-file=playbook.yml spruce-eval=true
ERRO[0000] Failed to compile playbooks. error="Failed to create playbook for target 'harvester-01': 'failed to retrieve cluster-inventory: invalid configuration: [context was not found for specified context: harvester-01, cluster has no server defined]'"
error: Failed to create playbook for target 'harvester-01': 'failed to retrieve cluster-inventory: invalid configuration: [context was not found for specified context: harvester-01, cluster has no server defined]'
After deleting the value of current-context this error no longer occours.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A missleading error is thrown when the
current-context
field is set in the referenced kubeconfig:After deleting the value of
current-context
this error no longer occours.The text was updated successfully, but these errors were encountered: