Enhancement debian package manager apt-get tweaks

By default, Ubuntu or Debian based "apt" or "apt-get"
system installs recommended but not suggested packages .

By passing "--no-install-recommends" option, the user lets apt-get know
not to consider recommended packages as a dependency to install.

This results in smaller downloads and installation of packages
which result in faster download and setup

Refer to blog at
[Ubuntu Blog](https://ubuntu.com/blog/we-reduced-our-docker-images-by-60-with-no-install-recommends)

Issue-ID: SDC-3256

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: Ie9ebfa8e49fa6d562683fa147685c92d1180f467
diff --git a/sdc-os-chef/scripts/k8s/kubernetes_run.sh b/sdc-os-chef/scripts/k8s/kubernetes_run.sh
index afbec35..e167c69 100644
--- a/sdc-os-chef/scripts/k8s/kubernetes_run.sh
+++ b/sdc-os-chef/scripts/k8s/kubernetes_run.sh
@@ -68,7 +68,7 @@
 ## In order to build the nsenter use the below instructions:
 ##./build_nsenter_exec.sh
 echo "[INFO]   Install - socat"
-sudo apt-get install -y socat jq
+sudo apt-get install -y -qq --no-install-recommends socat jq
 
 ####################
 # helm             #