Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf8a49f4

Browse files
authored
docs: remove the prerequisite step for kubernetes logs streaming (#16625)
1 parent8c5e700 commitf8a49f4

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

‎docs/admin/integrations/kubernetes-logs.md

Lines changed: 0 additions & 23 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp