loft-sh / vcluster-docs

Apache License 2.0
4 stars 21 forks source link

Deploy vCluster using CLI on Mac OS has small correction: download come before version #267

Open vijaypolsani opened 1 hour ago

vijaypolsani commented 1 hour ago

https://github.com/loft-sh/vcluster-docs/blame/6e146184f7013b52b1d61cc71a870094aca7e3ed/vcluster/_partials/deploy/install-cli-beta.mdx#L30

Deploy vCluster using CLI on Mac OS has small correction: download come before version Current: curl -L -o vcluster "https://github.com/loft-sh/vcluster/releases/<VCLUSTER_VERSION>/download/vcluster-darwin-amd64" && sudo install -c -m 0755 vcluster /usr/local/bin && rm -f vcluster

ToBe: curl -L -o vcluster "https://github.com/loft-sh/vcluster/releases/download/<VCLUSTER_VERSION>/vcluster-darwin-arm64" && sudo install -c -m 0755 vcluster /usr/local/bin && rm -f vcluster example: curl -L -o vcluster "https://github.com/loft-sh/vcluster/releases/download/v0.20.0/vcluster-darwin-arm64" && sudo install -c -m 0755 vcluster /usr/local/bin && rm -f vcluster

vijaypolsani commented 1 hour ago

Could have raised PR but still in the initial steps