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
Describe the bug
Plugin start timeout configuration longer than 60s not respected.
Steampipe version (steampipe -v)
v1.0.2
To reproduce
Configure several kubernetes connections (~20) to globally distributed clusters with many CRDs (~20). Configure plugin timeout to 5 mins:
plugin "kubernetes" {
start_timeout = 300
}
Expected behavior
Steampipe should wait up to 300s (5min) for the kubernetes plugin to start.
Additional context
I had originally submitted a PR to allow for plugin start timeout configuration here. This allowed start timeout to be extended beyond the default 30s, however as additional kubernets connections were added to my configuration I noticed plugin startup times out at 60s, despite setting plugin start timeout to 300s.
The text was updated successfully, but these errors were encountered:
Describe the bug
Plugin start timeout configuration longer than 60s not respected.
Steampipe version (
steampipe -v
)v1.0.2
To reproduce
Configure several kubernetes connections (~20) to globally distributed clusters with many CRDs (~20). Configure plugin timeout to 5 mins:
Expected behavior
Steampipe should wait up to 300s (5min) for the kubernetes plugin to start.
Additional context
I had originally submitted a PR to allow for plugin start timeout configuration here. This allowed start timeout to be extended beyond the default 30s, however as additional kubernets connections were added to my configuration I noticed plugin startup times out at 60s, despite setting plugin start timeout to 300s.
The text was updated successfully, but these errors were encountered: