1. Packages
  2. Cilium
  3. Installation & Configuration
Cilium v0.0.6 published on Friday, Jan 19, 2024 by littlejo

Cilium: Installation & Configuration

cilium logo
Cilium v0.0.6 published on Friday, Jan 19, 2024 by littlejo

    Installation

    The Pulumi Cilium provider is available as a package in all Pulumi languages:

    Configuration

    The following configuration settings are available for the Cilium provider:

    • cilium:configPath: The path of your kubeconfig (Default: ~/kube/config)
    • cilium:context: The context in your kubeconfig (Default context)
    • cilium:namespace: The namespace of cilium (Default: kube-system)

    You can setup like that:

    pulumi config set cilium:configPath kubeconfig
    

    Provider Binary

    The Cilium provider binary is a third party binary. It can be installed using the pulumi plugin command.

    pulumi plugin install resource cilium <version> --server github://api.github.com/littlejo
    

    Replace the version string <version> with your desired version.

    cilium logo
    Cilium v0.0.6 published on Friday, Jan 19, 2024 by littlejo