https://rancher.com/ logo
Title
g

great-monitor-14716

10/17/2022, 2:28 PM
Hi! Not sure if this is k3s or cilium related. I'm trying to add a feature to cilium CNI (installed through cilium CLI) following the docs:
cilium install \
    --kube-proxy-replacement=strict \
    --helm-set ingressController.enabled=true
Getting error:
Error: Unable to install Cilium: unable to create secret kube-system/hubble-server-certs: secrets "hubble-server-certs" already exists
Should I throw it out and install cilium through helm instead? or is there a way to use the CLI to get the same results?
c

creamy-pencil-82913

10/17/2022, 5:27 PM
Sounds like you need to upgrade it instead of install it? It’s already installed…
but this isn’t really the best place for cilium questions
g

great-monitor-14716

10/18/2022, 6:21 AM
@creamy-pencil-82913 Yeah I know, it seems however to be the same action for upgrades. I'm new to k3s and cilium though, so I might be wrong. I tried the cilium slack first but there's seldom any answers there.