Project Update

This commit is contained in:
2022-02-16 14:18:54 +01:00
parent f640b45acf
commit 1f55516c59
12 changed files with 3197 additions and 2248 deletions

View File

@@ -347,7 +347,7 @@ containerCheck() {
# Are we inside kubenetes?
if grep "/kubepod" /proc/1/cgroup -qa; then
inContainer="1"
containerType="kubentes"
containerType="kubernetes"
fi
# Are we inside LXC?