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
OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):
Linux 5.4.81-flatcar x86_64
NAME="Flatcar Container Linux by Kinvolk"
ID=flatcar
ID_LIKE=coreos
VERSION=2605.9.0
VERSION_ID=2605.9.0
BUILD_ID=2020-12-04-1210
PRETTY_NAME="Flatcar Container Linux by Kinvolk 2605.9.0 (Oklo)"
ANSI_COLOR="38;5;75"
HOME_URL="https://flatcar-linux.org/"
BUG_REPORT_URL="https://issues.flatcar-linux.org"
FLATCAR_BOARD="amd64-usr"
Version of Ansible (ansible --version):
ansible 2.9.13
Version of Python (python --version):
2.7.16
Kubespray version (commit) (git rev-parse --short HEAD):
2.17.0
Environment:
Equinix
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):ansible --version
):python --version
):Kubespray version (commit) (
git rev-parse --short HEAD
):2.17.0
Network plugin used:
calico
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):https://gist.github.com/ericlake/e7e9b1f4e0fe1e40d1a5092f2df95ed0
Command used to invoke ansible:
Output of ansible run:
Anything else do we need to know:
When the following variables are set the above error is shown
This seems to be happening because https://github.com/kubernetes-sigs/kubespray/blob/master/roles/network_plugin/calico/templates/calico-typha.yml.j2#L120-L127 is in the
volumeMounts
section of the spec and not in theenvs
section.The text was updated successfully, but these errors were encountered: