vanvalenlab / kiosk-console

DeepCell Kiosk Distribution for Kubernetes on GKE and AWS
https://deepcell-kiosk.readthedocs.io
Other
35 stars 6 forks source link

Cluster created but HPAs failed to deploy #369

Closed willgraf closed 3 years ago

willgraf commented 4 years ago

Describe the bug During cluster creation, the HPA deployment make command failed with the following:

gomplate -f addons/hpa.yaml | kubectl apply -f -
error: no objects passed to apply

However, after dropping to shell and rerunning make kubectl/implement/autoscaling, the HPA deployment worked fine.

To Reproduce I cannot reliably reproduce this behavior.

Expected behavior The command make kubectl/implement/autoscaling should have worked on the first try.

willgraf commented 3 years ago

This is resolved in #397