1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-25 06:26:50 +00:00

Adding code to address aks timeout issue

This commit is contained in:
Nathan Jenan
2019-02-15 13:54:42 -07:00
committed by Craig Jellick
parent 9ba19df9be
commit 61998c76e3
3 changed files with 7 additions and 3 deletions

View File

@@ -256,7 +256,7 @@ func (s *Store) realWatch(apiContext *types.APIContext, schema *types.Schema, op
k8sClient = watchClient.WatchClient()
}
timeout := int64(60 * 60)
timeout := int64(60 * 30)
req := s.common(namespace, k8sClient.Get())
req.VersionedParams(&metav1.ListOptions{
Watch: true,