connect to k3d cluster using env variable USE_LOCAL_K3D=true when cluster exists but kubectl config does not #123
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#123
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
kubectl config entry for k3d was delete during a config merge
afterwards the k3d cluster was still running
USE_LOCAL_K3D cargo run -p .... finds the cluster is initialized and marks it as ready
kube config is not updated with a new entry for the harmony k3d cluster and the original kubectl config current-context is not switched during the check to see if the cluster is actually ready
harmony will deploy the app on whichever cluster it is connected to or fail if the context doesnt exist