The RKE provider is used to interact with Rancher Kubernetes Engine kubernetes clusters. To use this package, please install the Pulumi CLI first.
This package is available in many languages in the standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either npm
:
$ npm install @pulumi/rke
or yarn
:
$ yarn add @pulumi/rke
To use from Python, install using pip
:
$ pip install pulumi_rke
To use from Go, use go get
to grab the latest version of the library
$ go get github.com/pulumi/pulumi-rke/sdk/v3
To use from .NET, install using dotnet add package
:
$ dotnet add package Pulumi.Rke
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)For further information, please visit the RKE provider docs or for detailed reference documentation, please visit the API docs.