10000 docs: update Coder version in Kubernetes doc by EdwardAngert · Pull Request #16658 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: update Coder version in Kubernetes doc #16658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove prereq for <v0.28
  • Loading branch information
EdwardAngert committed Feb 21, 2025
commit 12ab5f5c28d827335a408e0db9bc4c25dc3cad87
23 changes: 0 additions & 23 deletions docs/admin/integrations/kubernetes-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,6 @@ or deployment, such as:
- Causes of pod provisioning failures, or why a pod is stuck in a pending state.
- Visibility into when pods are OOMKilled, or when they are evicted.

## Prerequisites

`coder-logstream-kube` works best with the
[`kubernetes_deployment`](https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/deployment)
Terraform resource, which requires the `coder` service account to have
permission to create deployments. For example, if you use
[Helm](../../install/kubernetes.md#4-install-coder-with-helm) to install Coder,
you should set `coder.serviceAccount.enableDeployments=true` in your
`values.yaml`

```diff
coder:
serviceAccount:
workspacePerms: true
- enableDeployments: false
+ enableDeployments: true
annotations: {}
name: coder
```

> Note: This is only required for Coder versions < 0.28.0, as this will be the
> default value for Coder versions >= 0.28.0

## Installation

Install the `coder-logstream-kube` helm chart on the cluster where the
Expand Down
0