rke 1.7.5 published on Tuesday, Apr 15, 2025 by rancher
Rke Provider
Generate Provider
The Rke provider must be installed as a Local Package by following the instructions for Any Terraform Provider:
pulumi package add terraform-provider rancher/rke
~> NOTE: This provider was previously published as @pulumi/rke. However, that package is no longer being updated.Going forward, it is available as a Local Package instead. Please see the provider’s repository for details.
Overview
The RKE provider is used to interact with Rancher Kubernetes Engine kubernetes clusters.
Example Usage
# Pulumi.yaml provider configuration file
name: configuration-example
runtime:
config:
rke:debug:
value: true
rke:logFile:
value: <rke_log_file>
Configuration Reference
The following configuration inputs are supported:
debug
- (Optional) Enable RKE debug logs. It can also be sourced from theRKE_DEBUG
environment variable. Defaultfalse
(bool)logFile
- (Optional) Save RKE logs to a file. It can also be sourced from theRKE_LOG_FILE
environment variable (string)