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
When I execute the yc-360 script, it displays the validation message as follows:
2025/08/26 15:48:31 decode config file path yc-agent.yaml failed: yaml: unmarshal errors:
line 15: cannot unmarshal !!int `5` into time.Duration
Message is not clear
EXPECTED RESULT: We should print user friendly message like "Invalid value "5" for flag -httpClientTimeout. The value should include a time unit. Supported formats are: 2s, 2m." NOTE: It needs to be fixed when we pass the httpClientTimeout in config file and also in yc-360 Script.