The steps to create the kubectl plugins tar gz are as follows:
KUBEPLUS_HOME=<directory where kubeplus repository is cloned>
cd $KUBEPLUS_HOME
tar -cvf kubeplus-kubectl-plugins.tar plugins/
gzip kubeplus-kubectl-plugins.tar
These steps will be included in the GitHub action. The GH action should be defined to be triggered manually.
The steps to create the kubectl plugins tar gz are as follows:
KUBEPLUS_HOME=<directory where kubeplus repository is cloned>cd $KUBEPLUS_HOMEtar -cvf kubeplus-kubectl-plugins.tar plugins/gzip kubeplus-kubectl-plugins.tarThese steps will be included in the GitHub action. The GH action should be defined to be triggered manually.