Skip to content

Commit

Permalink
remove failing kubectl auth assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello authored Mar 6, 2024
2 parents df660b2 + e8459d3 commit a43739f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ async function microk8s_init(channel, addons, container_registry_url:string) {
}

await retry_until_rc("microk8s kubectl auth can-i create pods")
await retry_until_rc("microk8s kubectl auth can-i create pods --as=me", 1)
return true;
}

Expand Down

0 comments on commit a43739f

Please sign in to comment.