diff --git a/content/rancher/v2.x/en/admin-settings/authentication/microsoft-adfs/_index.md b/content/rancher/v2.x/en/admin-settings/authentication/microsoft-adfs/_index.md index cb025e6cd64..700ec9fda08 100644 --- a/content/rancher/v2.x/en/admin-settings/authentication/microsoft-adfs/_index.md +++ b/content/rancher/v2.x/en/admin-settings/authentication/microsoft-adfs/_index.md @@ -1,7 +1,6 @@ --- title: Configuring Microsoft Active Directory Federation Service (SAML) weight: 1205 -draft: true --- _Available as of v2.0.7_ diff --git a/content/rancher/v2.x/en/admin-settings/authentication/ping-federate/_index.md b/content/rancher/v2.x/en/admin-settings/authentication/ping-federate/_index.md index a825626fb84..13e93180a97 100644 --- a/content/rancher/v2.x/en/admin-settings/authentication/ping-federate/_index.md +++ b/content/rancher/v2.x/en/admin-settings/authentication/ping-federate/_index.md @@ -1,7 +1,6 @@ --- title: Configuring PingIdentity (SAML) weight: 1200 -draft: true --- _Available as of v2.0.7_ diff --git a/content/rancher/v2.x/en/admin-settings/pod-security-policies/_index.md b/content/rancher/v2.x/en/admin-settings/pod-security-policies/_index.md index e4b0bc2fb99..1a36dbfcbc0 100644 --- a/content/rancher/v2.x/en/admin-settings/pod-security-policies/_index.md +++ b/content/rancher/v2.x/en/admin-settings/pod-security-policies/_index.md @@ -23,7 +23,7 @@ Read more about Pod Security Policies in the [Kubernetes Documentation](https:// Using Rancher, you can create a Pod Security Policy using our GUI rather than creating a YAML file. - - ## Creating Pod Security Policies 1. From the **Global** view, select **Security** > **Pod Security Policies** from the main menu. Then click **Add Policy**. diff --git a/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/_index.md b/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/_index.md index 72151f403fa..c332bb59a02 100644 --- a/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/_index.md +++ b/content/rancher/v2.x/en/cluster-provisioning/rke-clusters/options/_index.md @@ -20,33 +20,23 @@ From this section you can choose: - Whether Rancher should check if the nodes are running a supported or unsupported version of Docker. If you only allow supported versions, the cluster automatically fails to launch if you have an unsupported version of Docker. Each Kubernetes version is tied to specific Docker versions based on what Kubernetes tests against. - - - - The [Network Provider](https://kubernetes.io/docs/concepts/cluster-administration/networking/) that the cluster uses. >**Note:** After you launch the cluster, you cannot change your network provider. Therefore, choose which network provider you want to use carefully, as Kubernetes doesn't allow switching between network providers. Once a cluster is created with a network provider, changing network providers would require you tear down the entire cluster and all its applications. Out of the box, Rancher supports the following network providers: - - [Canal](https://github.com/projectcalico/canal) + - [Canal](https://github.com/projectcalico/canal) - The default networking option for cluster networking in all Rancher releases, with the exception of v2.0.5. - - - [Flannel](https://github.com/coreos/flannel#flannel) diff --git a/content/rancher/v2.x/en/k8s-in-rancher/projects-and-namespaces/_index.md b/content/rancher/v2.x/en/k8s-in-rancher/projects-and-namespaces/_index.md index 8d729a2a605..a6bb609e2eb 100644 --- a/content/rancher/v2.x/en/k8s-in-rancher/projects-and-namespaces/_index.md +++ b/content/rancher/v2.x/en/k8s-in-rancher/projects-and-namespaces/_index.md @@ -17,17 +17,16 @@ You can use projects to perform actions like: - Assigning users specific roles in a project. A role can be owner, member, read-only, or [custom]({{< baseurl >}}/rancher/v2.x/en/admin-settings/rbac/default-custom-roles/). Policies include Kubernetes Role-Based Access Control (RBAC) policies. - Assigning Pod Security Policies. - +- [System Project](#system-project) ### Default Project When you provision a cluster, it automatically creates a `default` project for the cluster. This is a project you can use to get started with your cluster, but you can always delete it and replace it with projects that have more descriptive names. - +>The `system` project overrides the Project Network Isolation option so that it can communicate with other projects, collect logs, and check health. ## Authorization