-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
[ja] Update install-kubeadm.md #39525
Conversation
In Japanese page,it says old method ```curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -``` . But,recent versions of Ubuntu,they shows warning about apt-key add . and I also see English page, it says newer method. so I copied English page's code and translate some comments in Japanese.
|
Welcome @yayoimizuha! |
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.
Thank you for updating.
This page is outdated overall, but I reviewed it as an update to one of the tabs.
content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Outdated
Show resolved
Hide resolved
content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Outdated
Show resolved
Hide resolved
content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Outdated
Show resolved
Hide resolved
content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Outdated
Show resolved
Hide resolved
content/ja/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
Show resolved
Hide resolved
OK,if I have a time ,I'll translate all off this page. |
…tall-kubeadm.md Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
…tall-kubeadm.md Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
…tall-kubeadm.md Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
…tall-kubeadm.md Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
…tall-kubeadm.md Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
Thank you for applying the suggestions.
/lgtm
LGTM label has been added. Git tree hash: e98ea4070b646fe7909f983fbbf89e92bde8de7a
|
@yayoimizuha |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inductor, t-inu 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 |
In Japanese page,it says old method
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
.But,recent versions of Ubuntu,they shows warning about apt-key add .
and I also see English page, it says newer method.
so I copied English page's code and translate some comments in Japanese.