feat: implement k3d cluster management #20
Labels
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/k3d"
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?
ensure_k3d_installed
,get_latest_release_tag
,download_latest_release
,is_k3d_installed
,verify_cluster_exists
,create_cluster
andcreate_kubernetes_client
.get_client
method to access the Kubernetes client.K3d
struct to encapsulate k3d cluster management logic.@ -0,0 +6,4 @@
.unwrap()
.data_dir()
.join("harmony");
}
this is cool