Skip to content

Commit

Permalink
fix(backend): Caching - Reduced the cache webhook timeout (kubeflow#4428
Browse files Browse the repository at this point in the history
)

Reduced the timeout from 30 seconds to 5.
This should not be needed as most users tell us that pods work even when the cache service is not available. But there was at least one customer who experienced timeout failures when creating pods after the service was deleted, but not the webhook config.
  • Loading branch information
Ark-kun authored and Bobgy committed Sep 4, 2020
1 parent eaf6255 commit 8d3aa13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/cache/deployer/cache-configmap.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ webhooks:
apiGroups: [""]
apiVersions: ["v1"]
resources: ["pods"]
timeoutSeconds: 5

0 comments on commit 8d3aa13

Please sign in to comment.