Added wait and timeout flags to multi-cluster apps. Removed
automatic CLI blocking behavior. Added multi-cluster apps
to rancher wait command. Made flags and descriptions more
clear. Prior, there was no way to configure wait and
timeout helm options for multi-cluster apps. This would
prevent apps which take longer than 5 minutes to fail
installing. Install would block CLI untill app was properly
installed. CLI text did not make it clear that wait/timeout
are helm options.
Problem:
Wait errors on already completed cluster
Error message has formatting
Solution:
Update to check status of watched object to every half second
Use value formatting for messages
Problem:
CLI asks to verify certs on login
No way to wait for a resource to be available
Solution:
Add a skip-verify flag to login
Add wait command to wait for a cluster to be in active state
Problem:
CLI asks to verify certs on login
No way to wait for a resource to be available
Solution:
Add a skip-verify flag to login
Add wait command to wait for a cluster to be in active state