Issues getting template deployed. #1551
-
Hi there. Following along with the documentation on the Kubernetes template but running into issues getting this deployed. After running the task I get a failure stating:
When I check the cluster state after running the task I can see all of my nodes but they are in a
Attached is a pastebin of my config.yaml hiding any sensitive info and the logs from my terminal. Some things about my setup:
Any help in understanding why this keeps failing would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You likely don't have the most recent version of helmfile which means cilium and the other apps in that config file are not installed. https://github.com/helmfile/helmfile The one in the aur is out of date. https://aur.archlinux.org/packages/helmfile-bin I went ahead and flagged it in the AUR as out of date. |
Beta Was this translation helpful? Give feedback.
You likely don't have the most recent version of helmfile which means cilium and the other apps in that config file are not installed.
https://github.com/helmfile/helmfile
The one in the aur is out of date.
https://aur.archlinux.org/packages/helmfile-bin
I went ahead and flagged it in the AUR as out of date.