Skip to content

Instantly share code, notes, and snippets.

@angarg
Last active February 19, 2021 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angarg/8c979bba2c1de6ba4409afe15db445a1 to your computer and use it in GitHub Desktop.
Save angarg/8c979bba2c1de6ba4409afe15db445a1 to your computer and use it in GitHub Desktop.
#!/bin/sh
tdnf -q install wget unzip less vim
rm -f vsphere-plugin.zip
wget --no-check-certificate https://192.168.123.1:443/wcp/plugin/linux-amd64/vsphere-plugin.zip
unzip vsphere-plugin.zip
mv bin/kubectl* /usr/local/bin
rm -rf bin
rm -f vsphere-plugin.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment