@pulumi/rke
TypeScript icon, indicating that this package has built-in type declarations

3.4.0 • Public • Published

Actions Status Slack NPM version Python version NuGet version PkgGoDev License

Rancher RKE provider

The RKE provider is used to interact with Rancher Kubernetes Engine kubernetes clusters. To use this package, please install the Pulumi CLI first.

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @pulumi/rke

or yarn:

$ yarn add @pulumi/rke

Python

To use from Python, install using pip:

$ pip install pulumi_rke

Go

To use from Go, use go get to grab the latest version of the library

$ go get github.com/pulumi/pulumi-rke/sdk/v3

.NET

To use from .NET, install using dotnet add package:

$ dotnet add package Pulumi.Rke

Configuration

The following configuration points are available:

  • rke:debug - (Optional) Enable RKE debug logs. It can also be sourced from the RKE_DEBUG environment variable. Default false (bool)
  • rke:logFile - (Optional) Save RKE logs to a file. It can also be sourced from the RKE_LOG_FILE environment variable (string)

Reference

For further information, please visit the RKE provider docs or for detailed reference documentation, please visit the API docs.

Dependencies (1)

Dev Dependencies (3)

Package Sidebar

Install

npm i @pulumi/rke

Homepage

pulumi.io

Weekly Downloads

445

Version

3.4.0

License

Apache-2.0

Unpacked Size

219 kB

Total Files

31

Last publish

Collaborators

  • joeduffy
  • pulumi-bot