Speed up install by commenting out wget and using local.
This commit is contained in:
@ -100,5 +100,5 @@ With these constraints in mind we will be deploying ~microshift~ today which is
|
||||
cd Downloads && git clone https://github.com/jmhbnz/kubernetes-edge-demo.git
|
||||
|
||||
# Run the install script
|
||||
sudo ./microshift-install.sh
|
||||
cd kubernetes-edge-demo && sudo ./microshift-install.sh
|
||||
#+end_src
|
||||
|
||||
@ -30,7 +30,7 @@ install_crio() {
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y cri-o-runc cri-tools containernetworking-plugins
|
||||
|
||||
wget https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/1.25:/1.25.1/Debian_11/arm64/cri-o_1.25.1~0_arm64.deb
|
||||
#wget https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/1.25:/1.25.1/Debian_11/arm64/cri-o_1.25.1~0_arm64.deb
|
||||
|
||||
sudo dpkg -i cri-o_1.25.1~0_arm64.deb
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user