Kubernetes Prow Robot
ec6d03d84d
Merge pull request #26595 from tengqm/kube-proxy-config
...
Add kube-proxy config reference
2021-04-01 01:33:21 -07:00
Tabitha Sable
c43c40e1b0
Add blog post describing PSP deprecation and next steps.
2021-04-01 01:48:51 -05:00
mengjiao.liu
692e997105
[zh] Sync content/en/docs/concepts/storage/persistent-volumes.md
2021-04-01 14:26:12 +08:00
Kubernetes Prow Robot
a8035792af
Merge pull request #27355 from wwgfhf/master-self-hosting
...
Update zh translation in self-hosting.md
2021-03-31 23:03:21 -07:00
Kubernetes Prow Robot
d1556f7dfd
Merge pull request #27365 from mengjiao-liu/sync-overview-components
...
[zh] sync content/en/docs/concepts/overview/components.md
2021-03-31 22:57:21 -07:00
Kubernetes Prow Robot
19b961a89d
Merge pull request #27362 from Arhell/fixes
...
fix bind-address on scheduler
2021-03-31 22:23:21 -07:00
Juan Sebastian Romero
a66fec504e
Update kubespray.md
...
update link to playbook variables in ansible
2021-04-01 01:04:01 -03:00
mengjiao.liu
d4597c7c24
[zh] sync content/en/docs/concepts/overview/components.md
2021-04-01 11:51:27 +08:00
Jailton Lopes
d5b1793351
Update "Deploying PHP Guestbook application with MongoDB" Tutorial to fix the following issues:
...
* #26765 - Ordered lists with wrong indexes
* The wrong output of "kubectl get service frontend" on LoadBalancer Service Type example.
* Fixing format
Signed-off-by: Jailton Lopes <jailton@gmail.com >
2021-04-01 00:42:41 -03:00
huyuqing
edd432194f
Remove redundant characters in concepts/architecture/nodes
2021-04-01 10:16:56 +08:00
Kubernetes Prow Robot
936e2c60ce
Merge pull request #27289 from SataQiu/update-create-cluster-kubeadm-20210329
...
kubeadm: update create-cluster-kubeadm page as kubeadm will not do e2e tests against Calico CNI anymore
2021-03-31 17:41:21 -07:00
Kubernetes Prow Robot
5f3e13e820
Merge pull request #27341 from kbhawkey/fix-replication-controll-text
...
fixup rc text
2021-03-31 17:31:21 -07:00
Qiming Teng
0d7d7470dd
Add kube-proxy config reference
...
This is a reference for kube-proxy config generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:
./genref -include kube-proxy
2021-04-01 08:26:17 +08:00
Kubernetes Prow Robot
0da4bfb533
Merge pull request #27251 from seokho-son/sync-1.20-ko.7
...
[ko] Update outdated files in dev-1.20-ko.7 (p2)
2021-03-31 16:59:21 -07:00
Kubernetes Prow Robot
8cadfc4ffd
Merge pull request #27088 from maplain/service-internal-traffic-policy
...
Add documentation for Service InternalTrafficPolicy
2021-03-31 16:51:21 -07:00
Kubernetes Prow Robot
bfa3449b05
Merge pull request #27032 from robscott/topology-aware-hints
...
Adding documentation for Topology Aware Hints
2021-03-31 16:49:21 -07:00
Rob Scott
b9ec368cfc
Adding documentation for Topology Aware Hints
2021-03-31 15:28:48 -07:00
Arhell
c72828aadf
fix bind-address on scheduler
2021-04-01 01:28:21 +03:00
Fangyuan Li
66cb8f917d
Add documentation for Service InternalTrafficPolicy
2021-03-31 15:24:07 -07:00
Kubernetes Prow Robot
5fac89acb0
Merge pull request #27093 from pacoxu/init-container/behavior
...
init container image change or container GC will not restart Pod sinc…
2021-03-31 11:35:21 -07:00
Tim Bannister
eea1c895ac
Reinstate missing word
2021-03-31 19:31:02 +01:00
Rey Lejano
f03e3aca62
follow up csi migration of cinder vol plugin in PR 26992
2021-03-31 09:04:37 -07:00
Kubernetes Prow Robot
8b8650eff1
Merge pull request #27303 from rikatz/extend-net
...
Add pt translation for extend networking
2021-03-31 08:33:02 -07:00
Kubernetes Prow Robot
1c42751367
Merge pull request #26992 from jsafrane/cinder-migration-on
...
CSI migration of Cinder volume plugin is on by default
2021-03-31 07:49:02 -07:00
Kubernetes Prow Robot
c8acfdd5fb
Merge pull request #27092 from XudongLiuHarold/add-service-loadbalancer-class
...
Add documentation for Service LoadBalancerClass
2021-03-31 07:41:01 -07:00
Rey Lejano
d9bdc192a7
follow-up PR to update deprecation policy for k8s metrics originally in PR 27202
2021-03-31 05:26:19 -07:00
bryan
96ab2b0dac
resolve some format erros
2021-03-31 20:06:36 +08:00
wwgfhf
e77f730256
Update self-hosting.md
2021-03-31 20:05:29 +08:00
wwgfhf
12b9296906
Update kubelet-integration.md
2021-03-31 19:52:39 +08:00
wwgfhf
72d48798b0
Update high-availability.md
2021-03-31 19:41:33 +08:00
Francesco Romani
b4f485a6b0
Actualize podresources 1.21 ( #27203 )
...
* Actuallize podresources description
This commit updates description according to
https://github.com/kubernetes/enhancements/pull/1884
Update content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md
Signed-off-by: Alexey Perevalov <alexey.perevalov@huawei.com >
Co-authored-by: Tim Bannister <tim@scalefactory.com >
* podresources: document the new feature gate
Signed-off-by: Francesco Romani <fromani@redhat.com >
* device plugins: add clarifications after review
- fix the AllocatableResourcesResponse comment
- describe the NUMA ID and explain the meaning of the field.
Signed-off-by: Francesco Romani <fromani@redhat.com >
Co-authored-by: Alexey Perevalov <alexey.perevalov@huawei.com >
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-03-31 04:39:00 -07:00
wwgfhf
c50b15e440
Update container-runtimes.md
2021-03-31 19:36:25 +08:00
Han Kang
f9bacb20ae
add deprecation policy for k8s metrics ( #27202 )
...
* add deprecation policy for metrics
* Update content/en/docs/reference/using-api/deprecation-policy.md
Co-authored-by: Tim Bannister <tim@scalefactory.com >
* amend stability language given review comments
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2021-03-31 04:33:00 -07:00
wwgfhf
bc9a3a215e
Update kubespray.md
2021-03-31 19:27:20 +08:00
Kubernetes Prow Robot
9f72dcd127
Merge pull request #27183 from KobayashiD27/update-concepts/extend-kubernetes/api-extension/custom-resources
...
ja: Make docs/concepts/extend-kubernetes/api-extension/custom-resources.md follow v1.19 of the original text
2021-03-31 02:36:58 -07:00
Kubernetes Prow Robot
ba4914fdb2
Merge pull request #27170 from Arhell/col
...
[ja] fix column alignment
2021-03-31 02:36:58 -07:00
ooeunz
f6d44d37ac
Fixed broken link in content/en/blog/_posts/2019-11-26-cloud-native-java-controller-sdk.md
2021-03-31 16:56:27 +09:00
Luo Lan
ae1650b2db
add antrea in network addon list
2021-03-31 15:28:47 +08:00
KobayashiD27
0565b3bca4
Fix the pointed out sentence
2021-03-31 12:16:08 +09:00
Kobayashi Daisuke
fea85c8611
Update content/ja/docs/contribute/participate/_index.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com >
2021-03-31 11:52:13 +09:00
Kobayashi Daisuke
c8c2227d8c
Update content/ja/docs/contribute/participate/_index.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com >
2021-03-31 11:52:08 +09:00
Kobayashi Daisuke
a11be7c52d
Update content/ja/docs/contribute/participate/_index.md
...
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com >
2021-03-31 11:52:02 +09:00
Karen Bradshaw
fe2f1e2da6
fixup rc text
2021-03-30 21:03:57 -04:00
JIIOryo
9edbda7e81
Update: /ja/docs/concepts/storage/persistent-volumes.md
2021-03-31 09:44:55 +09:00
Tim Bannister
c3af732d1a
Fix docs for volume health monitoring
2021-03-31 00:53:04 +01:00
Arhell
f219e4e61a
[zh] update control-plane-flags.md to fix bind-address on scheduler
2021-03-31 01:49:46 +03:00
Kubernetes Prow Robot
fd721b8e95
Merge pull request #26970 from jiahuif/feature/leader-migration/task
...
(KEP-2436) Task: Controller Manager Leader Migration
2021-03-30 15:30:58 -07:00
Indeed
063edc95c7
add link to leader migration
...
to the "cloud controller manager" concept.
2021-03-30 13:41:41 -07:00
Indeed
a7fdd13090
(KEP-2436) task: Controller Manager Leader Migration.
2021-03-30 13:41:41 -07:00
Kubernetes Prow Robot
6bff481ebc
Merge pull request #27330 from oomichi/redirect-kubeadm-pl
...
pl: Replace redirect links of kubeadm
2021-03-30 10:51:59 -07:00