Translate doc distribute-credentials-secure into Chinese#6292
Merged
steveperry-53 merged 1 commit intokubernetes:masterfrom Nov 13, 2017
lichuqiang:translation-temp8
Merged
Translate doc distribute-credentials-secure into Chinese#6292steveperry-53 merged 1 commit intokubernetes:masterfrom lichuqiang:translation-temp8
steveperry-53 merged 1 commit intokubernetes:masterfrom
lichuqiang:translation-temp8
Conversation
tengqm
reviewed
Nov 13, 2017
| @@ -0,0 +1,165 @@ | |||
| --- | |||
| title: Distribute Credentials Securely Using Secrets | |||
|
|
||
| 这里是一个配置文件,可以用来创建存有用户名和密码的 Secret: | ||
|
|
||
| {% include code.html language="yaml" file="secret.yaml" ghlink="/docs/tasks/inject-data-application/secret.yaml" %} |
Contributor
There was a problem hiding this comment.
you may have to replicate the yaml file for the moment to make CI happy.
I hope this duplication issue can be solved in a decent way in future, then we can remove the duplicates.
|
|
||
| 这里是一个可以用来创建 pod 的配置文件: | ||
|
|
||
| {% include code.html language="yaml" file="secret-pod.yaml" ghlink="/docs/tasks/inject-data-application/secret-pod.yaml" %} |
Collaborator
|
Deploy preview ready! Built with commit 207d881 https://deploy-preview-6292--kubernetes-io-master-staging.netlify.com |
Contributor
Author
|
@tengqm done. Thanks |
tengqm
approved these changes
Nov 13, 2017
chenopis
added a commit
that referenced
this pull request
Nov 14, 2017
…elease-1.9 * 'master' of https://github.com/kubernetes/website: Update PodAffinity/PodAntiAffinity Use-Case (#6291) translate doc distribute-credentials-secure into Chinese (#6292) Clarify GPU resource requests and limits (#6294) Rename Google Container Engine to Google Kubernetes Engine Update debug-services doc New Partners Section for Conformance (#6182) Modify the translation for better expression as suggestion. remove unnecessary "or" in series Modify the translation for better expression. Document unconfined apparmor profile (#6269) Fix taint names used in admission controllers (#6264) Document nics req fix a typo The correct name is [Route] and not [Router] Update service.md use space instead of newline for dnf compatibility Add the translated document 'The Kubernetes API' - Chinese version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CN doc translation
/cc @tengqm @zhangxiaoyu-zidif
This change is