Changes for move to Netlify (#4464)
* disable jekyll-redirect-from gem * add _redirects file * disable 404 redirect script * add 301 redirect to test * retain _redirects file * Convert redirect_from's to _redirect file. (#4409) * Remove redirect_from's. (#4424) * Add 301's to _redirects. (#4427) * add whitespace before 301 * move redirects in /js/redirects/js to _redirects * add disabled option for cn redirect * convert include to array in _config.yml * enable redirects.js script for legacy support
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
---
|
||||
title: Define a Command and Arguments for a Container
|
||||
redirect_from:
|
||||
- "/docs/concepts/configuration/container-command-args/"
|
||||
- "/docs/concepts/configuration/container-command-arg.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
---
|
||||
title: Define Environment Variables for a Container
|
||||
redirect_from:
|
||||
- "/docs/tasks/configure-pod-container/define-environment-variable-container/"
|
||||
- "/docs/tasks/configure-pod-container/define-environment-variable-container.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
---
|
||||
title: Distribute Credentials Securely Using Secrets
|
||||
redirect_from:
|
||||
- "/docs/user-guide/secrets/walkthrough/"
|
||||
- "/docs/user-guide/secrets/walkthrough.html"
|
||||
- "/docs/tasks/configure-pod-container/distribute-credentials-secure/"
|
||||
- "/docs/tasks/configure-pod-container/distribute-credentials-secure.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
---
|
||||
title: Expose Pod Information to Containers Through Files
|
||||
redirect_from:
|
||||
- "/docs/user-guide/downward-api/"
|
||||
- "/docs/user-guide/downward-api/index.html"
|
||||
- "/docs/user-guide/downward-api/volume/"
|
||||
- "/docs/user-guide/downward-api/volume/index.html"
|
||||
- "/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information/"
|
||||
- "/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
---
|
||||
title: Expose Pod Information to Containers Through Environment Variables
|
||||
redirect_from:
|
||||
- "/docs/user-guide/environment-guide/"
|
||||
- "/docs/user-guide/environment-guide/index.html"
|
||||
- "/docs/tasks/configure-pod-container/environment-variable-expose-pod-information/"
|
||||
- "/docs/tasks/configure-pod-container/environment-variable-expose-pod-information.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
|
||||
@@ -2,11 +2,6 @@
|
||||
assignees:
|
||||
- jessfraz
|
||||
title: Inject Information into Pods Using a PodPreset
|
||||
redirect_from:
|
||||
- "/docs/user-guide/pod-preset/index/"
|
||||
- "/docs/user-guide/pod-preset/index.html"
|
||||
- "/docs/tasks/run-application/podpreset/"
|
||||
- "/docs/tasks/run-application/podpreset.html"
|
||||
---
|
||||
|
||||
You can use a `podpreset` object to inject certain information into pods at creation
|
||||
@@ -148,7 +143,7 @@ spec:
|
||||
|
||||
### Pod Spec with `ConfigMap` Example
|
||||
|
||||
This is an example to show how a Pod spec is modified by the Pod Preset
|
||||
This is an example to show how a Pod spec is modified by the Pod Preset
|
||||
that defines a `ConfigMap` for Environment Variables.
|
||||
|
||||
**User submitted pod spec:**
|
||||
@@ -462,7 +457,7 @@ spec:
|
||||
|
||||
### Conflict Example
|
||||
|
||||
This is an example to show how a Pod spec is not modified by the Pod Preset
|
||||
This is an example to show how a Pod spec is not modified by the Pod Preset
|
||||
when there is a conflict.
|
||||
|
||||
**User submitted pod spec:**
|
||||
|
||||
Reference in New Issue
Block a user