0.2.2 • Published 2 years ago

@microbs.io/plugin-kind v0.2.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Build Status npm Apache 2.0

microbs-plugin-kind

Contents

Usage

This section documents the behavior of the kind plugin when using the CLI.

Before using the kind plugin you must have its prerequisites.

setup

When running microbs setup [-k], the kind plugin runs kind create cluster. Currently, the kind plugin does not configure the size of the cluster it deploys.

rollout

The kind plugin is unaffected by microbs rollout.

destroy

When running microbs destroy [-k], the kind plugin runs kind delete cluster.

Prerequisites

Install the plugin

microbs installs this plugin automatically when you install microbs.

To reinstall this plugin, run this command:

microbs plugins install kind

To upgrade this plugin to the latest version, run this command:

microbs plugins update kind

Install dependencies

The kind plugin requires the following software dependencies on the same machine as microbs:

SoftwareVersion
kind0.12.0

Configuration

Currently, the kind plugin does not have any configurable settings.

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3-alpha

2 years ago

0.1.2-alpha

2 years ago

0.1.1-alpha

2 years ago

0.1.0-alpha

2 years ago