azimuth-cloud / azimuth-caas-operator

K8s operator to create ansible based clusters using K8s CRDs
Apache License 2.0
1 stars 2 forks source link

Stop scripts waiting on command prompts #51

Open JohnGarbutt opened 1 year ago

JohnGarbutt commented 1 year ago

I think we accidentally have tty attached due to the way we use ansible runner.

This can sometimes cause some ansible scripts to wait for a user prompt, that never happens. We eventually hit the job timeout and the appliance will go into the Error state, but its next to impossible to debug the cause.