-
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
[ja] Translate content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
into Japanese
#44839
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
The target page on the deploy preview: |
before merge this pr, need to merge #44787. (and may need to rebase) |
/area localization |
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.
こちらも大変遅くなりましたが、レビューをしました。
content/ja/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
Outdated
Show resolved
Hide resolved
content/ja/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
Outdated
Show resolved
Hide resolved
content/ja/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
Outdated
Show resolved
Hide resolved
content/ja/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
Outdated
Show resolved
Hide resolved
content/ja/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
Outdated
Show resolved
Hide resolved
content/ja/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
Outdated
Show resolved
Hide resolved
content/ja/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
Outdated
Show resolved
Hide resolved
Co-authored-by: inukai <[email protected]>
Co-authored-by: inukai <[email protected]>
Co-authored-by: inukai <[email protected]>
Co-authored-by: inukai <[email protected]>
Co-authored-by: inukai <[email protected]>
Co-authored-by: inukai <[email protected]>
Co-authored-by: inukai <[email protected]>
レビューありがとうございます!コメントの確認、修正させていただいたので、再度ご確認お願いいたします /cc t-inu |
(お二人のどちらをアサインすれば良いのか判断できなかったので、一時的に二人ともアサインさせてください) /assign nasa9084 |
@Okabe-Junya Network Plugin Requirements の箇所、最新の1.30では内容が変わってそうですが、これはいつ時点での翻訳になりますか? |
PR作成が1/22なので、3ヶ月以上前のものですね。。(厳密なcommit hashを割り出した方が良いですか?) |
手元でざっと調べてみると、このcommitからブランチ切ってますね、
なので https://github.com/kubernetes/website/tree/2df06423a8341e24b9210d1182c416f082df6733 (当該ファイルへのリンク)の翻訳になります |
upstream/main と当該時点でのdiffとってみると diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
index cae75f99e3..089d0c4183 100644
--- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
+++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
@@ -54,19 +54,6 @@ that plugin or [networking provider](/docs/concepts/cluster-administration/netwo
## Network Plugin Requirements
-For plugin developers and users who regularly build or deploy Kubernetes, the plugin may also need
-specific configuration to support kube-proxy. The iptables proxy depends on iptables, and the
-plugin may need to ensure that container traffic is made available to iptables. For example, if
-the plugin connects containers to a Linux bridge, the plugin must set the
-`net/bridge/bridge-nf-call-iptables` sysctl to `1` to ensure that the iptables proxy functions
-correctly. If the plugin does not use a Linux bridge, but uses something like Open vSwitch or
-some other mechanism instead, it should ensure container traffic is appropriately routed for the
-proxy.
-
-By default, if no kubelet network plugin is specified, the `noop` plugin is used, which sets
-`net/bridge/bridge-nf-call-iptables=1` to ensure simple configurations (like Docker with a bridge)
-work correctly with the iptables proxy.
-
### Loopback CNI
In addition to the CNI plugin installed on the nodes for implementing the Kubernetes network |
content/ja/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
Outdated
Show resolved
Hide resolved
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.
/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 |
friendly ping @t-inu, PTAL again |
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.
/lgtm
LGTM label has been added. Git tree hash: 75793d9696a38a09fcc7949af42f01aa81e511b2
|
close #44778
Change List
content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md
into Japanese