meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-virt / recipes-containers / kubernetes / files / contrib / init / systemd / environ / config
diff --git a/meta-starlingx/meta-stx-virt/recipes-containers/kubernetes/files/contrib/init/systemd/environ/config b/meta-starlingx/meta-stx-virt/recipes-containers/kubernetes/files/contrib/init/systemd/environ/config
deleted file mode 100644 (file)
index 8c0a284..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-###
-# kubernetes system config
-#
-# The following values are used to configure various aspects of all
-# kubernetes services, including
-#
-#   kube-apiserver.service
-#   kube-controller-manager.service
-#   kube-scheduler.service
-#   kubelet.service
-#   kube-proxy.service
-# logging to stderr means we get it in the systemd journal
-KUBE_LOGTOSTDERR="--logtostderr=true"
-
-# journal message level, 0 is debug
-KUBE_LOG_LEVEL="--v=0"
-
-# Should this cluster be allowed to run privileged docker containers
-KUBE_ALLOW_PRIV="--allow-privileged=false"
-
-# How the controller-manager, scheduler, and proxy find the apiserver
-KUBE_MASTER="--master=http://127.0.0.1:8080"