From 99ed0c0b0519c8e951709ef47df3c7f6e4819ea1 Mon Sep 17 00:00:00 2001 From: M Atif Ali Date: Wed, 19 Feb 2025 21:19:37 +0500 Subject: [PATCH] docs: update kubernetes workspacess logs Removes the now unneeded steps. --- docs/admin/integrations/kubernetes-logs.md | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/docs/admin/integrations/kubernetes-logs.md b/docs/admin/integrations/kubernetes-logs.md index 95fb5d84801f5..03c942283931f 100644 --- a/docs/admin/integrations/kubernetes-logs.md +++ b/docs/admin/integrations/kubernetes-logs.md @@ -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