-
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
Update docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md to follow v1.18 of the original text #26558
Conversation
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.
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. |
77336f0
to
22112c2
Compare
9d35bb5
to
52bd54d
Compare
6e88b2d
to
eea2ad1
Compare
/lgtm |
LGTM label has been added. Git tree hash: 2eb28c060542d915739a372a1c35078440627df7
|
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.
下記リンクに翻訳の方針があるので、一度目を通してみてください 🙏
https://kubernetes.io/ja/docs/contribute/localization/#翻訳スタイルガイド
content/ja/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md
Outdated
Show resolved
Hide resolved
content/ja/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md
Outdated
Show resolved
Hide resolved
content/ja/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md
Outdated
Show resolved
Hide resolved
/hold |
ありがとうございます!修正します。 |
eea2ad1
to
c9da218
Compare
|
content/ja/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md
Outdated
Show resolved
Hide resolved
content/ja/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md
Outdated
Show resolved
Hide resolved
c9da218
to
fba977f
Compare
content/ja/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md
Outdated
Show resolved
Hide resolved
content/ja/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md
Outdated
Show resolved
Hide resolved
fba977f
to
3cb5969
Compare
/unhold |
when booting `dockerd` with `systemd` and restart `docker`. You can see the MountFlags in `/usr/lib/systemd/system/docker.service`. | ||
MountFlags can interfere with volumes mounted by Kubernetes, and put the Pods in `CrashLoopBackOff` state. | ||
The error happens when Kubernetes does not find `var/run/secrets/kubernetes.io/serviceaccount` files. | ||
- `kubeadm init`の _直後_ にこれらの状態のいずれかにPodがある場合は、kubeadmのリポジトリにIssueを立ててください。network solutionをデプロイするまでは`coredns`(または`kube-dns`)は`Pending`状態でなければなりません。 |
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.
network solution は訳すほうがいいのではないかと思います (おそらく CNI のことを指しているんだと思うんですけども)
何かいい日本語があればいいんですが・・・ネットワークの解決方法とか、ちょっと意訳ですがネットワーク設定とか、いっそカタカナでネットワークソリューションにしちゃうとか
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.
何かいい日本語があればいいんですが・・・ネットワークの解決方法とか、ちょっと意訳ですがネットワーク設定とか、いっそカタカナでネットワークソリューションにしちゃうとか
ありがとうございます。今のところ「ネットワークの解決方法」か「ネットワークソリューション」のどちらかなと思ってます(朝起きたらどちらかに寄せて修正出します)
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.
今のところはネットワークソリューションのほうがよさそうです。解決方法って訳すと文章に起こしたときに、意味がちょっとわからなくなりそうなので
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.
ネットワークソリューションのほうで統一しました。
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.
実態は「アドオン」で、同じページに「ネットワークアドオン」という記述もあるので、そちらに寄せても良いかもしれません。
あるいは、「ネットワークアドオン」と記述されている部分も「ネットワークソリューション」に統一したいですね。(本当は英語の原文から統一したいところではあります)
@inductor さん、@makocchi-git さん、いかがでしょうか
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.
@shu-mutou そういう意味だと、ここのIssueだけだとスコープが変わってきちゃうんで別Issueで管理したいやつですね
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.
Issue を作ってみました #26722
3cb5969
to
315009f
Compare
content/ja/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm.md
Outdated
Show resolved
Hide resolved
315009f
to
ab646c8
Compare
/lgtm |
LGTM label has been added. Git tree hash: dc97af668da872f3c220d8add73283d4563f41c2
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inductor 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 |
I fixed #26515.
Thank you for the good issue!