Skip to content

Commit

Permalink
[pt-br] replace all references to https://storage.googleapis.com/kube…
Browse files Browse the repository at this point in the history
  • Loading branch information
9bany committed May 11, 2023
1 parent e31eee4 commit c62c5bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Instale o `kubeadm`, o `kubelet`, e o `kubectl` e adicione o serviço systemd `k
RELEASE="$(curl -sSL https://dl.k8s.io/release/stable.txt)"
ARCH="amd64"
cd $DOWNLOAD_DIR
sudo curl -L --remote-name-all https://storage.googleapis.com/kubernetes-release/release/${RELEASE}/bin/linux/${ARCH}/{kubeadm,kubelet,kubectl}
sudo curl -L --remote-name-all https://dl.k8s.io/release/${RELEASE}/bin/linux/${ARCH}/{kubeadm,kubelet,kubectl}
sudo chmod +x {kubeadm,kubelet,kubectl}

RELEASE_VERSION="v0.4.0"
Expand Down

0 comments on commit c62c5bf

Please sign in to comment.