-
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] Update docs/tasks/tools/included/verify-kubectl #48056
base: main
Are you sure you want to change the base?
Conversation
[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 |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
/retitle [pt-br] Update docs/tasks/tools/included/verify-kubectl |
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á @moreirayokoyama! Muito obrigada pela tua contribuição!
Encontrei apenas dois ajustes pequenos que seria legal efetuarmos antes de mesclar essa alteração. Assim que fizeres estes ajustes podes me marcar para uma nova revisão.
Obrigada novamente!
|
||
No Kubernetes 1.26, o kubectl removeu a autenticação incorporada para as serviços de Kubernetes | ||
gerenciados ofertados por provedores de nuvem a seguir. Estes provedores lançaram plugins | ||
para o kubectl para fornecer a autenticação específica da nuvem. Para instruções, dirija-se à documentação do provedor: |
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.
O que tu achas de usar "verifique a documentação" ao invés de "dirija-se"? Acho uma tradução mais aproximada de "refer".
para o kubectl para fornecer a autenticação específica da nuvem. Para instruções, dirija-se à documentação do provedor: | |
para o kubectl para fornecer a autenticação específica da nuvem. Para instruções, verifique a documentação do provedor: |
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.
+1
|
||
Se o kubectl cluster-info retornar a URL de resposta, mas você não conseguir acessar seu cluster, para verificar se ele está configurado corretamente, use: | ||
Se o comando `kubectl cluster-info` retornar a URL de resposta, mas você não conseguir | ||
acessar seu cluster, para verificar se ele está configurado corretamente, use: |
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 de ajuste pequeno pois achei que a versão original tem excesso de vírgulas aqui:
acessar seu cluster, para verificar se ele está configurado corretamente, use: | |
acessar seu cluster, verifique se ele está configurado corretamente usando: |
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.
+1
Description
This PR solves #48020, updating the included page
verify-kubectl.md
Issue
Closes: #48020