Channels
cluster-api
extensions
rancher-extensions
sle
sle-bci
harvester-dev
neuvector-security
supermicro-sixsq
onlinetraining
office-hours
ozt
os
one-point-x
rio
onlinemeetup
v16-v21-migration
events
training-1220
training-0110
training-0124
k3s-contributor
submariner
storage
k3os
windows
ci-cd
theranchcast
rfed_ara
nederlands
ukranian
danish
training-0131
masterclass
training-0207
training-0214
terraform-controller
epinio
phillydotnet
swarm
rancher-wrangler
deutsch
russian
chinese
mesos
français
japanese
arm
longhorn-dev
terraform-provider-rke
service-mesh
azure
gcp
academy
espanol
lima
portugues
kubernetes
kim
hypper
kubewarden
opni
logging
rancher-setup
developer
mexico
random
elemental
cabpr
rke
vsphere
longhorn-storage
k3s
k3d
terraform-provider-rancher2
fleet
amazon
harvester
s3gw
hobbyfarm
rancher-desktop
general
rke2
Powered by
#rke2
Title
# rke2
h
hundreds-airport-66196
04/28/2023, 6:18 PM
I tried cilum as CNI, using rke2-images-cilium.linux-amd64.tar.zst and rke2-images-core.linux-amd64.tar.zst. The "rke2-images-cilium.linux-amd64.txt" includes all of these images:
docker.io/rancher/mirrored-cilium-certgen:v0.1.8
docker.io/rancher/mirrored-cilium-cilium:v1.13.0
docker.io/rancher/mirrored-cilium-cilium-etcd-operator:v2.0.7
docker.io/rancher/mirrored-cilium-clustermesh-apiserver:v1.13.0
docker.io/rancher/mirrored-cilium-hubble-relay:v1.13.0
docker.io/rancher/mirrored-cilium-hubble-ui:v0.10.0
docker.io/rancher/mirrored-cilium-hubble-ui-backend:v0.10.0
docker.io/rancher/mirrored-cilium-operator-aws:v1.13.0
docker.io/rancher/mirrored-cilium-operator-azure:v1.13.0
docker.io/rancher/mirrored-cilium-operator-generic:v1.13.0
docker.io/rancher/hardened-cni-plugins:v1.0.1-build20221011
Installation of cilium completed. However, there is no hubble in my installation and enabling it gives me this error: cilium hubble enable ⚠️ Error parsing helm cli secret: unable to retrieve helm values secret kube-system/cilium-cli-helm-values: secrets "cilium-cli-helm-values" not found ⚠️ Proceeding in unknown installation state Error: Unable to enable Hubble: unable to obtain cilium version, no cilium pods found in namespace "kube-system" Any ideas?
c
creamy-pencil-82913
04/28/2023, 6:43 PM
What version of RKE2 are you using? Did you configure the various hubble components in the chart values? By default the ui and relay are disabled.
https://github.com/rancher/rke2-charts/blob/main/charts/rke2-cilium/rke2-cilium/1.9.809/charts/cilium/values.yaml#L448
h
hundreds-airport-66196
04/28/2023, 7:34 PM
v1.26.4+rke2r1
Im installing cilium using airgap. Using these 2 packages rke2-images-cilium.linux-amd64.tar.zst and rke2-images-core.linux-amd64.tar.zst
Where can I find that values.yaml when using airgap?
c
creamy-pencil-82913
04/28/2023, 10:54 PM
values are part of the helm chart, regardless of how you acquire the images. You would want to use a HelmChartConfig to customize the chart values, as covered in the docs.
https://docs.rke2.io/helm#customizing-packaged-components-with-helmchartconfig
h
hundreds-airport-66196
05/01/2023, 2:04 PM
thanks
@creamy-pencil-82913
113 Views
Post