Closed willgraf closed 3 years ago
Describe the bug During cluster creation, the HPA deployment make command failed with the following:
make
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.
make kubectl/implement/autoscaling
To Reproduce I cannot reliably reproduce this behavior.
Expected behavior The command make kubectl/implement/autoscaling should have worked on the first try.
This is resolved in #397
Describe the bug During cluster creation, the HPA deployment
make
command failed with the following: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.