-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
[zh] StatefulSet docs missing VolumeClaimTemplates information #46294
Comments
This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Could you expand on what you're looking for? Is there a specific page that has missing information or needs clarification? |
/triage needs-information |
There is no information about the volumeClaimTemplates field in the demonstration of the example StatefulSet component (https://kubernetes.io/zh-cn/docs/concepts/workloads/controllers/statefulset/#using-statefulsets)in this link, and it is also incorrect to use it.
apiVersion: apps/v1
|
Thanks, that's helpful. It looks like some of the translation updates need to be done yet for ZH. That information is present in the EN docs: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#volume-claim-templates /sig docs |
/retitle [zh] StatefulSet docs missing VolumeClaimTemplates information |
This page was faithfully translated from the English version. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/close |
@tengqm: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
volumeClaimTemplates:
name: www
spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 1Gi
why?the volumeClaimTemplates word?
The text was updated successfully, but these errors were encountered: