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:
committed by
GitHub
parent
4b4def524d
commit
3e38ac4011
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user