Add content/es/docs/concepts/secret#17053
Conversation
# The first commit's message is: Update patch release manager to patch release team in version skew po… (kubernetes#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
|
Deploy preview for kubernetes-io-master-staging ready! Built with commit a5e21d3 https://deploy-preview-17053--kubernetes-io-master-staging.netlify.app |
|
Muchas gracias @editaxz! |
sftim
left a comment
There was a problem hiding this comment.
Some suggestions that I hope are useful.
The Kubernetes object Secret is called Secret, no matter what the localization.
| Caracteres especiales como `$`, `\*`, y `!` requieren escapar. | ||
| Si la contraseña que está utilizando tiene caracteres especiales, debe escapar de ellos usando el caracter `\\` . Por ejemplo, si tu password actual es `S!B\*d$zDsb`, deberías ejecutar el comando de esta manera: kubectl create Secret generic dev-db-secret --from-literal=username=devuser --from-literal=password=S\\!B\\\\*d\\$zDsb . No necesita escapar de caracteres especiales en contraseñas de archivos (`--from-file`). |
There was a problem hiding this comment.
The formatting on this is different from the English original. I recommend copying the original Markdown layout.
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
| Caracteres especiales como `$`, `\*`, y `!` requieren escapar. | ||
| Si la contraseña que está utilizando tiene caracteres especiales, debe escapar de ellos usando el caracter `\\` . Por ejemplo, si tu password actual es `S!B\*d$zDsb`, deberías ejecutar el comando de esta manera: kubectl create Secret generic dev-db-secret --from-literal=username=devuser --from-literal=password=S\\!B\\\\*d\\$zDsb . No necesita escapar de caracteres especiales en contraseñas de archivos (`--from-file`). |
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
|
/remove-lifecycle stale |
|
@editaxz Puedes revisar las propuestas? Gracias! |
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
|
/remove-lifecycle stale |
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
|
/remove-lifecycle stale |
|
/label tide/merge-method-squash |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: b8c529d2748a8ffc3e5bd4ad7c618d31eabe877a |
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* # 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… (kubernetes#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>
Added origin/add-content/es/docs/concepts/secret (Spanish)