Merge "Do not use “-y” for package install"
This commit is contained in:
commit
679639cd7d
@ -53,8 +53,8 @@ necessary
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
sudo apt-get update -y
|
sudo apt-get update
|
||||||
sudo apt-get install -y --no-install-recommends -qq \
|
sudo apt-get install --no-install-recommends -qq \
|
||||||
curl \
|
curl \
|
||||||
docker.io \
|
docker.io \
|
||||||
nfs-common \
|
nfs-common \
|
||||||
|
@ -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
|
Kubernetes Node DNS Resolution
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user