Install: Not all nodes are online

Hi,

I am simply running a script for the application I want to install:

bash app-kurl-installer.sh kurl-install-directory="/var/lib/replicated/kurl"

but I am getting:

... [ALL GOOD] ...
⚙  Running in cluster Preflights
W0505 14:33:58.619221  132797 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0505 14:33:58.621797  132797 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0505 14:33:58.623077  132797 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0505 14:33:58.624652  132797 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0505 14:33:58.692462  132797 warnings.go:70] batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in v1.25+; use batch/v1 CronJob
W0505 14:33:58.699768  132797 warnings.go:70] batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in v1.25+; use batch/v1 CronJob
W0505 14:33:58.701029  132797 warnings.go:70] batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in v1.25+; use batch/v1 CronJob
W0505 14:33:58.702545  132797 warnings.go:70] batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in v1.25+; use batch/v1 CronJob
[FAIL] Node status check: Not all nodes are online.
On cluster Preflights checks have failures that block the installation.

What is wrong? How can I debug?

Can you post the contents or a link to the app-kur-installer.sh file that you have? I’m not clear where that came from or what commands it’s running.

I guess also just taking a bit of a guess. It appears you have a preflight that’s telling you that your nodes aren’t healthy. If you get a list of nodes are they unhealthy? If you fix that you might be able to proceed.