Tyler Kellen
9a46a77c2d
add note that encryption at rest is supported
2017-11-08 16:31:24 -05:00
chenhonggc
fc673175ec
Origin/unified style ( #5862 )
...
* unified style
* unified style
* unified style
2017-10-12 10:15:55 -07:00
Steve Perry
31ed65dbe3
Update links to avoid redirects. ( #5771 )
2017-10-04 18:25:57 -07:00
Steve Perry
1edf6ea927
Replace v1.7 with {{page.version}}. ( #5688 )
2017-09-29 13:39:35 -07:00
Tim(Xiaoyu) Zhang
0d250f75b6
Merge pull request #5451 from jianglingxia/jlx-91414
...
delete ConfigMap in secret
2017-09-22 08:40:22 +08:00
jianglingxia
db0623830e
fix link of secret
2017-09-19 13:39:41 -05:00
jianglingxia
25eb8099e5
delete ConfigMap in secret
2017-09-14 14:16:28 +08:00
Kyle Bai
97f089ed88
Unified use of YAML for Secret example ( #5418 )
...
* Unified use of YAML for Secret example
* Fix dotfiles in secret volume yaml
2017-09-12 14:21:34 -05:00
Chris Stryczynski
4ae4607f6c
Added additional information about retrieving a secret ( #5198 )
2017-08-25 12:56:29 -07:00
Tony Li
287fdab71a
Clarify the contents of the secrets being mounted
...
It read like both containers had the config for both environments.
2017-08-17 10:22:51 -07:00
Dhilip
041a680483
Minor grammar change
...
Minor grammar fix
2017-08-09 10:12:59 -07:00
Aaron Crickenberger
18e9aa59d1
Rename OWNERS assignees: to approvers:
...
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07:00
Eric Chiang
787d50a1af
secrets: add a best practices section and API access recommentations ( #4380 )
...
* secrets: add a best practices section and API access recommentations
This section attempts to capture some of the best practices around
client API access to secrets. Specitically that controllers should
avoid list and watch operations in favor of getting specific secrets.
* add "are"
2017-08-01 03:04:42 -07:00
Andrew Chen
2e257d9707
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
2017-07-28 08:23:11 -07:00
Xiaoyu Zhang
2adfb49ba9
Update urls to 1.7 ( #4276 )
...
* assign-pod-node.md
* secret.md
* kubernetes-objects.md
* service.md
2017-07-05 10:21:45 -07:00
Christoph Blecker
2e192598a0
Update links to proper repos
2017-06-28 22:08:36 -07:00
chenhuan12
61c39cf9df
replace kubectl.sh with kubectl
...
replace kubectl.sh with kubectl
2017-05-26 10:39:24 -07:00
Ahmet Alp Balkan
8b11f9ac40
secret.md: add base64 risk ( #3791 )
...
* secret.md: add base64 risk
Solves #3681 .
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* Update secret.md
2017-05-17 13:34:29 -07:00
Everett Toews
937177b991
Link to appropriate docs for Automatic Mounting of Manually Created Secrets ( #3571 )
...
* Update link to Adding ImagePullSecrets to a service account
* Link to appropriate docs for Automatic Mounting of Manually Created Secrets
* Replace here w/ title of pages
2017-05-01 10:22:51 -07:00
Hoat Le
f428116387
Use pipeline to remove new line char ( #3458 )
...
When -w option is not available for base64, for example, when using alpine Docker image.
`echo -n "<text>" | base64 | tr -d '\n'` should be used, it works better.
2017-04-27 09:35:38 -07:00
Steve Perry
92b6057d9c
Deprecation complete: secrets/index ... ( #3554 )
2017-04-26 17:13:34 -07:00
Xiaoyu Zhang
24856ca18b
Fix broken link:secret.md
...
Fix broken link:secret.md
2017-04-13 15:35:53 -07:00
Michael Fraenkel
ec622e1186
Document pod lifecycle when using EnvFrom
...
- Pods do not start with missing ConfigMaps or Secrets
- Pods do not start with missing keys in ConfigMaps or Secrets
- Pods start with invalid keys when referring to entire ConfigMaps or
Secrets. An event documents the skipped keys from said resource.
2017-04-05 16:31:23 -07:00
Steve Perry
122410bc34
Move Guide topic: Secrets. ( #3204 )
2017-04-03 11:02:45 -07:00