-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
WIP [es] Add concepts/storage/ephemeral-volumes.md #31189
Conversation
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: df32a0f 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/61dd661fb32fed0007a40ddf 😎 Browse the preview: https://deploy-preview-31189--kubernetes-io-main-staging.netlify.app |
/assign @raelga Translation done! some lines need to be reviewed for a better translation. have a nice weekend! |
|
||
Algunas aplicaciones necesitan almacenamiento adicional pero no se preocupa si | ||
los datos son guardados persistentemente durante los reinicios. Por ejemplo, servicios | ||
de cacheo estan limitados habitualmente por el tamaño de la memoria y pueden mover de manera |
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.
de cacheo estan limitados habitualmente por el tamaño de la memoria y pueden mover de manera | |
de cacheo están limitados habitualmente por el tamaño de la memoria y pueden mover de manera |
commit some fixes from raelga Co-authored-by: Rael Garcia <rael@rael.io>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
suggestions ok! Need help on lines 67 and 75 |
- electrocucaracha | ||
- raelga | ||
- edithrut | ||
title: Ephemeral Volumes |
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.
title: Ephemeral Volumes | |
title: Volúmenes Efímeros |
diferentes propósitos: | ||
- [emptyDir](/docs/concepts/storage/volumes/#emptydir): vacío al inicio del Pod, | ||
con almacenamiento local proveniente del directorio base de kubelet ( usualmente | ||
la raíz del disco) o la memoria RAM. |
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.
la raíz del disco) o la memoria RAM. | |
el disco raíz) o la memoria RAM. |
[secret](/docs/concepts/storage/volumes/#secret): Injectar diferentes | ||
tipos de datos de Kubernetes dentro del Pod | ||
- [CSI ephemeral volumes](#csi-ephemeral-volumes): | ||
similar al anterior tipo de volumen pero manejado por un controlador que implemente la Container Storage Interface |
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.
similar al anterior tipo de volumen pero manejado por un controlador que implemente la Container Storage Interface | |
similar al tipo de volumen anterior pero manejado por un controlador que implemente la Container Storage Interface |
/hold wip |
/retitle WIP [es] Add concepts/storage/ephemeral-volumes.md |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Hey @gamba47, Thanks for purposing this PR. But since you didn't respond for a while, we have to close this PR now. Feel free to |
@Sea-n: Closed this PR. 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/test-infra repository. |
@gamba47 crees que puedas volver a trabajar en este PR, para reabrirlo |
No lo quise reabrir todavia, pero estoy con intensiones de resolverlo pronto! |
Adding new content to concepts/storage/ephemeral-volumes.md
Related to #13948 (comment)