Skip to content

Commit

Permalink
feat(agent): poller options (#383)
Browse files Browse the repository at this point in the history
* feat(agent): poller options

* use badge for spinnaker version

Co-authored-by: Ezequiel Rosas <ezequiel.rosas@digitalonus.com>
  • Loading branch information
nhtzr and Ezequiel Rosas committed Dec 29, 2020
1 parent acc3c62 commit ca378fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/docs/armory-agent/agent-plugin-options.md
Expand Up @@ -33,4 +33,5 @@ description: >
| `kubesvc.grpc.server.security.protocols`| string | none | By default, use the systems default protocols. Otherwise, list of protocols accepted (`TLSv1.1`, `TLSv1.2`, etc. |
| `kubesvc.operations.retry.maxRetries`<br>`kubesvc.operations.retry.backoffMs` | int<br>long | 5<br>2000 | When an operation is to be sent to an account, Clouddriver will attempt to find a connected agent. If it cannot (e.g. restart of an agent, re-balancing, network issue), the operation will be retried up to `retry - 1` times with `backoffMs` wait time b/w each try. |
| `kubesvc.heartbeat.initialDelay`<br>`kubesvc.heartbeat.period`<br>`kubesvc.heartbeat.periodUnit` | long<br>long<br>timeUnit | 0<br>30<br>SECONDS | How often each Clouddriver node reports its assingments as recent. Set the heartbeat period to a value less than `kubesvc.cache.accountCleanupFrequencySeconds` to prevent losing account cache. |
| `kubesvc.credentials.poller.reloadFrequencyMs` | long | 30000 | <span class="badge badge-primary">2.23.0+</span> <span class="badge badge-primary">1.23.0+</span> How often the plugin will refresh account credentials to clouddriver in case `credentials.poller.enabled` is disabled. Otherwise the standard properties of `credentials.poller.enabled` and `credentials.poller.types.kubernetes.reloadFrequencyMs` are respected |

0 comments on commit ca378fa

Please sign in to comment.