replicated icon indicating copy to clipboard operation
replicated copied to clipboard

Bug: the web ui generates clobbered cli

Open razvan opened this issue 1 year ago • 0 comments

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.

The generated CLI looks like this:

replicated cluster create  --distribution openshift --instance-type r1.large  --version 4.14.0-okd--ttl 12h  --disk 50

Seems that version parsing succeedes but then a default TTL of 1h is set.

razvan avatar Feb 02 '24 11:02 razvan