Skip to content

Commit ab8d96a

Browse files
authored
chore: Update agent docs location (#600)
* update agent docs location * update docs * update docs
1 parent 2ea5a0c commit ab8d96a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sync-console-crd-docs:
1818
curl -L https://raw.githubusercontent.com/pluralsh/console/master/go/controller/docs/api.md --output pages/api-reference/kubernetes/management-api-reference.md
1919

2020
sync-operator-crd-docs:
21-
curl -L https://raw.githubusercontent.com/pluralsh/deployment-operator/main/docs/api.md --output pages/api-reference/kubernetes/agent-api-reference.md
21+
curl -L https://raw.githubusercontent.com/pluralsh/console/master/go/deployment-operator/docs/api.md --output pages/api-reference/kubernetes/agent-api-reference.md
2222

2323
sync-liquid-docs:
2424
curl -L https://raw.githubusercontent.com/pluralsh/console/master/go/polly/docs/liquid-filters.md --output pages/plural-features/service-templating/supporting-liquid-filters.md

pages/api-reference/kubernetes/agent-api-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ _Appears in:_
8686
| `maxSentinelRunJobs` _integer_ | MaxSentinelRunJobs limits the number of concurrent SentinelRunJobs that can be active at any given time.<br />Must be greater than 0. Set this field to nil (omit) to disable the limit. | | Minimum: 1 <br /> |
8787
| `maxStackRunJobs` _integer_ | MaxStackRunJobs limits the number of concurrent StackRunJobs that can be active at any given time.<br />Must be greater than 0. Set this field to nil (omit) to disable the limit. | | Minimum: 1 <br /> |
8888
| `maxAgentRunPods` _integer_ | MaxAgentRunPods limits the number of concurrent agent run pods that can be active at any given time.<br />Must be greater than 0. Set this field to nil (omit) to disable the limit. | | Minimum: 1 <br /> |
89+
| `disableWebsocket` _boolean_ | DisableWebsocket disables the cluster websocket connection to the Console.<br />When enabled, the agent will rely exclusively on polling instead of receiving<br />push updates. This is useful in large-scale edge deployments where maintaining<br />persistent websocket connections has an infeasible network cost. | | |
8990

9091

9192
#### AgentHelmConfiguration

0 commit comments

Comments
 (0)