From f8a49f4984ddd4cd581ee44e636bbab265f87ca7 Mon Sep 17 00:00:00 2001 From: M Atif Ali Date: Fri, 21 Feb 2025 22:58:26 +0500 Subject: [PATCH] docs: remove the prerequisite step for kubernetes logs streaming (#16625) --- 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 95fb5d8480..03c9422839 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