Skip to content

GitHub action to create the kubectl plugins as a release artifact #1401

@devdattakulkarni

Description

@devdattakulkarni

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions