You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud provider or hardware configuration:
Hardware
OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):
Ubuntu 22.04.1
Version of Ansible (ansible --version):
ansible 2.12.10
Version of Python (python --version):
python 3.11.1
Kubespray version (commit) (git rev-parse --short HEAD):
v2.21.0
Network plugin used:
Cilium
Full inventory with variables (ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"):
Don't matter Command used to invoke ansible:
ansible-playbook -I inventory cluster.yaml -t cilium
Output of ansible run:
Everything alright
Anything else do we need to know:
If cilium_enable_hubble, cilium_hubble_install and cilium_hubble_tls_generate are enabled so the task Cilium | Create Cilium Hubble manifests will create Job and CronJob for autogenerating certificates for cilium hubble using image cilium/certgen version v0.1.8here with wrong command line arguments.
Since version v0.1.7 command line arguments were changed: --hubble-ca-reuse-secret -> --ca-reuse-secret --hubble-ca-secret-name -> --ca-secret-name --hubble-ca-generate -> --ca-generate --hubble-ca-validity-duration -> --ca-validity-duration --hubble-ca-config-map-create -> was removed --hubble-ca-config-map-name -> was removed
The text was updated successfully, but these errors were encountered:
Environment:
Hardware
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):Ubuntu 22.04.1
ansible --version
):ansible 2.12.10
python --version
):python 3.11.1
Kubespray version (commit) (
git rev-parse --short HEAD
):v2.21.0
Network plugin used:
Cilium
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):Don't matter
Command used to invoke ansible:
ansible-playbook -I inventory cluster.yaml -t cilium
Output of ansible run:
Everything alright
Anything else do we need to know:
If
cilium_enable_hubble
,cilium_hubble_install
andcilium_hubble_tls_generate
are enabled so the task Cilium | Create Cilium Hubble manifests will create Job and CronJob for autogenerating certificates for cilium hubble using imagecilium/certgen
versionv0.1.8
here with wrong command line arguments.Since version
v0.1.7
command line arguments were changed:--hubble-ca-reuse-secret
->--ca-reuse-secret
--hubble-ca-secret-name
->--ca-secret-name
--hubble-ca-generate
->--ca-generate
--hubble-ca-validity-duration
->--ca-validity-duration
--hubble-ca-config-map-create
-> was removed--hubble-ca-config-map-name
-> was removedThe text was updated successfully, but these errors were encountered: