Install pyOpenSSL package for k8s master (#16361)
### Why I did it Need a tool to check certificate's detail of information. ##### Work item tracking - Microsoft ADO **(number only)**: 25020260 #### How I did it Install pyOpenSSL package for k8s master #### How to verify it Pip3 list to check whether it's installed when include_kubernetes_master=y
This commit is contained in:
parent
34e5d266e5
commit
410e6ff406
@ -806,6 +806,7 @@ echo "kubernetes master docker images pull complete"
|
||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install psutil
|
||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install statsd
|
||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install kubernetes
|
||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install pyOpenSSL
|
||||
# Install python packages to upload and download etcd backup files for backup and restore service usage
|
||||
sudo https_proxy=$https_proxy LANG=C chroot $FILESYSTEM_ROOT pip3 install azure-storage-blob azure-identity
|
||||
sudo LANG=C chroot $FILESYSTEM_ROOT systemctl enable kubelet.service
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
set -x
|
||||
|
||||
# mount disk from host
|
||||
# Mount disk from host
|
||||
mount_point="/from_host"
|
||||
disk_by_path_dir="/dev/disk/by-path"
|
||||
# We can't ensure the mounted disk name is sda or sdb
|
||||
|
Loading…
Reference in New Issue
Block a user