-
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
[pt-br] Add tasks/debug/debug-application/debug-pods #49678
base: main
Are you sure you want to change the base?
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
/cc @stormqueen1990 |
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.
Olá @paulofponciano! Muito obrigada pela tua contribuição!
Encontrei alguns pontos que necessitam de atenção, mais relacionados à padronização do texto. Além disso, os links da seção "Diagnosticando o problema" não estão redirecionando para o local correto. Deixei algumas sugestões para corrigir o problema.
Se tiveres quaisquer dúvidas ou quiseres debater sobre algum ponto dessa revisão, podes contatar o time de revisão no canal #kubernetes-docs-pt
do Slack do Kubernetes. Depois que tiveres feito os ajustes, peço que solicites uma nova revisão minha.
Obrigada novamente!
* [Depurando Pods](#debugging-pods) | ||
* [Depurando Replication Controllers](#debugging-replication-controllers) | ||
* [Depurando Services](#debugging-services) |
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.
Estas âncoras estão faltando nos seus respectivos títulos, o que faz com que os links não naveguem para a posição correta na página. Vou deixar uma sugestão em cada um dos títulos para correção.
Depois que seu pod for agendado, você pode usar os métodos descritos em | ||
[Depurando Pods em Execução](/docs/tasks/debug/debug-application/debug-running-pod/) para depuração. | ||
|
||
#### Meu pod está em execução, mas não faz o que eu defini |
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.
Sugestão para esta seção: usar "servidor da API" no lugar de apiserver.
/retitle [pt-br] Add tasks/debug/debug-application/debug-pods |
Co-authored-by: Mauren <[email protected]>
[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 |
Co-authored-by: Mauren <[email protected]>
Co-authored-by: Mauren <[email protected]>
Co-authored-by: Mauren <[email protected]>
Co-authored-by: Mauren <[email protected]>
Co-authored-by: Mauren <[email protected]>
Co-authored-by: Mauren <[email protected]>
Co-authored-by: Mauren <[email protected]>
Olá Mauren, Muito obrigado pela revisão e sugestões. Todas foram aplicadas. |
/label tide/merge-method-squash |
Co-authored-by: Mauren <[email protected]>
Description
Esse PR traz a localização da página https://kubernetes.io/docs/tasks/debug/debug-application/debug-pods/ para PT-BR.
Adicionado a raiz de
content/pt-br/docs/tasks/debug/debug-application/
o arquivodebug-pods.md
, ficando localizado comocontent/pt-br/docs/tasks/debug/debug-application/debug-pods.md
no repositório.This PR brings the localization of the page https://kubernetes.io/docs/tasks/debug/debug-application/debug-pods/ to PT-BR.
The file
debug-pods.md
has been added to the root ofcontent/pt-br/docs/tasks/debug/debug-application/
, being located ascontent/pt-br/docs/tasks/debug/debug-application/debug-pods.md
in the repository.Issue
Closes: #49558