Skip to content

Commit

Permalink
chore(release): Automated agent release notes (v1.0.62) (#2115)
Browse files Browse the repository at this point in the history
* chore(release): Automated agent release notes

* chore(release): Autobump agent version (#2113)

Co-authored-by: Github Actions <[email protected]>

* added option description

---------

Co-authored-by: Github Actions <[email protected]>
Co-authored-by: Daniel Gonzalez <[email protected]>
  • Loading branch information
3 people authored Aug 29, 2023
1 parent f6072da commit fb62413
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ postgresql-version="10+"
#used in the Operator docs
armory-version-exact = "2.30.0"
halyard-armory-version = "1.12.1"
kubesvc-version="1.0.59"
kubesvc-version="1.0.62"
operator-extended-crd-version = "v1alpha2"
operator-oss-crd-version = "v1alpha2"
opa-server-version = "0.28.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: v1.0.62 Armory Agent Service (2023-08-29)
toc_hide: true
version: 01.00.62
date: 2023-08-29
---

### Updates:
- Introduces an optional rate-limiting feature to minimize CPU strain during the initialization or expiration of watchers. This feature is off by default and can be activated by configuring both `kubernetes.cacheGroupSize` and `kubernetes.cacheGroupDelayMs`.


> **Note:** This feature is particularly useful for setups with a large number of accounts, where CPU resources may become a bottleneck in the DB and the service itself.
>
> Adjust settings based on the number of accounts, for example `kubernetes.cacheGroupSize: 5` and `kubernetes.cacheGroupDelayMs: 5000` waits 5 seconds between initializing the kubernetes watchers every 5 accounts.
2 changes: 2 additions & 0 deletions static/csv/agent/agent-config-options.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Settings|Type|Default|Description
<code>dynamicAccountsEnabled</code>|boolean|true|<span class='badge badge-primary'>1.0.39+</span> Enable or disable access to the Dynamic Accounts API.
<code>kubernetes.noProxy</code>|boolean|false|<span class='badge badge-primary'>0.3.1+</span> Ignore the <code>HTTP_PROXY</code>, <code>HTTPS_PROXY</code>, and <code>NO_PROXY</code> environment variables when connecting to any Kubernetes cluster.
<code>kubernetes.reconnectTimeoutMs</code>|integer|5000|How long to wait before reconnecting to Armory Continuous Deployment.
<code>kubernetes.cacheGroupSize</code>|integer|0|Number of accounts per group when delaying watcher initialization.
<code>kubernetes.cacheGroupDelayMs</code>|integer|0|How long to wait between each group of accounts when initializing watchers.
<code>kubernetes.accounts[].context</code>|string|empty|If provided, use the given context of the configured kubeconfig.
<code>kubernetes.accounts[].customResourceDefinitions</code>|[]{kind: <string>}|empty|<span class='badge badge-primary'>0.4.0+</span> List of CustomResourceDefinition to expose to Armory Continuous Deployment. This is not needed if <code>onlyNamespacedResources</code> is left off. The format of <code>kind</code> is <code>Kind.group</code>.
<code>kubernetes.accounts[].customResourceDefinitions.scope</code>|string|Namespaced|<span class='badge badge-primary'>1.0.9+</span> Possible values are 'Cluster' and 'Namespaced'. The default value if left unconfigured is 'Namespaced'.
Expand Down

0 comments on commit fb62413

Please sign in to comment.