Skip to content

Commit 2be0bcf

Browse files
committed
Change version to 1.9.0
1 parent 0324c74 commit 2be0bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kube-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ sudo chmod +x kubectl
5555
sudo mv kubectl /usr/local/bin/
5656

5757
echo "Download localkube from minikube project"
58-
wget -O localkube "https://storage.googleapis.com/minikube/k8sReleases/v1.9.4/localkube-linux-amd64"
58+
wget -O localkube "https://storage.googleapis.com/minikube/k8sReleases/v1.9.0/localkube-linux-amd64"
5959
sudo chmod +x localkube
6060
sudo mv localkube /usr/local/bin/
6161

0 commit comments

Comments
 (0)