* README.md Added description/suggestion to install git submodules.
Created _index.md for es/docs/concept/policy.
Created limit-range.md, content-type:concept for es/docs/concepts/policy
* Changes to the README-es.md file discarded to apply a separate commit for it
* Fast fix, missed word
* Update content/es/docs/concepts/policy/limit-range.md
Suggestion, Remove "en" (fix). Personal note: I'm not sure if the suggested change makes clear that the system administrator can force the users to follow specifications with new politics.. Not always the user have control on the cluster
Co-authored-by: Rael Garcia <rael@rael.io>
* Update content/es/docs/concepts/policy/limit-range.md
Co-authored-by: Rael Garcia <rael@rael.io>
* Update content/es/docs/concepts/policy/limit-range.md
lgtm
Co-authored-by: Rael Garcia <rael@rael.io>
* Update content/es/docs/concepts/policy/limit-range.md
Nice
Co-authored-by: Rael Garcia <rael@rael.io>
* Update content/es/docs/concepts/policy/limit-range.md
Co-authored-by: Rael Garcia <rael@rael.io>
* Update content/es/docs/concepts/policy/limit-range.md
look at that trained eye! Good job thnaks
Co-authored-by: Rael Garcia <rael@rael.io>
* Update content/es/docs/concepts/policy/limit-range.md
lgtm
Co-authored-by: Rael Garcia <rael@rael.io>
* Update content/es/docs/concepts/policy/limit-range.md
Not sure about the translation, it sound better but it should be clear with terminology. A pod or container request resources it's not a requirement. But the same time we have [this definition](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/))
"Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value."
Co-authored-by: Rael Garcia <rael@rael.io>
* Update content/es/docs/concepts/policy/limit-range.md
Co-authored-by: Rael Garcia <rael@rael.io>
* Update content/es/docs/concepts/policy/limit-range.md
Lgtm
Co-authored-by: Rael Garcia <rael@rael.io>
* Suggested change discarded, reason: Contenedores is not defined
* Sorry my bad, Contenedores definition was there but as a singular noun not plural. Fiexed (line 51).. as well as pods (line 53
* Apply suggestions from code review
Wrong button last time. Added suggestions (as single commit)
Co-authored-by: Rael Garcia <rael@rael.io>
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
* · Added: description/overview, file: content/es/docs/concepts/policy/_index.md
· Added: description, file: content/es/docs/concepts/policy/limit-range.md
· Midified: structure and dreafting, file: content/es/docs/concepts/policy/limit-range.md
· Added: term to glossary (es), file: content/es/docs/reference/glossary/limitrange.md
* Added Container word I deleted earlier today, lines 25,26,27.
Unnecessary repeated tooltip were removed allowing only once possible new concept per paragraph. Too many tooltip
* Fixed weight property commited by mistake previously.
* Added Suggested change manually
* Fixed Last suggested change
* All right I found the suggested change. Done
* Update content/es/docs/concepts/policy/limit-range.md
Co-authored-by: Rael Garcia <rael@rael.io>
* Update content/es/docs/concepts/policy/limit-range.md
Co-authored-by: Rael Garcia <rael@rael.io>
* Replaced occurrences of "Peticiones" by "Solicitudes" as it was suggested previously for line 29
Co-authored-by: Rael Garcia <rael@rael.io>
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
* Add (stub) localization guide for Spanish
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
* docs: Add brief page introduction
* docs: use archivo as discussed with the team
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
Co-authored-by: Rael Garcia <rael@rael.io>
* # This is a combination of 14 commits.
# The first commit's message is:
Update patch release manager to patch release team in version skew po… (#17008)
* Update patch release manager to patch release team in skew support policy.
* Adding link for additional patch-release information to version skew policy.
# This is the 2nd commit message:
translate the first part of secret.md document
# This is the 3rd commit message:
translate secrets montados se actualizan automáticamente
# This is the 4th commit message:
translation until Montaje Automatico de Secrets Creados Manualmente
# This is the 5th commit message:
translate restrictions
# This is the 6th commit message:
translate Interacción del Secret y Pod de por Vida
# This is the 7th commit message:
finish first translation version secret.md
# This is the 8th commit message:
fix spaces
# This is the 9th commit message:
checking first part
# This is the 10th commit message:
review translation ultil line 232
# This is the 11th commit message:
fix some issues line 509
# This is the 12th commit message:
finish first revision secret documentation
# This is the 13th commit message:
remove pod-overview
# This is the 14th commit message:
added secret content in spanish content/es/docs/concepts/configuration/secret.md
* “Secret” es un objet Kubernetes
* capital letter in Secret Kubernetes Object
* Remove ` from k8s native objects
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* Remove ` from k8s native objects
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* Capitalize Secret
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* Update reviewer
* Apply suggestions from code review
Co-authored-by: Mitesh Jain <47820816+miteshskj@users.noreply.github.com>
Co-authored-by: Rael Garcia <rael@rael.io>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
This is the same fix as 6e93717597 for es.
If running `kubectl rollout status` command, the output is like:
```
deployment "nginx-deployment" successfully rolled out
```
The corresponding kubectl code also shows it according to e95e378e59/pkg/polymorphichelpers/rollout_status.go (L89)