From c328404df736e46288ab2f9130e6a3ec707cee52 Mon Sep 17 00:00:00 2001 From: phillipwells <pwells@gitlab.com> Date: Fri, 9 Jun 2023 13:14:00 -0600 Subject: [PATCH] Rename Dashboard for Kubernetes --- doc/ci/environments/index.md | 2 +- doc/ci/environments/kubernetes_dashboard.md | 14 +++++++------- doc/user/clusters/agent/user_access.md | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/ci/environments/index.md b/doc/ci/environments/index.md index 0bce5f119e0fb..a116cc6d2265e 100644 --- a/doc/ci/environments/index.md +++ b/doc/ci/environments/index.md @@ -923,7 +923,7 @@ the `review/feature-1` spec takes precedence over `review/*` and `*` specs. ## Related topics -- [Kubernetes dashboard](kubernetes_dashboard.md) +- [Dashboard for Kubernetes](kubernetes_dashboard.md) - [Deploy to multiple environments with GitLab CI/CD (blog post)](https://about.gitlab.com/blog/2021/02/05/ci-deployment-and-environments/) - [Review Apps](../review_apps/index.md) - [Protected environments](protected_environments.md) diff --git a/doc/ci/environments/kubernetes_dashboard.md b/doc/ci/environments/kubernetes_dashboard.md index c669898602fce..b5961ca73a5a6 100644 --- a/doc/ci/environments/kubernetes_dashboard.md +++ b/doc/ci/environments/kubernetes_dashboard.md @@ -5,23 +5,23 @@ info: To determine the technical writer assigned to the Stage/Group associated w type: reference --- -# Kubernetes Dashboard **(FREE)** +# Dashboard for Kubernetes **(FREE)** > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/390769) in GitLab 16.1, with [flags](../../administration/feature_flags.md) named `environment_settings_to_graphql`, `kas_user_access`, `kas_user_access_project`, and `expose_authorized_cluster_agents`. Disabled by default. FLAG: On self-managed GitLab, by default this feature is not available. To make it available, ask an administrator to [enable the feature flags](../../administration/feature_flags.md) named `environment_settings_to_graphql`, `kas_user_access`, `kas_user_access_project`, and `expose_authorized_cluster_agents`. -Use the Kubernetes Dashboard to understand the status of your clusters with an intuitive visual interface. -The Kubernetes Dashboard works with every connected Kubernetes cluster, whether you deployed them +Use the Dashboard for Kubernetes to understand the status of your clusters with an intuitive visual interface. +The dashboard works with every connected Kubernetes cluster, whether you deployed them with CI/CD or GitOps. For Flux users, the synchronization status of a given environment is not displayed in the dashboard. [Issue 391581](https://gitlab.com/gitlab-org/gitlab/-/issues/391581) proposes to add this functionality. -## Configure the Kubernetes Dashboard +## Configure a dashboard -Configure a Kubernetes Dashboard to use it for a given environment. +Configure a dashboard to use it for a given environment. You can configure dashboard for an environment that already exists, or add one when you create an environment. @@ -49,7 +49,7 @@ Prerequisite: ## View a dashboard -To view a configured Kubernetes Dashboard: +To view a configured dashboard: 1. On the top bar, select **Main menu > Projects** and find your project. 1. On the left sidebar, select **Deployments > Environments**. @@ -58,7 +58,7 @@ To view a configured Kubernetes Dashboard: ## Troubleshooting -When working with the Kubernetes Dashboard, you might encounter the following issues. +When working with the Dashboard for Kubernetes, you might encounter the following issues. ### User cannot list resource in API group diff --git a/doc/user/clusters/agent/user_access.md b/doc/user/clusters/agent/user_access.md index f4c7b1f658cee..8975479556728 100644 --- a/doc/user/clusters/agent/user_access.md +++ b/doc/user/clusters/agent/user_access.md @@ -14,7 +14,7 @@ On self-managed GitLab, by default this feature is not available. To make it ava As an administrator of Kubernetes clusters in an organization, you can grant Kubernetes access to members of a specific project or group. -Granting access also activates the Kubernetes Dashboard for a project or group. +Granting access also activates the Dashboard for Kubernetes for a project or group. ## Configure Kubernetes access @@ -140,7 +140,7 @@ subjects: ## Related topics - [Architectural blueprint](https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/blob/master/doc/kubernetes_user_access.md) -- [Kubernetes Dashboard](https://gitlab.com/groups/gitlab-org/-/epics/2493) +- [Dashboard for Kubernetes](https://gitlab.com/groups/gitlab-org/-/epics/2493) <!-- ## Troubleshooting -- GitLab