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 install -y --no-install-recommends -qq \
|
||||
sudo apt-get update
|
||||
sudo apt-get install --no-install-recommends -qq \
|
||||
curl \
|
||||
docker.io \
|
||||
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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user