Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Kubebuilder Installation

v1.1

Kubebuilder Installation

play

Kubebuilder Installation

Install the kubebuilder to the local environment

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Kubebuilder Installation

uses: RyanSiu1995/[email protected]

Learn more about this action in RyanSiu1995/kubebuilder-action

Choose a version

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.