Skip to content

Commit

Permalink
Merge pull request #451 from MBishop17/undraft-storage
Browse files Browse the repository at this point in the history
Undraft storage/resources
  • Loading branch information
Denise authored Jul 12, 2018
2 parents d019016 + 6c8b08e commit 1d00d85
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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?
Expand Down
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 1d00d85

Please sign in to comment.