K3D: better verification that the K8S Client was successfully created #92
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#92
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?
Current behavior
In k3d/src/lib.rs::create_kubernetes_client, currently we simply instantiate the client without actually checking if it is connected to the right cluster.
Expected behavior
Get the client and connect it to the right k3d cluster, not the default one.