-
Notifications
You must be signed in to change notification settings - Fork 263
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
kn client report timeout
and the kn service is ready
#821
Comments
@cdlliuy is it a local network problem ? I mean, if the local network is not stable, it may cause the issue. If there is a way to reproduce the issue, we could look into it. |
I don't think it's a network issue. Could you please try with 0.13.2 and/or 0.14.0 ? We had a fix for a similar issue but this fix is supposed to be included in 0.13.0 already. Also, does this issue all the time or only sporadically ? |
@rhuss , it is sporadically . |
Can you show the ksvc created time in k8s. |
This issue is stale because it has been open for 90 days with no |
The error was seen more recently and will provide logs as required |
Ok, let's keep the issue open. @cdlliuy please let me know if you have more information about it /remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
Currently, we are running with kn client v0.13.1 and knative 0.13 as well.
When running kn client, sometimes I noticed
kn
reportedtimeout
, but the underneath ksvc's status is ready.See below example:
with cmd1: kn client report to timeout after 295 seconds since
[2020-04-26 14:01:48.81 (UTC)]
with cmd2: we can see the ksvc was ready
with cmd3: the route ready happened at
2020-04-26T14:02:46Z
, which is shorter than 295s.yes, Our knative environment is suffering some performance issues, so
kn service create
sometimes is slow, but I wonder why thetimeout
in above case is not honest enough?The text was updated successfully, but these errors were encountered: