rke 1.7.0 published on Thursday, Feb 6, 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
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)