Skip to content

Commit ee71b39

Browse files
cvetkovicustiugov
authored andcommitted
Updated protobuf, containerd, and runc
Signed-off-by: Lazar Cvetković <l.cvetkovic.997@gmail.com>
1 parent b70a1bc commit ee71b39

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

scripts/cluster/setup_master_node.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cd $ROOT
4646
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.9.5 TARGET_ARCH=x86_64 sh -
4747
export PATH=$PATH:$ROOT/istio-1.9.5/bin
4848
sudo sh -c "echo 'export PATH=\$PATH:$ROOT/istio-1.9.5/bin' >> /etc/profile"
49-
istioctl install -f $ROOT/configs/istio/istio-minimal-operator.yaml
49+
istioctl install -y -f $ROOT/configs/istio/istio-minimal-operator.yaml
5050

5151
KNATIVE_VERSION=v0.26.0
5252
# Install KNative in the cluster

scripts/install_stock.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ sudo apt-get update >> /dev/null
2626

2727
sudo apt-get -y install btrfs-progs pkg-config libseccomp-dev unzip tar libseccomp2 socat util-linux apt-transport-https curl ipvsadm >> /dev/null
2828

29-
wget --continue --quiet https://github.com/google/protobuf/releases/download/v3.11.4/protoc-3.11.4-linux-x86_64.zip
30-
sudo unzip -o -q protoc-3.11.4-linux-x86_64.zip -d /usr/local
29+
wget --continue --quiet https://github.com/protocolbuffers/protobuf/releases/download/v3.19.0/protoc-3.19.0-linux-x86_64.zip
30+
sudo unzip -o -q protoc-3.19.0-linux-x86_64.zip -d /usr/local
3131

32-
wget --continue --quiet https://github.com/containerd/containerd/releases/download/v1.4.1/containerd-1.4.1-linux-amd64.tar.gz
33-
sudo tar -C /usr/local -xzf containerd-1.4.1-linux-amd64.tar.gz
32+
wget --continue --quiet https://github.com/containerd/containerd/releases/download/v1.5.7/containerd-1.5.7-linux-amd64.tar.gz
33+
sudo tar -C /usr/local -xzf containerd-1.5.7-linux-amd64.tar.gz
3434

35-
wget --continue --quiet https://github.com/opencontainers/runc/releases/download/v1.0.0-rc92/runc.amd64
35+
wget --continue --quiet https://github.com/opencontainers/runc/releases/download/v1.0.2/runc.amd64
3636
mv runc.amd64 runc
3737
sudo install -D -m0755 runc /usr/local/sbin/runc
3838

0 commit comments

Comments
 (0)