1. Packages
  2. Rke Provider
rke 1.7.5-rc1 published on Monday, Apr 7, 2025 by rancher

Rke Provider

rke logo
rke 1.7.5-rc1 published on Monday, Apr 7, 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
    

    ~> 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 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.5-rc1 published on Monday, Apr 7, 2025 by rancher