Skip to content

Commit

Permalink
docs: bump clusterctl from v0.3.14 to v0.3.21 in /docs/website
Browse files Browse the repository at this point in the history
Fix incompatible API version

Signed-off-by: Khue Doan <[email protected]>
  • Loading branch information
khuedoan authored and talos-bot committed Jul 27, 2021
1 parent fb0da3c commit acd82e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The main article for installing `clusterctl` can be found

```bash
sudo curl -Lo /usr/local/bin/clusterctl \
"https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.14/clusterctl-linux-amd64" \
"https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.21/clusterctl-$(uname -s | tr '[:upper:]' '[:lower:]')-amd64" \
sudo chmod +x /usr/local/bin/clusterctl
```

Expand Down

0 comments on commit acd82e0

Please sign in to comment.