Commit ee71b39 1 parent b70a1bc commit ee71b39 Copy full SHA for ee71b39
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ cd $ROOT
46
46
curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.9.5 TARGET_ARCH=x86_64 sh -
47
47
export PATH=$PATH :$ROOT /istio-1.9.5/bin
48
48
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
50
50
51
51
KNATIVE_VERSION=v0.26.0
52
52
# Install KNative in the cluster
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ sudo apt-get update >> /dev/null
26
26
27
27
sudo apt-get -y install btrfs-progs pkg-config libseccomp-dev unzip tar libseccomp2 socat util-linux apt-transport-https curl ipvsadm >> /dev/null
28
28
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
31
31
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
34
34
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
36
36
mv runc.amd64 runc
37
37
sudo install -D -m0755 runc /usr/local/sbin/runc
38
38
You can’t perform that action at this time.
0 commit comments