Skip to content

Commit

Permalink
Merge pull request #87 from canonical/fix/install
Browse files Browse the repository at this point in the history
check if microk8s is installed
  • Loading branch information
neoaggelos authored Feb 23, 2024
2 parents c93e66b + 8482d18 commit 8a6753c
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 8a6753c

Please sign in to comment.