Merge "Do not use “-y” for package install"

This commit is contained in:
Zuul 2017-11-12 03:03:09 +00:00 committed by Gerrit Code Review
commit 679639cd7d
2 changed files with 3 additions and 3 deletions

View File

@ -53,8 +53,8 @@ necessary
::
sudo apt-get update -y
sudo apt-get install -y --no-install-recommends -qq \
sudo apt-get update
sudo apt-get install --no-install-recommends -qq \
curl \
docker.io \
nfs-common \

View File

@ -182,7 +182,7 @@ our hosts. Using our Ubuntu example:
::
sudo apt-get install ceph-common -y
sudo apt-get install ceph-common
Kubernetes Node DNS Resolution
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~