Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 346 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 346 Bytes

Enable Vcp on K8S cluster

Build Status

Testing the scripts on a cluster node

set -eo
# Installing requirement packages
chmod +x ./install.sh && ./install.sh
# Running the script
./enable-vcp-scripts/run.sh
set +eo