-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Add content/es/docs index tree #13809
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 0e202e6 https://deploy-preview-13809--kubernetes-io-master-staging.netlify.com |
Still working on some landing pages:
Not ready to be merged. |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
264983b
to
580e863
Compare
/check-cla |
bd6bc68
to
1531afd
Compare
@electrocucaracha and @glo-pena, the PR is ready for review. |
Thanks. Will have a look. |
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.
En general está muy bien. Sólo alguna pequeña sugerencia y una errata.
Reenviame las correcciones o comentarios y lo aprobamos.
Muchas gracias
@glo-pena y @electrocucaracha todas los comentarios se han resuelto en 0e202e6 Si lo veis todo correcto, |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raelga The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
||
* El **Master de Kubernetes** es un conjunto de tres procesos que se ejecutan en un único nodo del clúster, que se denomina nodo master. Estos procesos son: [kube-apiserver](/docs/admin/kube-apiserver/), [kube-controller-manager](/docs/admin/kube-controller-manager/) y [kube-scheduler](/docs/admin/kube-scheduler/). | ||
|
||
* Los restantes nodos no master contenidos en tu clúster, ejecutan los siguientes dos procesos: |
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.
s/Los restantes nodos no master contenidos en tu clúster/Los nodos restantes que no son master en tu clúster
content/es/docs/concepts/_index.md
Outdated
|
||
## Objetos de Kubernetes | ||
|
||
Kubernetes tiene diferentes abstacciones que representan el estado de tu sistema: aplicaciones contenerizadas desplegadas y cargas de trabajo, sus recursos de red y almacenamiento asociados e información adicional acerca de lo que el clúster está haciendo en un momento dado. Estas abstracciones están representadas por objetos de la API de Kubernetes. Puedes revisar [Entendiendo los Objetos de Kubernetes] (/docs/concepts/overview/working-with-objects/kubernetes-objects/) para obtener más detalles. |
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.
s/abstacciones/abstracciones
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.
Me parece que el espacio entre los corchetes y los parentesis de [Entendiendo los Objetos de Kubernetes] (/docs/concepts/overview/working-with-objects/kubernetes-objects/)
hace que la sintaxis de MarkDown no sea la correcta
|
||
- _**SIG Docs reviewer**_, un revisor del grupo de interés de documentación es | ||
un miembro de la organización Kubernetes que tiene interés en revisar las | ||
_pull requests_ relacionadas con el site y la documentación. Para poder ser |
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.
s/site/sitio
|
||
- _**SIG Docs approver**_, un aprobador del grupo de interés de documentación | ||
es un miembro de la organización de Kubernetes con buena reputación y que ha | ||
mostrado una compromiso continuado con el proyecto. |
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.
En este caso me parecería mas correcto usar demostrado un compromiso continuo con el proyecto que mostrado un compromiso continuado con el proyecto ya que las comunidades se basan en meritocracia a base de hechos.
La siguiente lista está organizada por el nivel de implicación con la comunidad, | ||
desde las contribuciones que cualquiera puede hacer hasta las que requieren un | ||
compromiso con el equipo de documentación y estar familiarizado con los procesos | ||
de SIG Docs. Contribuir consistentemente a lo largo del tiempo puede ayudarte a |
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.
Que tal constantemente
en lugar de consistentemente
?
desde las contribuciones que cualquiera puede hacer hasta las que requieren un | ||
compromiso con el equipo de documentación y estar familiarizado con los procesos | ||
de SIG Docs. Contribuir consistentemente a lo largo del tiempo puede ayudarte a | ||
comprender algunas de las herramientas y decisiones organizativas que se han ido |
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.
s/organizativas/organizacionales
Tarde mucho para cubrir estos cambios |
* Add es/docs/concepts index tree * Add es/docs/contribute index tree * Add es/docs/setup index tree * Add es/docs/tutorials index tree * Add es/docs/reference index tree * Add es/docs/tasks index tree * Add es/docs/reference landing page * Add es/docs/home landing page * Add es/docs/tutoriales landing page * Add es/docs/getting-started-guides index tree * Add es/docs/concepts landing page * Add es/docs/contribute landing page * Add es/docs/setup landing page * Apply review requests and fixes
Tracked in #13948 |
* Add es/docs/concepts index tree * Add es/docs/contribute index tree * Add es/docs/setup index tree * Add es/docs/tutorials index tree * Add es/docs/reference index tree * Add es/docs/tasks index tree * Add es/docs/reference landing page * Add es/docs/home landing page * Add es/docs/tutoriales landing page * Add es/docs/getting-started-guides index tree * Add es/docs/concepts landing page * Add es/docs/contribute landing page * Add es/docs/setup landing page * Apply review requests and fixes
This PR adds the entire spanish index tree, including the landing pages of each section.