-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make timeout time configurable #617
Comments
we are implementing this is how we are implementing it now
|
I've sent a PR #757 for this, which will allow the user to modify the default timeout value by explicitly configuring it on ./odo utils config
Modifies Odo specific configuration settings within the config file.
Available Parameters:
UpdateNotification - Controls if an update notification is shown or not (true or false),
Timeout - timeout(in seconds) for openshift server connection check(1 to 99)
so, for example, the user can modify the timeout by $ odo utils config set timeout 5 |
@kadel We need to look into the format of this file the sooner the better |
…eout add config parameter to modify server connection check timeout
…eout add config parameter to modify server connection check timeout
…eout add config parameter to modify server connection check timeout
…eout add config parameter to modify server connection check timeout
…eout add config parameter to modify server connection check timeout
…eout add config parameter to modify server connection check timeout
…eout add config parameter to modify server connection check timeout
…eout add config parameter to modify server connection check timeout
When running odo, if the connection to the cluster is slow, it will fail with an
are you authenticated error?
Timeout time needs to be configurable on:
We should also revisit which commands need to check that you're connected to the cluster, as a
odo app create xxx
command failed on me and it shouldn't really check it.The text was updated successfully, but these errors were encountered: