@@ -8,29 +8,6 @@ or deployment, such as:
8
8
- Causes of pod provisioning failures, or why a pod is stuck in a pending state.
9
9
- Visibility into when pods are OOMKilled, or when they are evicted.
10
10
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
-
34
11
##Installation
35
12
36
13
Install the` coder-logstream-kube ` helm chart on the cluster where the