Commit ac8c3e78 authored by Marcia Ramos's avatar Marcia Ramos Committed by Nick Gaskill

Docs: Configure - update admin area menu

parent ab49d4cb
...@@ -103,7 +103,8 @@ To enable or disable Auto DevOps at the group level: ...@@ -103,7 +103,8 @@ To enable or disable Auto DevOps at the group level:
Even when disabled at the instance level, group owners and project maintainers Even when disabled at the instance level, group owners and project maintainers
can still enable Auto DevOps at the group and project level, respectively. can still enable Auto DevOps at the group and project level, respectively.
1. As an administrator, go to **Admin Area > Settings > CI/CD > Continuous Integration and Deployment**. 1. As an administrator, on the top bar, select **Menu >** **{admin}** **Admin**.
1. Go to **Settings > CI/CD > Continuous Integration and Deployment**.
1. Select **Default to Auto DevOps pipeline for all projects** to enable it. 1. Select **Default to Auto DevOps pipeline for all projects** to enable it.
1. (Optional) You can set up the Auto DevOps [base domain](#auto-devops-base-domain), 1. (Optional) You can set up the Auto DevOps [base domain](#auto-devops-base-domain),
for Auto Deploy and Auto Review Apps to use. for Auto Deploy and Auto Review Apps to use.
...@@ -222,13 +223,13 @@ The Auto DevOps base domain is required to use ...@@ -222,13 +223,13 @@ The Auto DevOps base domain is required to use
[Auto Monitoring](stages.md#auto-monitoring). You can define the base domain in [Auto Monitoring](stages.md#auto-monitoring). You can define the base domain in
any of the following places: any of the following places:
- either under the cluster's settings, whether for an instance, - Either under the cluster's settings, whether for an instance,
[projects](../../user/project/clusters/index.md#base-domain) or [projects](../../user/project/clusters/index.md#base-domain) or
[groups](../../user/group/clusters/index.md#base-domain) [groups](../../user/group/clusters/index.md#base-domain)
- or at the project level as a variable: `KUBE_INGRESS_BASE_DOMAIN` - Or at the project level as a variable: `KUBE_INGRESS_BASE_DOMAIN`
- or at the group level as a variable: `KUBE_INGRESS_BASE_DOMAIN` - Or at the group level as a variable: `KUBE_INGRESS_BASE_DOMAIN`
- or as an instance-wide fallback in **Admin Area > Settings > CI/CD** under the - Or as an instance-wide fallback in **Menu >** **{admin}** **Admin >**
**Continuous Integration and Delivery** section **Settings > CI/CD** under the **Continuous Integration and Delivery** section.
The base domain variable `KUBE_INGRESS_BASE_DOMAIN` follows the same order of precedence The base domain variable `KUBE_INGRESS_BASE_DOMAIN` follows the same order of precedence
as other environment [variables](../../ci/variables/README.md#cicd-variable-precedence). as other environment [variables](../../ci/variables/README.md#cicd-variable-precedence).
......
...@@ -45,12 +45,11 @@ To use a cluster management project for a cluster: ...@@ -45,12 +45,11 @@ To use a cluster management project for a cluster:
To select a cluster management project to use: To select a cluster management project to use:
1. Navigate to the appropriate configuration page. For a: 1. Navigate to the appropriate configuration page. For a:
- [Project-level cluster](../project/clusters/index.md), navigate to your project's - [Project-level cluster](../project/clusters/index.md), go to your project's
**Infrastructure > Kubernetes clusters** page. **Infrastructure > Kubernetes clusters** page.
- [Group-level cluster](../group/clusters/index.md), navigate to your group's **Kubernetes** - [Group-level cluster](../group/clusters/index.md), go to your group's **Kubernetes**
page.
- [Instance-level cluster](../instance/clusters/index.md), navigate to Admin Area's **Kubernetes**
page. page.
- [Instance-level cluster](../instance/clusters/index.md), go to **Menu >** **{admin}** **Admin > Kubernetes** page.
1. Select the project using **Cluster management project field** in the **Advanced settings** 1. Select the project using **Cluster management project field** in the **Advanced settings**
section. section.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment