Skip to content

Commit

Permalink
improvement(k8s): catch k3s connectivity error and retry
Browse files Browse the repository at this point in the history
This is a quickfix for Quickstart example demo in the Google Cloud Shell.
  • Loading branch information
vvagaytsev committed Jun 20, 2023
1 parent b5f257a commit 8c99999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/kubernetes/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1083,4 +1083,5 @@ const errorMessageRegexesForRetry = [
// This can happen if etcd is overloaded
// (rpc error: code = ResourceExhausted desc = etcdserver: throttle: too many requests)
/too many requests/,
/Unable to connect to the server/
]

0 comments on commit 8c99999

Please sign in to comment.