Merge pull request #451 from MBishop17/undraft-storage

Undraft storage/resources
This commit is contained in:
Denise
2018-07-12 15:43:04 -07:00
committed by GitHub
4 changed files with 1 additions and 5 deletions
@@ -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?
@@ -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/).
@@ -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.
@@ -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.