1. Packages
  2. Cilium
  3. Installation & Configuration
Cilium v0.1.7 published on Sunday, Sep 29, 2024 by littlejo

Cilium: Installation & Configuration

Cilium v0.1.7 published on Sunday, Sep 29, 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
Copy

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
Copy

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

Cilium v0.1.7 published on Sunday, Sep 29, 2024 by littlejo