diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-29 03:06:28 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-29 03:06:28 +0000 |
commit | a5eef71805f791dac4ce14a30ca6b59ee31295c8 (patch) | |
tree | b799eafca34c5e82a191a419ab0aba1f4ab4d043 /doc/user/clusters | |
parent | abfafe3c57f56cd76a0a9afb7275cddb12304544 (diff) | |
download | gitlab-ce-a5eef71805f791dac4ce14a30ca6b59ee31295c8.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/clusters')
-rw-r--r-- | doc/user/clusters/applications.md | 4 | ||||
-rw-r--r-- | doc/user/clusters/management_project.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/clusters/applications.md b/doc/user/clusters/applications.md index d8d249a327e..f2dd4319f88 100644 --- a/doc/user/clusters/applications.md +++ b/doc/user/clusters/applications.md @@ -7,7 +7,7 @@ These applications are needed for [Review Apps](../../ci/review_apps/index.md) and [deployments](../../ci/environments.md) when using [Auto DevOps](../../topics/autodevops/index.md). You can install them after you -[create a cluster](../project/clusters/index.md#adding-and-removing-clusters). +[create a cluster](../project/clusters/add_remove_clusters.md). ## Installing applications @@ -244,7 +244,7 @@ server to use the external IP address for that domain. For any application created and installed, they will be accessible as `<program_name>.<kubernetes_namespace>.<domain_name>`. This will require your Kubernetes cluster to have [RBAC -enabled](../project/clusters/index.md#rbac-cluster-resources). +enabled](../project/clusters/add_remove_clusters.md#rbac-cluster-resources). NOTE: **Note:** The [`knative/knative`](https://storage.googleapis.com/triggermesh-charts) diff --git a/doc/user/clusters/management_project.md b/doc/user/clusters/management_project.md index 2c3c6850ea5..0a11b882bfd 100644 --- a/doc/user/clusters/management_project.md +++ b/doc/user/clusters/management_project.md @@ -20,7 +20,7 @@ This can be useful for: ## Permissions Only the management project will receive `cluster-admin` privileges. All -other projects will continue to receive [namespace scoped `edit` level privileges](../project/clusters/index.md#rbac-cluster-resources). +other projects will continue to receive [namespace scoped `edit` level privileges](../project/clusters/add_remove_clusters.md#rbac-cluster-resources). Management projects are restricted to the following: |