Skip to content
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

Merged
merged 14 commits into from
Apr 16, 2019
Merged

Conversation

raelga
Copy link
Member

@raelga raelga commented Apr 14, 2019

This PR adds the entire spanish index tree, including the landing pages of each section.

image

❯ tree docs -P '_index.md' 
docs
├── _index.md
├── concepts
│   ├── _index.md
│   ├── architecture
│   │   └── _index.md
│   ├── cluster-administration
│   │   └── _index.md
│   ├── configuration
│   │   └── _index.md
│   ├── containers
│   │   └── _index.md
│   ├── extend-kubernetes
│   │   ├── _index.md
│   │   ├── api-extension
│   │   │   └── _index.md
│   │   └── compute-storage-net
│   │       └── _index.md
│   ├── overview
│   │   ├── _index.md
│   │   ├── object-management-kubectl
│   │   │   └── _index.md
│   │   └── working-with-objects
│   │       └── _index.md
│   ├── policy
│   │   └── _index.md
│   ├── services-networking
│   │   └── _index.md
│   ├── storage
│   │   └── _index.md
│   └── workloads
│       ├── _index.md
│       ├── controllers
│       │   └── _index.md
│       └── pods
│           └── _index.md
├── contribute
│   ├── _index.md
│   ├── generate-ref-docs
│   │   └── _index.md
│   └── style
│       └── _index.md
├── home
│   └── _index.md
├── reference
│   ├── _index.md
│   ├── access-authn-authz
│   │   └── _index.md
│   ├── command-line-tools-reference
│   │   └── _index.md
│   ├── federation
│   │   └── _index.md
│   ├── glossary
│   ├── issues-security
│   │   └── _index.md
│   ├── kubectl
│   │   └── _index.md
│   ├── kubernetes-api
│   │   └── _index.md
│   ├── setup-tools
│   │   ├── _index.md
│   │   ├── kubeadm
│   │   │   ├── _index.md
│   │   │   └── generated
│   │   │       └── _index.md
│   │   └── kubefed
│   │       └── _index.md
│   └── using-api
│       └── _index.md
├── setup
│   ├── _index.md
│   ├── custom-cloud
│   │   └── _index.md
│   ├── independent
│   │   └── _index.md
│   ├── on-premises-vm
│   │   └── _index.md
│   ├── release
│   │   └── _index.md
│   ├── turnkey
│   │   └── _index.md
│   └── windows
│       └── _index.md
├── tasks
│   ├── _index.md
│   ├── access-application-cluster
│   │   └── _index.md
│   ├── access-kubernetes-api
│   │   ├── _index.md
│   │   └── custom-resources
│   │       └── _index.md
│   ├── administer-cluster
│   │   ├── _index.md
│   │   ├── kubeadm
│   │   │   └── _index.md
│   │   ├── manage-resources
│   │   │   └── _index.md
│   │   └── network-policy-provider
│   │       └── _index.md
│   ├── configure-pod-container
│   │   └── _index.md
│   ├── debug-application-cluster
│   │   └── _index.md
│   ├── federation
│   │   ├── _index.md
│   │   └── administer-federation
│   │       └── _index.md
│   ├── inject-data-application
│   │   └── _index.md
│   ├── job
│   │   └── _index.md
│   ├── manage-daemon
│   │   └── _index.md
│   ├── run-application
│   │   └── _index.md
│   ├── service-catalog
│   │   └── _index.md
│   ├── tls
│   │   └── _index.md
│   └── tools
│       └── _index.md
├── tutorials
│   ├── _index.md
│   ├── clusters
│   │   └── _index.md
│   ├── configuration
│   │   └── _index.md
│   ├── kubernetes-basics
│   │   ├── _index.md
│   │   ├── create-cluster
│   │   │   └── _index.md
│   │   ├── deploy-app
│   │   │   └── _index.md
│   │   ├── explore
│   │   │   └── _index.md
│   │   ├── expose
│   │   │   └── _index.md
│   │   ├── scale
│   │   │   └── _index.md
│   │   └── update
│   │       └── _index.md
│   ├── online-training
│   │   └── _index.md
│   ├── services
│   │   └── _index.md
│   ├── stateful-application
│   │   └── _index.md
│   └── stateless-application
│       └── _index.md
└── user-journeys
    └── users
        └── cluster-operator

77 directories, 74 files

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 14, 2019
@k8s-ci-robot k8s-ci-robot added language/es Issues or PRs related to Spanish language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels Apr 14, 2019
@netlify
Copy link

netlify bot commented Apr 14, 2019

Deploy preview for kubernetes-io-master-staging ready!

Built with commit 0e202e6

https://deploy-preview-13809--kubernetes-io-master-staging.netlify.com

@raelga
Copy link
Member Author

raelga commented Apr 14, 2019

Still working on some landing pages:

  • docs/concepts/_index.md
  • docs/contribute/_index.md
  • docs/setup/_index.md

Not ready to be merged.

@k8s-ci-robot
Copy link
Contributor

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.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If you signed the CLA as a corporation, please sign in with your organization's credentials at https://identity.linuxfoundation.org/projects/cncf to be authorized.
  • If you have done the above and are still having issues with the CLA being reported as unsigned, please email the CNCF helpdesk: [email protected]

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.

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 14, 2019
@raelga raelga force-pushed the es/docs-index-tree branch from 264983b to 580e863 Compare April 14, 2019 09:33
@raelga
Copy link
Member Author

raelga commented Apr 14, 2019

/check-cla

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Apr 14, 2019
@raelga raelga force-pushed the es/docs-index-tree branch from bd6bc68 to 1531afd Compare April 14, 2019 22:01
@raelga raelga changed the title WIP: es/docs index tree es/docs index tree Apr 14, 2019
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 14, 2019
@raelga raelga changed the title es/docs index tree Add es/docs index tree Apr 14, 2019
@raelga raelga self-assigned this Apr 14, 2019
@raelga
Copy link
Member Author

raelga commented Apr 14, 2019

@electrocucaracha and @glo-pena, the PR is ready for review.

@glo-pena
Copy link
Contributor

Thanks. Will have a look.

Copy link
Contributor

@glo-pena glo-pena left a 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

content/es/docs/concepts/_index.md Outdated Show resolved Hide resolved
content/es/docs/concepts/_index.md Outdated Show resolved Hide resolved
content/es/docs/concepts/extend-kubernetes/_index.md Outdated Show resolved Hide resolved
content/es/docs/getting-started-guides/_index.md Outdated Show resolved Hide resolved
content/es/docs/home/_index.md Outdated Show resolved Hide resolved
content/es/docs/home/_index.md Outdated Show resolved Hide resolved
content/es/docs/home/_index.md Outdated Show resolved Hide resolved
content/es/docs/home/_index.md Show resolved Hide resolved
content/es/docs/reference/_index.md Show resolved Hide resolved
content/es/docs/tutorials/_index.md Outdated Show resolved Hide resolved
@raelga
Copy link
Member Author

raelga commented Apr 16, 2019

@glo-pena y @electrocucaracha todas los comentarios se han resuelto en 0e202e6

Si lo veis todo correcto, /lgtm y la aprobamos para poder desbloquear el resto de PRs.

@glo-pena
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 16, 2019
@raelga
Copy link
Member Author

raelga commented Apr 16, 2019

/approve

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 16, 2019
@k8s-ci-robot k8s-ci-robot merged commit cb49ff1 into kubernetes:master Apr 16, 2019
content/es/docs/concepts/_index.md Outdated Show resolved Hide resolved

* 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:
Copy link
Contributor

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


## 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/abstacciones/abstracciones

Copy link
Contributor

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
Copy link
Contributor

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.
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/organizativas/organizacionales

@electrocucaracha
Copy link
Contributor

Tarde mucho para cubrir estos cambios

McCoyAle pushed a commit to McCoyAle/website that referenced this pull request Apr 16, 2019
* 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
@raelga raelga changed the title Add es/docs index tree Add content/es/docs index tree Apr 22, 2019
@raelga raelga added this to the KubeCon EU 2019 milestone May 1, 2019
@raelga
Copy link
Member Author

raelga commented May 3, 2019

Tracked in #13948

nowjean pushed a commit to nowjean/website that referenced this pull request Jun 13, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/es Issues or PRs related to Spanish language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants