Kubebuilder Installer
This is the sugar action that helps me to replace the script inside my operator action development.
It will download the corresponding version of kubebuilder and keep it under /usr/local/kubebuilder
.
Submission Category:
Maintainer Must-Haves, Wacky Wildcards (Mainly used for the CI in Kubernetes operator development)
Yaml File or Link to Code
RyanSiu1995 / kubebuilder-action
GitHub Action module to install kubebuilder
Kubebuilder installation docker action
This action provides a sugar syntax to install the kubebuilder in the ubuntu machine. The installation process is based on kubebuilder v2.3.1.
Inputs
version
Required The version going to be installed. Default "2.3.1"
.
Example usage
uses: RyanSiu1995/kubebuilder-action@v1
with:
version: 2.3.1
License
This software is released under Apache License 2.0. Please refer to LICENSE file for more details.
Additional Resources / Info
The first version of this action is just to use the child_process
inside JS. In the next release, it will change back to the standard libraries in JS.
Top comments (0)