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
When deploying a multi-node rke2 cluster using the EIB from main branch with commit 41c61610 together with the included EIB definition file, installation fails during the combustion phase with the error below.
Running 20-k8s-install.sh
Created symlink /etc/systemd/system/multi-user.target.wants/kubernetes-resources-install.service -> /etc/systemd/system/kubernetes-resources-install.service.
./20-k8s-install.sh: line 97: syntax error near unexpected token `fi'
Upon looking at the generated 20-k8s-install.sh script, the issue is identified as the empty if block as below.
When deploying a multi-node rke2 cluster using the EIB from main branch with commit
41c61610
together with the included EIB definition file, installation fails during the combustion phase with the error below.Upon looking at the generated
20-k8s-install.sh
script, the issue is identified as the empty if block as below.This block comes from the template rke2-multi-node-installer.sh.tpl
Updating the template as below and building EIB with it resolves the issue however this is probably not the correct way to fix the issue.
The same code block exists in k3s-multi-node-installer.sh.tpl as well.
The EIB definition file is below.
The text was updated successfully, but these errors were encountered: