add k3d todo
All checks were successful
Run Check Script / check (pull_request) Successful in -35s

This commit is contained in:
Ian Letourneau 2025-07-31 08:05:06 -04:00
parent 68fde23f2c
commit 507556969a

View File

@ -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))