fix alias links

This commit is contained in:
Denise Schannon
2018-07-17 17:54:17 -07:00
committed by Denise
parent f11c2eab00
commit d6a9bfca5c
15 changed files with 19 additions and 19 deletions

View File

@@ -2,8 +2,8 @@
title: Authentication
weight: 1110
aliases:
-/rancher/v2.x/en/concepts/global-configuration/authentication/
-/rancher/v2.x/en/tasks/global-configuration/authentication/
- /rancher/v2.x/en/concepts/global-configuration/authentication/
- /rancher/v2.x/en/tasks/global-configuration/authentication/
---
One of the key features that Rancher adds to Kubernetes is centralized user authentication. This feature allows your users to use one set of credentials to authenticate with any of your Kubernetes clusters.

View File

@@ -2,7 +2,7 @@
title: Configuring Active Directory (AD)
weight: 1112
aliases:
-/rancher/v2.x/en/tasks/global-configuration/authentication/active-directory/
- /rancher/v2.x/en/tasks/global-configuration/authentication/active-directory/
---
In environments using Microsoft AD, you can configure Rancher to allow sign on using AD credentials.

View File

@@ -2,7 +2,7 @@
title: Configuring Azure AD
weight: 1115
aliases:
-/rancher/v2.x/en/tasks/global-configuration/authentication/azure-ad/
- /rancher/v2.x/en/tasks/global-configuration/authentication/azure-ad/
---
_Available as of v2.0.3_

View File

@@ -2,7 +2,7 @@
title: Configuring FreeIPA
weight: 1114
aliases:
-/rancher/v2.x/en/tasks/global-configuration/authentication/freeipa/
- /rancher/v2.x/en/tasks/global-configuration/authentication/freeipa/
---
_Available as of v2.0.5_

View File

@@ -2,7 +2,7 @@
title: Configuring GitHub
weight: 1116
aliases:
-/rancher/v2.x/en/tasks/global-configuration/authentication/github/
- /rancher/v2.x/en/tasks/global-configuration/authentication/github/
---
In environments using GitHub, you can configure Rancher to allow sign on using GitHub credentials.

View File

@@ -2,7 +2,7 @@
title: Configuring Local Authentication
weight: 1111
aliases:
-/rancher/v2.x/en/tasks/global-configuration/authentication/local-authentication/
- /rancher/v2.x/en/tasks/global-configuration/authentication/local-authentication/
---
Regardless of whether you use external authentication, you should create a few local authentication users so that you can continue using Rancher if you your external authentication service encounters issues.

View File

@@ -2,7 +2,7 @@
title: Configuring OpenLDAP
weight: 1113
aliases:
-/rancher/v2.x/en/tasks/global-configuration/authentication/openLDAP/
- /rancher/v2.x/en/tasks/global-configuration/authentication/openLDAP/
---
_Available as of v2.0.5_

View File

@@ -2,8 +2,8 @@
title: Managing Pod Security Policies
weight: 1135
aliases:
-/rancher/v2.x/en/concepts/global-configuration/pod-security-policies
-/rancher/v2.x/en/tasks/global-configuration/pod-security-policies
- /rancher/v2.x/en/concepts/global-configuration/pod-security-policies
- /rancher/v2.x/en/tasks/global-configuration/pod-security-policies
---
_Pod Security Policies_ (or PSPs) are objects that control security-sensitive aspects of pod specification (like root privileges). If a pod does not meet the conditions specified in the PSP, Kubernetes will not allow it to start, and Rancher will display an error message of `Pod <NAME> is forbidden: unable to validate...`.

View File

@@ -2,7 +2,7 @@
title: Roles in Rancher
weight: 1125
aliases:
-/rancher/v2.x/en/admin-settings/rbac/
- /rancher/v2.x/en/admin-settings/rbac/
---
Within Rancher, each person authenticates as a _user_, which is a login that grants you access to Rancher. As mentioned in [Authentication]({{< baseurl >}}/rancher/v2.x/en/admin-settings/authentication/), users can either be local or external.

View File

@@ -2,7 +2,7 @@
title: Custom Roles
weight: 1128
aliases:
-/rancher/v2.x/en/tasks/global-configuration/roles/
- /rancher/v2.x/en/tasks/global-configuration/roles/
---
Within Rancher, _roles_ determine what actions a user can make within a cluster or project.

View File

@@ -2,8 +2,8 @@
title: Rancher Server URL
weight: 1105
aliases:
-/rancher/v2.x/en/concepts/global-configuration/server-url
-/rancher/v2.x/en/tasks/global-configuration/server-url
- /rancher/v2.x/en/concepts/global-configuration/server-url/
- /rancher/v2.x/en/tasks/global-configuration/server-url/
---
This is the URL of your Rancher Server. All nodes in your cluster must resolve to this URL.

View File

@@ -3,7 +3,7 @@ title: Creating an AKS Cluster
shortTitle: Azure Container Service
weight: 2115
aliases:
- /rancher/v2.x/en/tasks/clusters/creating-a-cluster/create-cluster-azure-container-service/_index.md
- /rancher/v2.x/en/tasks/clusters/creating-a-cluster/create-cluster-azure-container-service/
---
You can use Rancher to create a cluster using Microsoft Azure Container Service.

View File

@@ -3,7 +3,7 @@ title: Creating an EKS Cluster
shortTitle: Amazon EKS
weight: 2110
aliases:
- /rancher/v2.x/en/tasks/clusters/creating-a-cluster/create-cluster-eks/_index.md
- /rancher/v2.x/en/tasks/clusters/creating-a-cluster/create-cluster-eks/
---
## Objectives

View File

@@ -3,7 +3,7 @@ title: Creating a GKE Cluster
shortTitle: Google Container Engine
weight: 2105
aliases:
- /rancher/v2.x/en/tasks/clusters/creating-a-cluster/create-cluster-gke/_index.md
- /rancher/v2.x/en/tasks/clusters/creating-a-cluster/create-cluster-gke/
---
## Objectives

View File

@@ -1,6 +1,6 @@
---
title: Technical
weight: 8005
title: Technical
weight: 8005
---
### How can I reset the admin password?