Any way to specify timeouts when creating resource...
# kubernetes
i
Any way to specify timeouts when creating resources in k8s? My NLB takes a loooooong time to initialize. It gets created, but it times out waiting for it to be ready.
g
s
I have seen timeouts happen when the target group can't go healthy. Might want to check the target groups that are spinning up to ensure they do not have errors.