1
0
mirror of https://github.com/ubuntu/microk8s.git synced 2021-05-23 02:23:41 +03:00

inspect script should check for kubelite (#2073)

This commit is contained in:
Konstantinos Tsakalozos
2021-03-08 16:47:31 +02:00
committed by GitHub
parent 4b4def524d
commit 3e38ac4011

View File

@@ -125,7 +125,7 @@ function store_kubeflow_info {
function suggest_fixes {
# Propose fixes
printf '\n'
if ! systemctl status snap.microk8s.daemon-apiserver &> /dev/null
if ! systemctl status snap.microk8s.daemon-kubelite &> /dev/null
then
if lsof -Pi :16443 -sTCP:LISTEN -t &> /dev/null
then