1. Packages
  2. Rke Provider
rke 1.7.0 published on Thursday, Feb 6, 2025 by rancher

Rke Provider

rke logo
rke 1.7.0 published on Thursday, Feb 6, 2025 by rancher

    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 the RKE_DEBUG environment variable. Default false (bool)
    • logFile - (Optional) Save RKE logs to a file. It can also be sourced from the RKE_LOG_FILE environment variable (string)
    rke logo
    rke 1.7.0 published on Thursday, Feb 6, 2025 by rancher