Skip to content
cloud

GitHub Action

Rio CLI

v0.1 Pre-release

Rio CLI

cloud

Rio CLI

Use Rancher Labs Rio CLI to deploy to Kubernetes. See https://github.com/burmis/rio-github-action

Installation

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

              

- name: Rio CLI

uses: burmis/rio-github-action@v0.1

Learn more about this action in burmis/rio-github-action

Choose a version

rio-github-action (ALPHA)

NOTE: This is a new repo. PRs welcome. See issues for what's to be done.

A GitHub Action you can use to publish application to Kubernetes with Rio from Rancher Labs.

This container provides rio as well as kubectl.

Pre-requisites

  1. A Kubernetes cluster is setup with at least 3GB of RAM (as required by Rio)
  2. Kubernetes credentials are provided
  3. rio install has been run successfully (Check that all rio services are running with kubectl get po -n rio-system)

Usage

The entrypoint to this container is /usr/local/bin/rio. All arguments are passed on to it so you can run any standard rio command.