Kubernetes Prow Robot
8fb9c90efb
Merge pull request #25950 from saintmalik/patch-1
...
Fix broken url in docs
2021-01-11 09:46:25 -08:00
Kubernetes Prow Robot
55d19775fc
Merge pull request #26003 from baczus/network_plugins/summary
...
Network Plugins: Add missing plugin to the summary section
2021-01-11 09:38:25 -08:00
Kubernetes Prow Robot
1b6cffe177
Merge pull request #26017 from andrzejsydor/patch-3
...
Update cheatsheet.md (Add --sort-by option for `top` command)
2021-01-11 09:32:25 -08:00
Anastas Dancha
4076cf0b0b
Update cheatsheet.md
...
adding example for decoding secret ".data" without relying on external CLI tools
2021-01-11 19:34:31 +03:00
Qiming Teng
2879377f15
Fix examples in kustomization
2021-01-11 09:31:50 +08:00
Wen Ming
ea55456454
Merge branch 'master' into patch-1
2021-01-11 09:00:07 +08:00
Qiming Teng
3173093b96
Fix a typo in persistent volumes pages
2021-01-10 15:24:51 +08:00
Kubernetes Prow Robot
3a5d246bcf
Merge pull request #25822 from peymanslh/cotainerd_deb
...
Add containerd installation on Debian
2021-01-09 07:01:05 -08:00
Kubernetes Prow Robot
83879e9f7d
Merge pull request #25935 from carlory/deprecate-kubeadm-alpha-in-1.21
...
kubeadm: remove deprecated alpha commands
2021-01-09 06:07:05 -08:00
Kubernetes Prow Robot
ebc5a71c51
Merge pull request #24959 from shubhamavi/patch-1
...
Adding AKO (Avi Kubernetes Operator) to the list of ingress controllers
2021-01-09 04:03:05 -08:00
Naoki Oketani
f5f40c16f9
clean up too old comments for v1.9 or before in examples
2021-01-09 16:13:00 +09:00
Wen Ming
ad119319cc
Update ingress-controllers.md
...
add Apache APISIX ingress controller
2021-01-09 14:39:47 +08:00
ydFu
7eb46bb8c6
Document kubeadm for RHEL 8
...
* Add forward compatibility RHEL / CentOS to the list of supported platforms.
2021-01-09 12:17:25 +08:00
ydFu
1b70e98626
Add the code blocks in authorization.md
...
* Add the code blocks in the Markdown spec to make it easy to read.
* Add description that distinguish between **command** and **output** make it easy to read.
* Adjust description in Kubernetes components for smoother reading.
Signed-off-by: ydFu <ader.ydfu@gmail.com >
2021-01-09 11:57:24 +08:00
carlory
e4ac283321
deprecate kubeadm alpha kubeconfig in 1.21
2021-01-09 11:10:50 +08:00
Charly Rippenkroeger
e72ec8fbd0
Update misleading documentation
...
Update misleading information that HTTPS is required and link to self-documented code to find more edge-case configuration options
2021-01-08 13:40:07 -06:00
andrzejsydor
1537aa20a2
Update cheatsheet.md (Add --sort-by option for top command)
...
Update cheatsheet.md (Add --sort-by option for `top` command)
2021-01-08 20:18:56 +01:00
Edward Rosen
284d725ee0
Update rbac.md
...
I added a <br> after the end of the third bullet and backed out all of the other changes I suggested in the original pull request. I think this better matches the author's original intent. The only difference now between what's currently published and this edit is the line break coded after the third bullet.
2021-01-08 14:10:01 -05:00
Kubernetes Prow Robot
a66af45c21
Merge pull request #25871 from ydFu/patch-1
...
Add content in init-containers.md
2021-01-08 10:02:29 -08:00
Chintan Thakker
a0b3e72851
Update EnRoute entry
2021-01-08 09:08:32 -08:00
Kubernetes Prow Robot
8260261d9e
Merge pull request #25567 from lostsquirrel/patch-8
...
Add missing word
2021-01-08 07:32:54 -08:00
Ader
177a1318ed
Fix some typo in runtime-class.md .
...
Uniform case and adjustment description for smoother writing.
Signed-off-by: ydFu <ader.ydfu@gmail.com >
2021-01-08 20:02:10 +08:00
Ajay
27ceb5928a
rephrased as suggested by tengqm
...
Co-authored-by: Qiming Teng <tengqim@cn.ibm.com >
2021-01-08 11:48:48 +05:30
Guangwen Feng
3ec2a6d5aa
Fix typo
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com >
2021-01-08 13:23:32 +08:00
Kubernetes Prow Robot
253d6ab66d
Merge pull request #25575 from timosmit/patch-1
...
Fixed link to configuring cgroup driver on control-plane node
2021-01-07 18:55:55 -08:00
Kubernetes Prow Robot
797ceee889
Merge pull request #25995 from ansd/fix-debug-pod-name
...
Fix pod name
2021-01-07 18:26:53 -08:00
Ajay
0be35d69dd
Update garbage-collection.md
2021-01-08 07:37:03 +05:30
baczus
9831c0080f
Add missing plugin to the summary section
2021-01-07 23:11:32 +01:00
Kubernetes Prow Robot
89e11bc21f
Merge pull request #25682 from EricMountain/patch-1
...
Scheduling plugins: fix typo for clarity
2021-01-07 13:20:52 -08:00
Kubernetes Prow Robot
c403c99ed5
Merge pull request #25934 from Cweiping/feature/upgrade_kubelet_eviction_hard_flags_of_inodeFree
...
upgrade kubelet --eviction-hard default inodeFree
2021-01-07 11:40:53 -08:00
Kubernetes Prow Robot
607020798d
Merge pull request #25462 from bl-ue/patch-3
...
Update grammar in Docker deprecation blog posts
2021-01-07 11:02:53 -08:00
Naoki Oketani
e1f2ddd4f8
Fix a broken link in pod-overhead.md
2021-01-07 23:09:04 +09:00
Konrad Delong
3d23d1799b
fixes explanation for --[hpa]-stabilization
...
The current explanation is misleading (for example: for consistently decreasing resource usage, the HPA stabilization does not impact the frequency of its actuation). This has confused users recently ( https://github.com/kubernetes/kubernetes/issues/96671 )
2021-01-07 10:40:49 +01:00
David Ansari
fc159daa17
Fix pod name
2021-01-07 10:29:58 +01:00
Weiping Cai
7c5709242b
upgrade kubelet --eviction-hard default inodeFree
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
2021-01-07 15:35:02 +08:00
Guangwen Feng
1e2afdf6f7
Fix typo
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com >
2021-01-07 14:25:55 +08:00
Oliver L Schoenborn
26300785f5
Clarify binaryData handling by kubectl create and describe
2021-01-06 21:33:07 -05:00
Ajay
c15a08afd1
Fixed deprecated delete cascade 'false' value
...
`kubectl delete --cascade=false` is now deprecated in favor of `kubectl delete --cascade=orphan`
2021-01-07 07:45:11 +05:30
SaintMalik
f5b9d5dafe
Update disruptions.md
2021-01-06 19:59:02 +01:00
Kubernetes Prow Robot
8fea26ecba
Merge pull request #25969 from ydFu/add-code-blocks-in-configure-service-account
...
Add Code blocks in configure-service-account.md
2021-01-06 07:37:52 -08:00
Kubernetes Prow Robot
d897a03b38
Merge pull request #25965 from NillsF/patch-1
...
Network Policy: Add clarity about egress/ingress combination
2021-01-06 04:51:51 -08:00
ydFu
8a479c01e8
Add Code blocks in configure-service-account.md
...
* Add Code blocks in the Markdown spec to make it easy to read.
* Uniform case and adjustment description for smoother writing.
Signed-off-by: ydFu <ader.ydfu@gmail.com >
2021-01-06 11:06:12 +08:00
Chintan Thakker
9c94fb01bc
Add EnRoute as an option
...
EnRoute is an actively maintained API Gateway Ingress controller built on [Envoy Proxy](https://envoyproxy.io/community.html ). It is an [OSS project](https://github.com/saarasio/enroute ) that includes support for advanced rate-limiting in the [community edition](https://getenroute.io/features ).
2021-01-05 18:20:49 -08:00
Kubernetes Prow Robot
6a2a6398ed
Merge pull request #25937 from pokerfaceSad/patch-1
...
Modify words that may cause ambiguity in device-plugins.md
2021-01-05 12:17:59 -08:00
Roman Marusyk
0245ad3aad
Remove too old content
2021-01-05 20:57:13 +02:00
Nills Franssens
7277714c8f
Add clarity about egress/ingress combination
...
In reference to https://github.com/kubernetes/kubernetes/issues/97489
Add clarity in the documentation about the case of having an egress and ingress policy where one is blocking and the other is allowing.
2021-01-05 09:14:10 -08:00
Kubernetes Prow Robot
c7f5615cac
Merge pull request #25924 from Alpenbelieve/master
...
Fix the score value in docs/concepts/scheduling-eviction/resource-bin-packing.md
2021-01-05 08:25:59 -08:00
SaintMalik
a7fd0c9ef7
Update disruptions.md
2021-01-05 16:53:58 +01:00
ydFu
8d50a4c4d7
Add Code blocks in limit-storage-consumption.md
...
* Add Code blocks in the Markdown spec to make it easy to read.
Signed-off-by: ydFu <ader.ydfu@gmail.com >
2021-01-05 11:58:16 +08:00
SaintMalik
49675afab8
Fix broken url in docs
...
## Summary
Easy navigation and easy reading for others
2021-01-05 04:47:39 +01:00