Chuck Wilson
4d9cbb7797
Fix minor typo
2020-12-03 12:36:42 -05:00
Kubernetes Prow Robot
d6636e50c2
Merge pull request #24474 from sftim/20201010_clarify_api_versions_redux
...
Tweak docs about Kubernetes API versions
2020-12-03 08:51:00 -08:00
Kubernetes Prow Robot
a3d4a4066b
Merge pull request #25357 from EmilyM1/metrics-for-k8-system-component
...
metrics for kubernetes system component
2020-12-03 02:21:00 -08:00
Shekhar Prasad Rajak
df69d3c354
Cron schedule syntax and examples added
...
removed the reboot entry, since it is non standard scheudle syntax and not related to cron syntax for scheduling
2020-12-03 13:43:23 +05:30
Andrew Sy Kim
924acf8e5b
add feature gate docs for KubeletCredentialProviders
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2020-12-02 19:53:52 -05:00
Andrew Sy Kim
dbdde629c8
Add docs for configuring kubelet credential provider plugins
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2020-12-02 19:53:52 -05:00
Emily Moss
ee5a0df6ad
remove text fragment
2020-12-02 15:30:05 -08:00
Kubernetes Prow Robot
29801cc8e4
Merge pull request #25340 from gavinfish/zone-revise
...
Revise running in multiple zones
2020-12-02 15:15:00 -08:00
Adam Jacob
f2a9a3ef81
Explain the insecure by default nature of secrets
...
This PR adds a paragraph explaining the insecure by default nature of k8s secrets, and points users at the documentation to turn on encryption at rest and RBAC.
I think a second page needs to be created showing the correct combination of RBAC rules for various cases, which should eventually replace the link to the RBAC documentation.
2020-12-02 12:49:02 -08:00
ying
8e0973b22b
Update md format to make it more easier to read
...
Before the changes, the statement of the set-values messed up together, so it is hard to read it out clearly.
2020-12-02 23:59:14 +08:00
Kubernetes Prow Robot
6f0128c21f
Merge pull request #24897 from tengqm/zh-resync-secret
...
[zh] Resync docs/concepts/configuration/secret.md
2020-12-02 05:40:50 -08:00
RA489
2abce40d08
add code formatting to commands in expose-external-ip-address tutorial
2020-12-02 14:55:14 +05:30
Kubernetes Prow Robot
f2a78fa5d5
Merge pull request #23119 from devries/statefulset-mysql-language
...
Replace master/slave with primary/replica in MySQL StatefulSet example
2020-12-02 01:04:50 -08:00
Hrishikesh Barua
43d071e8eb
Corrected the field names in the secret
2020-12-02 14:25:30 +05:30
Jie Shen
a6e8f8bca1
Revise multiple zones
2020-12-02 12:52:30 +08:00
Andrew Sy Kim
d591f7e3bc
add docs for EndpointSlice conditions
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2020-12-01 22:33:35 -05:00
Andrew Sy Kim
5a67cf2681
fix trailing spaces in endpointslice doc
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2020-12-01 22:32:37 -05:00
Kubernetes Prow Robot
21c05e4fb7
Merge pull request #24906 from derekwaynecarr/memory-backed-size
...
Document SizeMemoryBackedVolumes feature for 1.20
2020-12-01 10:56:51 -08:00
Derek Carr
af239416bf
Document SizeMemoryBackedVolumes feature for 1.20
2020-12-01 13:22:10 -05:00
Kubernetes Prow Robot
5307e266bb
Merge pull request #24904 from derekwaynecarr/hugepages-downward-api
...
Add documentation for downward API hugepages
2020-12-01 08:58:50 -08:00
Anderson Gama
f4e15f337f
Update docker-cli-to-kubectl.md
2020-12-01 13:56:50 -03:00
Derek Carr
6b4ab17902
Add documentation for downward API hugepages
2020-12-01 11:07:35 -05:00
RA489
0a2ec705b9
Update hello minikube tutorial intro page
2020-12-01 12:51:38 +05:30
Anna Jung (VMware)
1890273af0
Update documenting a feature for a release doc
...
Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com >
2020-11-30 19:17:37 -06:00
Kubernetes Prow Robot
53def8da4f
Merge pull request #25228 from andrewsykim/disable-lb-node-ports
...
add docs for service.spec.allocateLoadBalancerNodePorts
2020-11-30 16:52:50 -08:00
Tim Bannister
84fbb5db42
Use appropriate name for control plane in kubeadm reference ( #24990 )
...
* Replace several references to “master”
* Revise parameter for kubeadm join
2020-11-30 09:54:52 -08:00
Kubernetes Prow Robot
64ebeb3645
Merge pull request #25313 from ausias-armesto/ausias-armesto-wrong-spelling
...
Wrong Spelling
2020-11-30 08:30:50 -08:00
Kubernetes Prow Robot
7dc04b488c
Merge pull request #25198 from bl-ue/bl-ue/fix-broken-link
...
Fix broken link
2020-11-30 08:26:50 -08:00
ausias-armesto
0c858f8813
Wrong participate
2020-11-30 13:38:40 +01:00
Shubham Chauhan
2ec4b1d550
Adding AKO (Avi Kubernetes Operator) to the list of ingress controllers
2020-11-30 17:36:01 +05:30
keshy
f3107d250b
Update content/en/docs/reference/kubectl/cheatsheet.md
...
Ack on recommended change.
Co-authored-by: Tim Bannister <tim@scalefactory.com >
2020-11-29 23:37:13 -08:00
Kubernetes Prow Robot
ec9bfbd16e
Merge pull request #25292 from michielvangendt/patch-1
...
Fix link to CSI ephemeral volumes
2020-11-29 13:36:48 -08:00
Kubernetes Prow Robot
79a60308e9
Merge pull request #24921 from roycaihw/apiserver-identity
...
document kube-apiserver identity
2020-11-29 10:56:48 -08:00
Andrew Sy Kim
9949da14ca
add feature gate docs for ServiceLBNodePortControl
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2020-11-28 09:58:42 -05:00
Andrew Sy Kim
acb476bec4
add docs for service.spec.allocateLoadBalancerNodePorts
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2020-11-28 09:58:42 -05:00
Michiel Van Gendt
01d4a0a4dd
Fix link to CSI ephemeral volumes
2020-11-28 12:43:49 +01:00
keshy
b752ca0690
Update cheatsheet.md
...
Added another useful command for obtaining shell access to a running k8s pod.
2020-11-27 11:40:28 -08:00
Tim Bannister
53739e7997
Revise ingress controller list
...
- note that AWS load balancer integration is now in-project
- sort alphabetically
- link to documentation for the product
- revise wording to always describe the ingress controller rather than
the service / product that the ingress controller integrates with
2020-11-27 19:19:46 +00:00
Kubernetes Prow Robot
c26fe7e49f
Merge pull request #25255 from shuuji3/patch-4
...
Fix the text in the Mermaid diagram on the reference/access-authn-authz/authentication/ page
2020-11-27 09:46:47 -08:00
Saintmalik
cbffc023e9
Fix broken url in docs
2020-11-27 04:27:04 +00:00
TAKAHASHI Shuuji
2bc7fbad27
Fix the text in the authorization diagram
2020-11-26 19:09:42 +09:00
Weiping Cai
9e9bb44eeb
clairfy pod phase Terminating
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io >
2020-11-26 17:12:08 +08:00
Antonio Ojea
e1bd7c0950
expand nodelocaldns docs with IPv6
2020-11-26 09:06:31 +01:00
Kubernetes Prow Robot
a8efcda498
Merge pull request #25125 from L3o-pold/patch-1
...
Improve Taints and Tolerations example
2020-11-25 21:50:19 -08:00
Kubernetes Prow Robot
cb802d23b1
Merge pull request #25147 from timhughes/patch-1
...
Updates links to Dex
2020-11-25 21:46:19 -08:00
Kubernetes Prow Robot
27ca111c09
Merge pull request #25194 from ymmt2005/patch-2
...
Add Coil CNI to networking.md
2020-11-25 21:42:19 -08:00
Qiming Teng
72a2bafb47
[zh] Resync docs/concepts/configuration/secret.md
2020-11-26 13:36:27 +08:00
Kubernetes Prow Robot
861a8fa676
Merge pull request #25246 from nate-double-u/24049-add-success-threshold-default-value
...
Updating docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes
2020-11-25 18:20:19 -08:00
Nate W
f205837b9a
Updating docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes
...
Adding the successThreshold default value of startupProbe in the Configure Probes section.
fixes: https://github.com/kubernetes/website/issues/24049
Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com >
2020-11-25 17:29:21 -08:00
Kubernetes Prow Robot
a10fb8d3ef
Merge pull request #25181 from shuuji3/en/replace-openid-diagram-with-mermaid
...
Replace the sequence diagram on authentication page using Mermaid
2020-11-25 16:54:20 -08:00