Skip to content

Commit

Permalink
check if microk8s is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed Feb 23, 2024
1 parent c93e66b commit 8482d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/cloudinit/scripts/00-install-microk8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Assumptions:
# - snapd is installed

if snap list microk8s; do
if snap list microk8s; then
echo "MicroK8s is already installed, will not install"
exit 0
fi
Expand Down

0 comments on commit 8482d18

Please sign in to comment.