From 026be6f787eb034bd0fe5811f71c636c940882dc Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Thu, 12 Jul 2018 14:34:30 -0700 Subject: [PATCH 1/2] undrafting storage docs --- content/rancher/v2.x/en/tasks/clusters/adding-storage/_index.md | 1 - .../tasks/clusters/adding-storage/provisioning-storage/_index.md | 1 - .../clusters/adding-storage/provisioning-storage/nfs/_index.md | 1 - 3 files changed, 3 deletions(-) diff --git a/content/rancher/v2.x/en/tasks/clusters/adding-storage/_index.md b/content/rancher/v2.x/en/tasks/clusters/adding-storage/_index.md index 97934cd41c0..261f51e54e0 100644 --- a/content/rancher/v2.x/en/tasks/clusters/adding-storage/_index.md +++ b/content/rancher/v2.x/en/tasks/clusters/adding-storage/_index.md @@ -1,7 +1,6 @@ --- title: Adding Storage weight: 3500 -draft: true --- >**Prerequisites:** diff --git a/content/rancher/v2.x/en/tasks/clusters/adding-storage/provisioning-storage/_index.md b/content/rancher/v2.x/en/tasks/clusters/adding-storage/provisioning-storage/_index.md index 8aaf0b17de0..e29fc390d43 100644 --- a/content/rancher/v2.x/en/tasks/clusters/adding-storage/provisioning-storage/_index.md +++ b/content/rancher/v2.x/en/tasks/clusters/adding-storage/provisioning-storage/_index.md @@ -1,7 +1,6 @@ --- title: Provisioning Storage weight: 3500 -draft: true --- Rancher supports persistent storage with a variety of volume plugins. However, before you use any of these plugins to bind persistent storage to your workloads, you have to configure the storage itself, whether its a cloud-based solution from a service-provider or an on-prem solution that you manage yourself. diff --git a/content/rancher/v2.x/en/tasks/clusters/adding-storage/provisioning-storage/nfs/_index.md b/content/rancher/v2.x/en/tasks/clusters/adding-storage/provisioning-storage/nfs/_index.md index c99aa6bd39d..ec4a49d4cf1 100644 --- a/content/rancher/v2.x/en/tasks/clusters/adding-storage/provisioning-storage/nfs/_index.md +++ b/content/rancher/v2.x/en/tasks/clusters/adding-storage/provisioning-storage/nfs/_index.md @@ -1,7 +1,6 @@ --- title: Provisioning NFS Storage weight: 3500 -draft: true --- Before you can use the NFS storage volume plug-in with Rancher deployments, you need to provision an NFS server. From 6c8b08e410d72f53588f0226d25240c42fb8532f Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Thu, 12 Jul 2018 15:36:53 -0700 Subject: [PATCH 2/2] undrafting cluster resources --- content/rancher/v2.x/en/tasks/projects/add-a-secret/_index.md | 3 +-- .../rancher/v2.x/en/tasks/projects/add-configmaps/_index.md | 1 - .../rancher/v2.x/en/tasks/projects/add-registries/_index.md | 1 - .../v2.x/en/tasks/projects/add-ssl-certificates/_index.md | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/content/rancher/v2.x/en/tasks/projects/add-a-secret/_index.md b/content/rancher/v2.x/en/tasks/projects/add-a-secret/_index.md index 9230b1f586d..c95c8ccb660 100644 --- a/content/rancher/v2.x/en/tasks/projects/add-a-secret/_index.md +++ b/content/rancher/v2.x/en/tasks/projects/add-a-secret/_index.md @@ -1,10 +1,10 @@ --- title: Adding a Secret weight: -draft: true --- [Secrets](https://kubernetes.io/docs/concepts/configuration/secret/#overview-of-secrets) store sensitive data like passwords, tokens, or keys. They may contain one or more key value pairs. + When creating a secret, you can make it available for any deployment within a project, or you can limit it to a single namespace. 1. From the **Global** view, select the project containing the namespace(s) where you want to add a secret. @@ -25,7 +25,6 @@ When creating a secret, you can make it available for any deployment within a pr 1. Click **Save**. - **Result:** Your secret is added to the project or namespace, depending on the scope you chose. You can view the secret in the Rancher UI from the **Resources > Secrets** view. ## What's Next? diff --git a/content/rancher/v2.x/en/tasks/projects/add-configmaps/_index.md b/content/rancher/v2.x/en/tasks/projects/add-configmaps/_index.md index 87a0a8177e3..87476fd20c7 100644 --- a/content/rancher/v2.x/en/tasks/projects/add-configmaps/_index.md +++ b/content/rancher/v2.x/en/tasks/projects/add-configmaps/_index.md @@ -1,7 +1,6 @@ --- title: Adding ConfigMaps weight: -draft: true --- ConfigMaps store general configuration information for an application, such as configuration files, command-line arguments, environment variables, etc. ConfigMaps accept key value pairs in common string formats, like config files or JSON blobs. Add ConfigMaps to your Rancher workspaces so that you can add them to your workloads later. For more information on ConfigMaps, see the official [Kubernetes Documentation: Using ConfigMap](https://kubernetes-v1-4.github.io/docs/user-guide/configmap/). diff --git a/content/rancher/v2.x/en/tasks/projects/add-registries/_index.md b/content/rancher/v2.x/en/tasks/projects/add-registries/_index.md index 1ecc50ba43e..ab5a9f56bde 100644 --- a/content/rancher/v2.x/en/tasks/projects/add-registries/_index.md +++ b/content/rancher/v2.x/en/tasks/projects/add-registries/_index.md @@ -1,7 +1,6 @@ --- title: Adding Registries weight: -draft: true --- Registries are secrets containing credentials used to authenticate with [private registries](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). Deployments use these secrets to authenticate with a private registry and then pull a Docker image hosted on it. diff --git a/content/rancher/v2.x/en/tasks/projects/add-ssl-certificates/_index.md b/content/rancher/v2.x/en/tasks/projects/add-ssl-certificates/_index.md index 674e2e0d6db..a9dfeaac88d 100644 --- a/content/rancher/v2.x/en/tasks/projects/add-ssl-certificates/_index.md +++ b/content/rancher/v2.x/en/tasks/projects/add-ssl-certificates/_index.md @@ -1,7 +1,6 @@ --- title: Adding SSL Certificates weight: -draft: true --- When you create an ingress within Rancher/Kubernetes, you must provide it with a TLS private key and certificate, which are used to encrypt and decrypt communications that come through the ingress. You can make certificates available for ingress use by navigating to its project or namespace, and then uploading the certificate.