Channels
academy
amazon
arm
azure
cabpr
chinese
ci-cd
danish
deutsch
developer
elemental
epinio
espanol
events
extensions
fleet
français
gcp
general
harvester
harvester-dev
hobbyfarm
hypper
japanese
k3d
k3os
k3s
k3s-contributor
kim
kubernetes
kubewarden
lima
logging
longhorn-dev
longhorn-storage
masterclass
mesos
mexico
nederlands
neuvector-security
office-hours
one-point-x
onlinemeetup
onlinetraining
opni
os
ozt
phillydotnet
portugues
rancher-desktop
rancher-extensions
rancher-setup
rancher-wrangler
random
rfed_ara
rio
rke
rke2
russian
s3gw
service-mesh
storage
submariner
supermicro-sixsq
swarm
terraform-controller
terraform-provider-rancher2
terraform-provider-rke
theranchcast
training-0110
training-0124
training-0131
training-0207
training-0214
training-1220
ukranian
v16-v21-migration
vsphere
windows
Powered by
Title
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
3 Views
#rke2
Join Slack