Skip to content

Instantly share code, notes, and snippets.

#!/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