-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate doc distribute-credentials-secure into Chinese #6292
Conversation
@@ -0,0 +1,165 @@ | |||
--- | |||
title: Distribute Credentials Securely Using Secrets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
translate this
|
||
这里是一个配置文件,可以用来创建存有用户名和密码的 Secret: | ||
|
||
{% include code.html language="yaml" file="secret.yaml" ghlink="/docs/tasks/inject-data-application/secret.yaml" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here.
Deploy preview ready! Built with commit 207d881 https://deploy-preview-6292--kubernetes-io-master-staging.netlify.com |
@tengqm done. Thanks |
…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.
CN doc translation
/cc @tengqm @zhangxiaoyu-zidif
This change is