Cilium v0.1.7 published on Sunday, Sep 29, 2024 by littlejo
Cilium: Installation & Configuration
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.