You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why my cluster only had a TTL of 1h instead of the requested 12h. I copy&pasted the CLI command from the web UI and missed that there is a whitespace missing before the --ttl argument.
I was wondering why my cluster only had a TTL of
1h
instead of the requested12h
. I copy&pasted the CLI command from the web UI and missed that there is a whitespace missing before the--ttl
argument.The generated CLI looks like this:
Seems that version parsing succeedes but then a default TTL of 1h is set.
The text was updated successfully, but these errors were encountered: