Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3305c9

Browse files
matifaliaslilac
authored andcommitted
docs: remove the prerequisite step for kubernetes logs streaming (#16625)
1 parent adb4459 commit b3305c9

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/admin/integrations/kubernetes-logs.md

-23
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,6 @@ or deployment, such as:
88
- Causes of pod provisioning failures, or why a pod is stuck in a pending state.
99
- Visibility into when pods are OOMKilled, or when they are evicted.
1010

11-
## Prerequisites
12-
13-
`coder-logstream-kube` works best with the
14-
[`kubernetes_deployment`](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/deployment)
15-
Terraform resource, which requires the `coder` service account to have
16-
permission to create deployments. For example, if you use
17-
[Helm](../../install/kubernetes.md#4-install-coder-with-helm) to install Coder,
18-
you should set `coder.serviceAccount.enableDeployments=true` in your
19-
`values.yaml`
20-
21-
```diff
22-
coder:
23-
serviceAccount:
24-
workspacePerms: true
25-
- enableDeployments: false
26-
+ enableDeployments: true
27-
annotations: {}
28-
name: coder
29-
```
30-
31-
> Note: This is only required for Coder versions < 0.28.0, as this will be the
32-
> default value for Coder versions >= 0.28.0
33-
3411
## Installation
3512

3613
Install the `coder-logstream-kube` helm chart on the cluster where the

0 commit comments

Comments
 (0)