This commit is contained in:
parent
68fde23f2c
commit
507556969a
@ -330,6 +330,7 @@ impl K3d {
|
||||
}
|
||||
|
||||
async fn create_kubernetes_client(&self) -> Result<Client, String> {
|
||||
// TODO: Connect the client to the right k3d cluster (see https://git.nationtech.io/NationTech/harmony/issues/92)
|
||||
Client::try_default()
|
||||
.await
|
||||
.map_err(|e| format!("Failed to create Kubernetes client: {}", e))
|
||||
|
Loading…
Reference in New Issue
Block a user