Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-02 09:13:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-02 09:13:09 +0300
commit96100bc70c151404efe5d261813131aaf72b0d41 (patch)
treed48e0da7e6c46a75e61736b432684e21130bb065
parent3a62d63f85573fd970797df1f0fc39a8b41ee852 (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--doc/ci/environments/kubernetes_dashboard.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ci/environments/kubernetes_dashboard.md b/doc/ci/environments/kubernetes_dashboard.md
index 0f9e1d808ec..fe2e44f92f2 100644
--- a/doc/ci/environments/kubernetes_dashboard.md
+++ b/doc/ci/environments/kubernetes_dashboard.md
@@ -55,6 +55,17 @@ Prerequisites:
## View a dashboard
+> Kubernetes watch API integration [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/422945) in GitLab 16.6 [with a flag](../../administration/feature_flags.md) named `k8s_watch_api`. Disabled by default.
+
+FLAG:
+On self-managed GitLab, by default the Kubernetes watch API integration is not available.
+To make it available, an administrator can [enable the feature flag](../../administration/feature_flags.md) named `k8s_watch_api`.
+On GitLab.com, this feature is not available.
+
+View a dashboard to see the status of any connected clusters.
+If the `k8s_watch_api` feature flag is enabled, the status of your
+pods updates in real time.
+
To view a configured dashboard:
1. On the left sidebar, select **Search or go to** and find your project.