Kubernetes Prow Robot
449a4a2634
Merge pull request #26735 from liggitt/admission-alpha
...
Clarify stability level of admission plugins
2021-02-27 09:50:39 -08:00
Jordan Liggitt
4103230c18
Clarify stability level of admission plugins
2021-02-27 12:46:20 -05:00
Kubernetes Prow Robot
240251b001
Merge pull request #26755 from jailton/en/docs/tutorials
...
Update Deploy App Tutorial to use the "control plane" terminology.
2021-02-27 09:40:38 -08:00
Jailton Lopes
e78c03800a
Update Tutorial Deploy App to use the "control plane" terminology.
...
* Update page content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html
* Update image content/en/docs/tutorials/kubernetes-basics/public/images/module_02_first_app.svg
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-02-27 13:44:20 -03:00
Jens Heinrich
e864d7f3ca
Fix sentence
...
Add missing verb
2021-02-27 15:37:33 +01:00
Naoki Oketani
9d644accea
chore: fix an invalid location.hash
2021-02-27 22:24:45 +09:00
Richard Li
bc023f265c
add blog post on using kubectl annotate for human service discovery
2021-02-27 07:03:42 -05:00
ChandaniM123
65de0bda77
Merge remote-tracking branch 'upstream/master' into dev-1.21
2021-02-26 20:30:32 -05:00
Ricardo Katz
c0bb986cd6
Add review suggestions
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-02-26 17:34:57 -03:00
Abdullah Gharaibeh
05e03289a9
ttlafterfinish to beta
2021-02-26 14:52:47 -05:00
Sibi Prabakaran
6a246ed922
docs: Update the name of the secret in the output
...
I found it confusing that the name of secret is different that the one created. Hopefully this helps.
2021-02-26 16:02:46 +05:30
Cristian Klein
79113f3f68
Change to inclusive naming
...
See https://inclusivenaming.org/ on why "multi-master" should be avoided.
2021-02-26 10:32:30 +01:00
Shu Muto
de1b4d7635
Fix `Source files` in localization document.
...
Fix `Source files` section in localization document, and remove {{< release-branch >}} variable
due to `release-1.20` branch does not exist.
- improve sentence
- Fix latest branch for latest version
- Add description if latest branch does not exist
- Describe about master branch
- Apply suggestions from code review
- Unify `development branch` to` localization branch`
- Remove description for switching upstream branch
- Add description for switching upstream
- Also, add description for merging to master and new release branch.
Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Seokho Son <shsongist@gmail.com>
2021-02-26 13:56:24 +09:00
Kubernetes Prow Robot
8de202cfa1
Merge pull request #26580 from kbhawkey/update-style-extraneous-words
...
update style guide (insensitive words)
2021-02-25 13:48:15 -08:00
Kubernetes Prow Robot
18f3eae6ef
Merge pull request #26707 from veyu/patch-2
...
Clarify syntax requirements for label value
2021-02-25 13:36:16 -08:00
Ricardo Pchevuzinske Katz
a799505a5e
Add netpol endport documentation before release
2021-02-25 14:37:40 -03:00
Aditi Sharma
6d48be986b
Update pod-infra-container-image description
...
Update kubelet flag pod-infra-container-image description
2021-02-25 17:16:19 +05:30
Neha Viswanathan
41220636ec
Migrate https://kubernetes.io/docs/concepts/cluster-administration/certificates/ to tasks section
2021-02-24 18:33:38 -08:00
Kubernetes Prow Robot
58aef59d6c
Merge pull request #26097 from alculquicondor/patch-1
...
Remove indication that a failed scheduling attempt removes the Pod
2021-02-24 17:41:25 -08:00
veyu
bd55d498df
Clarify requirements for label value syntax
2021-02-24 18:58:22 +01:00
BITLIU
6b092d7548
Update deprecated URL
...
update https://www.haproxy.org/download/1.5/doc/proxy-protocol.txt to https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
2021-02-24 18:10:28 +08:00
Juampy NR
ce8d33face
Add example to restore snapshot
2021-02-24 10:22:38 +01:00
Kubernetes Prow Robot
e44726958e
Merge pull request #26645 from jailton/en/kubernetes-basics/create-cluster
...
Update content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html to to use the "control plane" terminology
2021-02-24 01:20:50 -08:00
Kubernetes Prow Robot
20f9d28a03
Merge pull request #26644 from jailton/en/docs/tutorials
...
Update diagram docs/tutorials/kubernetes-basics/public/images/module_01_cluster.svg
2021-02-24 01:18:50 -08:00
Juampy NR
a7c7662fb9
Demonstrate how to use secure communication
2021-02-24 10:06:02 +01:00
Hagai Ovadia
211fe0cb06
Update client-libraries.md
...
New maintainer of kubernetes scala client - skuber.
2021-02-24 08:38:10 +02:00
Michael Washer
4875e21a48
Resolve Control Plane misnaming
2021-02-24 16:00:18 +13:00
Kubernetes Prow Robot
3e2731b564
Merge pull request #26465 from perithompson/patch-1
...
Added limitation with windows network services
2021-02-23 10:38:34 -08:00
diegonuevo
072ac32064
Corrected Docker(shim) UNIX domain socket file
...
This page listed `/var/run/docker.sock` as the UNIX domain socket path for the Docker container runtime, but it's actually `/var/run/dockershim.sock`, as the kubelet documentation indicates as the default value for the `--container-runtime-endpoint` argument:
https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
The socket file specified (`/var/run/docker.sock`) is where the Docker daemon listens for requests for the Docker API, not the CRI interface.
2021-02-23 16:28:08 +01:00
chenxuc
9548c08e17
List operator tools in alphabetical order
...
This is to update operator web page to
list operator tools in alphabetical order as well as other
minor improvements.
2021-02-23 18:26:00 +08:00
raghvenders
2b6074e8ed
changes
2021-02-22 19:13:26 -06:00
Michael Taufen
a0d509156d
Update ServiceAccountIssuerDiscovery docs for GA
2021-02-22 12:51:00 -08:00
Jailton Lopes
9068e70716
Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
...
Update page port-forward-access-application-cluster.md to use MongoDB
examples instead of Redis examples
Commit 99029b9
removes the Redis examples.
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-02-21 20:18:25 -03:00
Kubernetes Prow Robot
641e7c061c
Merge pull request #26651 from Billy-The-Squid/patch-1
...
Fix broken link
2021-02-21 11:53:42 -08:00
Kubernetes Prow Robot
b7fd9bc6e2
Merge pull request #26564 from tengqm/fix-26542
...
Fix links to etcd public documentation
2021-02-21 10:43:42 -08:00
Kubernetes Prow Robot
7a8dc0b56a
Merge pull request #26635 from gochist/update-l10n
...
Describe helper scripts for localization
2021-02-21 10:03:44 -08:00
Michael Washer
89d90304c6
Update container-environment.md with fix about service environment variables not being cluster-wide
2021-02-21 18:14:06 +13:00
Will Hanstedt
d042a1a687
Fix broken link
...
Attempt to resolve issue #26641 . Redirected the "CoreOS' original article" link to an archived version of the article.
2021-02-20 23:57:53 -05:00
Jailton Lopes
25a21cb87a
Update content/en/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html to to use the "control plane" terminology
...
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-02-20 16:17:31 -03:00
Jailton Lopes
f381ec8dc3
Update docs/tutorials/kubernetes-basics/public/images/module_01_cluster.svg to to use the "control plane" terminology
...
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-02-20 16:04:00 -03:00
Kubernetes Prow Robot
843be43d2a
Merge pull request #26616 from mharen/patch-1
...
updated labels for cli command in the PHP Guestbook tutorial
2021-02-20 05:29:42 -08:00
Zhizhen He
682d3c2550
Rephrase the sentence
2021-02-20 16:47:02 +08:00
June Yi
27013dfbf5
Describe helper scripts for localization
2021-02-20 12:13:36 +09:00
Kubernetes Prow Robot
0f455192c1
Merge pull request #26630 from reylejano/merged-master-dev-1.21
...
Merge master into dev 1.21 - 2/19/21
2021-02-19 16:39:41 -08:00
Mike Patterson
67a342aae3
Update certificate-signing-requests.md
...
Maintain original docs `/home/vagrant/work/`working directory to be consistent.
2021-02-19 13:18:53 -08:00
Jailton Lopes
1077ed896f
Add glossary tooltip for “API server” to Resource Quotas concept
...
Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-02-19 17:42:50 -03:00
Rey Lejano
736139e3e7
Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 2/19/21
2021-02-19 12:23:22 -08:00
Tim Allclair
ce2e5f8796
Add PSP to the deprecation guide
2021-02-19 12:19:07 -08:00
Kubernetes Prow Robot
bbf5e901ad
Merge pull request #26607 from pacoxu/patch-3
...
VolumeSubpath is GA since 1.10
2021-02-18 18:38:24 -08:00
Kubernetes Prow Robot
5b28c549d9
Merge pull request #25955 from georgettica/patch-1
...
fix(advanced-scheduling): space fixes
2021-02-18 10:42:51 -08:00
Michael H
765e98db54
updated labels for cli command
2021-02-18 11:13:01 -05:00
Naoki Oketani
e038da9e5e
chore: fix an invalid location.hash
2021-02-18 19:19:56 +09:00
Paco Xu
037e767445
VolumeSubpath is GA since 1.10
...
https://github.com/kubernetes/kubernetes/issues/60813
2021-02-18 16:38:55 +08:00
Mike Patterson
6a166cf511
Update content/en/docs/reference/access-authn-authz/certificate-signing-requests.md
...
Co-authored-by: Irvi Aini <7439590+irvifa@users.noreply.github.com>
2021-02-17 17:34:31 -08:00
marosset
8cb0137b7c
Updating containerd on Windows install steps to add Defender Exclusion
2021-02-17 11:51:05 -08:00
Jordan Liggitt
1711809472
Fix API group typo
2021-02-17 10:39:42 -05:00
Kubernetes Prow Robot
d07618a2bd
Merge pull request #26483 from liggitt/1-22-migration-guide
...
Add page listing removed beta versions, replacements, and notable changes
2021-02-17 07:31:06 -08:00
Tim Allclair
f65f808fb2
Mark PSP deprecated in the docs
2021-02-16 16:39:43 -08:00
Karen Bradshaw
e13661c5fe
update style guide
2021-02-16 19:14:13 -05:00
Tim Allclair
6645f390f6
Remove "defalut" from the baseline policy name
2021-02-16 11:36:36 -08:00
AliRezaTaleghani
5316aaf207
Update cheatsheet.md
...
fix CLA sign
2021-02-16 20:09:06 +01:00
AliRezaTaleghani
21100c15ee
Update cheatsheet.md
...
activate CLA
2021-02-16 20:01:07 +01:00
AliRezaTaleghani
c3245e47d7
Update cheatsheet.md
...
adding blank space between examples
2021-02-16 19:56:24 +01:00
AliRezaTaleghani
c8d58f3d52
Update cheatsheet.md
...
adding a custom output to format output by listing Images per Pod in table.
2021-02-16 19:48:47 +01:00
Kubernetes Prow Robot
7a8ef52dfe
Merge pull request #26565 from tengqm/fix-26494
...
Fix dockerhub API URL
2021-02-16 02:27:05 -08:00
Kubernetes Prow Robot
9853323dcc
Merge pull request #25998 from CKchen0726/labels_annotations_taints
...
Revise the page to accurately document the well-known labels, annotations and taints
2021-02-15 20:29:05 -08:00
Qiming Teng
18c22d133e
Fix dockerhub URL
2021-02-16 12:17:57 +08:00
Qiming Teng
3b916b3366
Drop outdated information from the page
2021-02-16 11:31:31 +08:00
Qiming Teng
9cac41b0a8
Fix links to etcd official documentation
2021-02-16 11:29:50 +08:00
Qiming Teng
092cbba2c3
Wrap long lines and fix the indentation of lists
2021-02-16 10:56:50 +08:00
Suhel Khan
b4cb812a1d
Update horizontal-pod-autoscale.md
...
With `v2beta2` controller can take replication decision on memory and custom metric utilisation as well.
2021-02-15 11:14:18 +05:30
Akshay Hiremath
667b5cfd24
Fix coreos Operator pattern broken link
...
Operator Pattern link was pointing to https://coreos.com/operator . This link was redirecting to the openshift.com homepage.
Provided new link on openshift.com pointing to Operator Pattern documentation.
2021-02-14 23:36:09 -05:00
Kubernetes Prow Robot
5b36e35415
Merge pull request #26528 from xlgao-zju/patch-1
...
fix for how to enable flowcontrol.apiserver.k8s.io/v1alpha1
2021-02-14 16:47:05 -08:00
Kubernetes Prow Robot
2955360c8e
Merge pull request #26500 from n0rad/patch-1
...
Update control-plane-flags.md to fix bind-address on scheduler
2021-02-14 16:29:05 -08:00
Jordan Liggitt
ec4df0f2cf
Address review comments
2021-02-14 15:50:12 -05:00
Xianglin Gao
0ac2e87d87
Update flow-control.md
...
tiny for how to enable flowcontrol.apiserver.k8s.io/v1alpha1
2021-02-14 16:35:35 +08:00
Kubernetes Prow Robot
17660852a8
Merge pull request #26491 from asoorm/patch-1
...
Tyk Operator list of 3rd party ingress controllers
2021-02-13 19:41:04 -08:00
Arnaud Lemaire
c44f397eb8
Update control-plane-flags.md
2021-02-13 23:19:44 +01:00
Max Leonov
9101931018
Update control-plane-node-communication.md
...
minor edits to improve readability
2021-02-13 19:58:37 +01:00
Jordan Liggitt
6a6fc841d4
Add page listing removed beta versions and notable changes
2021-02-13 12:03:03 -05:00
Kubernetes Prow Robot
fdcda624b3
Merge pull request #26474 from shahincsejnu/master
...
fixed some typos and grammatical mistakes
2021-02-13 08:03:05 -08:00
sibucan
f58d7b5d1a
Mention time range where kubelet might renew cert
...
The docs don't mention when the kubelet will attempt to renew a cert,
which causes concern when one notices that certain certificates are being
renewed and others are not. Adding the time frame adds certainty, so that
if an user notices a kubelet cert expiring in less than 30d, they know
something is misconfigured and should be looked at.
2021-02-13 10:16:43 -05:00
Sahadat Hossain
0c7f918653
Update api-concepts.md
2021-02-13 17:26:38 +06:00
Sahadat Hossain
4a0574a083
Update authentication.md
2021-02-13 17:19:13 +06:00
Sahadat Hossain
ee8e67ce9a
Update controlling-access.md
2021-02-13 17:18:20 +06:00
Ahmet Soormally
4e8a898912
Tyk Operator list of 3rd party ingress controllers
...
One more ingress Controller to add to the list of 3rd party Ingress providers.
2021-02-13 09:42:00 +00:00
Kubernetes Prow Robot
12dd36ef3d
Merge pull request #26488 from ChandaniM123/merged-master-dev-1.21
...
Merged master into dev 1.21 - 2/12/21
2021-02-13 00:41:04 -08:00
ChandaniM123
bfcea97d39
Merge remote-tracking branch 'upstream/master' into dev-1.21
2021-02-12 20:05:18 -05:00
Max
ce8395deda
Update nodes.md
...
minor punctuation changes to improve readability
2021-02-12 21:22:20 +01:00
Sahadat Hossain
11f542a599
Update authentication.md
2021-02-12 22:38:11 +06:00
Sahadat Hossain
5ad27062f6
Update content/en/docs/reference/access-authn-authz/authentication.md
...
Co-authored-by: Irvi Aini <7439590+irvifa@users.noreply.github.com>
2021-02-12 22:33:37 +06:00
Sahadat Hossain
a93938b00e
Update content/en/docs/reference/using-api/api-concepts.md
...
Co-authored-by: Irvi Aini <7439590+irvifa@users.noreply.github.com>
2021-02-12 22:33:16 +06:00
Kubernetes Prow Robot
0a0dc4de36
Merge pull request #25022 from chiehmin/add-parition-field-for-ebs
...
docs: add partition field for EBS
2021-02-12 07:41:09 -08:00
wojtekt
507dc0aa20
Promote immutable secrets and configmaps to GA
2021-02-12 16:11:40 +01:00
Naoki Oketani
69e0994fb0
chore: fix a broken link "FrameworkHandle"
2021-02-12 21:40:39 +09:00
Sahadat Hossain
2ae6da3c19
Merge branch 'master' into master
2021-02-12 17:04:39 +06:00
sahadat_hossain
c0770869ff
fixed some grammatical mistakes
2021-02-12 16:57:50 +06:00
Kubernetes Prow Robot
d5105b529e
Merge pull request #26464 from oke-py/style
...
style: separate commands from output
2021-02-12 02:10:47 -08:00
Kubernetes Prow Robot
d99604bbaf
Merge pull request #26471 from mccricardo/fix/missing-end
...
fix: add missing end
2021-02-12 02:08:47 -08:00
sahadat_hossain
2c942aeb79
fixed grammatical mistake
2021-02-12 15:27:01 +06:00
Kubernetes Prow Robot
e512e4ef78
Merge pull request #25619 from zwindler/patch-1
...
fix: errors in base64 and sed commands
2021-02-12 01:10:47 -08:00
sahadat_hossain
d053563e8b
fixed some typos and grammatical mistakes
2021-02-12 14:53:34 +06:00
sahadat_hossain
58c3f18336
fixed some typos and grammatical mistakes
2021-02-12 12:36:36 +06:00
kakarotbyte
72d6fb8cd1
Update service.md
...
The VPC CIDR was switched to Subnet CIDR. Reason why This was changed is because exposing entire VPC CIDR in the SG might have been consider as security threat.
So updating the Document.
Code referenece
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/legacy-cloud-providers/aws/aws.go#L4008
2021-02-11 16:03:49 -06:00
Kubernetes Prow Robot
9afb531553
Merge pull request #26458 from pierrchen/runtimeclass
...
security: add container runtime class as an option to provider extra container security
2021-02-11 06:32:16 -08:00
Ricardo Castro
f141a3c414
fix: add missing end
2021-02-11 13:16:12 +00:00
Kubernetes Prow Robot
632bd32bb5
Merge pull request #26456 from eTimS/patch-2
...
Minor - Systemd enable command to enable CRI-O at boot time
2021-02-11 04:00:16 -08:00
Miguel Angel Garcia
a6eb08d778
fix cronjob code for examples
2021-02-11 12:24:35 +01:00
Naoki Oketani
e13caad951
fix an invalid location.hash
2021-02-11 20:04:59 +09:00
Peri Thompson
52920a9a85
Added limitation with windows network services
2021-02-11 10:32:24 +00:00
Naoki Oketani
e0e68de173
style: separate commands from output
2021-02-11 18:29:01 +09:00
Kubernetes Prow Robot
734865fb71
Merge pull request #26412 from ydFu/fix-url-issue-26382
...
Fail links in compute-device-assignment.md
2021-02-10 23:22:16 -08:00
Kubernetes Prow Robot
107f4a7d73
Merge pull request #26452 from jacksgt/patch-1
...
Clarify selection of default HPA scaling policy
2021-02-10 23:20:15 -08:00
Jack Henschel
a33e903e3a
Clarify selection of default HPA scaling policy
...
Without first mentioning where the number 40 is coming from, it was a bit unclear why 40 would be the threshold value for policy selection in this case.
I hope this patch clarifies it.
2021-02-11 09:03:54 +02:00
Bin Chen
9a3347cd2d
security: add container runtime class as an option to provider extra container security
2021-02-11 10:41:08 +11:00
eTimS
f4a96f4e7c
Update content/en/docs/setup/production-environment/container-runtimes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-02-11 00:27:23 +01:00
Kubernetes Prow Robot
3c22c23255
Merge pull request #26446 from pierrchen/headless
...
service-network: add some clarity to headless service
2021-02-10 06:34:59 -08:00
eTimS
dc4836b626
Minor - Systemd enable command to enable CRI-O at boot time
...
Added "sudo systemctl enable crio enable" to configure systemd to enable CRI-O at boot time, as shown in the CRI-O install.md doc: https://github.com/cri-o/cri-o/blob/master/install.md#user-content-starting-cri-o
2021-02-10 15:22:48 +01:00
Naoki Oketani
a1f5566dc0
remove command from output block
2021-02-10 21:33:19 +09:00
Kubernetes Prow Robot
8377d08841
Merge pull request #25986 from schollii/master
...
Clarify binaryData handling by kubectl create and describe
2021-02-10 02:16:59 -08:00
Kubernetes Prow Robot
739c65ceb8
Merge pull request #26451 from jacksgt/patch-1
...
Fix column alignment in debug-service.md
2021-02-10 02:14:59 -08:00
Kubernetes Prow Robot
484df55083
Merge pull request #26429 from yaodingyd/patch-1
...
Fix indentation
2021-02-10 02:13:00 -08:00
Jack Henschel
ddf8d77d7a
Fix column alignment in debug-service.md
...
Previously, the columns showing one of kubectl's output were misaligned and thereby confusing.
2021-02-10 10:39:32 +01:00
Bin Chen
52f35431d9
service-network: add some clarity to headless service
2021-02-10 16:41:45 +11:00
Kubernetes Prow Robot
d7d113abb7
Merge pull request #26297 from thockin/docs-kep2200
...
Add docs for KEP 2200 (DenyServiceExternalIPs)
2021-02-09 08:13:10 -08:00
Yao Ding
70ebc7f6ec
Update ephemeral-containers.md
2021-02-09 08:11:02 -05:00
Kubernetes Prow Robot
1f3478e635
Merge pull request #26435 from npu21/dualstack_en
...
Dual-stack docs correction
2021-02-09 05:08:58 -08:00
Kubernetes Prow Robot
c24f62c16a
Merge pull request #26389 from kbhawkey/fixup-simply-usage
...
clean up use of word: simply
2021-02-09 02:02:40 -08:00
Kubernetes Prow Robot
539e524882
Merge pull request #26273 from Cweiping/feature/clairly_resource_quota_limit_for_PriorityClass
...
Clarify ResourceQuota limit for PriorityClass
2021-02-09 01:59:31 -08:00
Weiping Cai
188ccc220b
Clairly Resourcequota limit for PriorityClass
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2021-02-09 16:05:04 +08:00
Zhang Yong
0ec95934a2
Dual-stack docs correction
2021-02-09 11:05:57 +08:00
Tim Hockin
c111b4ac62
Docs for KEP 2200
...
* Document DenyServiceExternalIPs admission controller
* Re-order other admission controller blocks to be alphabetical
* Document DefaultIngressClass (missing)
2021-02-08 16:21:42 -08:00
Yao Ding
6b19266c3e
fix indentation
2021-02-08 14:43:40 -05:00
Kubernetes Prow Robot
7b04c3adb0
Merge pull request #26422 from paranlee/patch-1
...
Update to sync latest release of the Kompose version from 1.21.0 to 1.22.0
2021-02-08 09:51:23 -08:00
Kubernetes Prow Robot
8637bc9630
Merge pull request #26350 from dippynark/clarify-pre-stop-hook-description
...
Clarify PreStop hook behaviour
2021-02-08 09:46:34 -08:00
Luke Addison
cbf7a63a32
Add comma
2021-02-08 10:53:36 +00:00
Luke Addison
892aedc010
Address review comments
2021-02-08 10:52:15 +00:00
Kubernetes Prow Robot
2e78b33f62
Merge pull request #25775 from puckpuck/patch-1
...
remove misleading instructions in kubeadm setup docs
2021-02-08 00:19:12 -08:00
Paran Lee
af40c89b7b
Update Kompose version from 1.21.0 to 1.22.0
2021-02-07 22:46:46 -09:00
Karen Bradshaw
3fd65482e8
clean up use of word: simply
2021-02-07 12:15:29 -05:00
ydFu
6c1ffd397c
Fail links in compute-device-assignment.md
...
* Update the links in compute-device-assignment, Fix issue(#26382 ).
Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-02-07 23:04:40 +08:00
Kubernetes Prow Robot
39edec0aac
Merge pull request #25814 from mehmetefeumit/master
...
Replaces the "Using a Service to Expose Your App" Page's Diagrams
2021-02-07 03:39:11 -08:00
Kubernetes Prow Robot
f539da6b4d
Merge pull request #25425 from salva-gglez/caution_startingDeadlineSeconds
...
Add a caution message on CronJob Controller workload if using startingDeadlineSeconds
2021-02-07 03:29:12 -08:00
Kubernetes Prow Robot
64b63c0159
Merge pull request #24645 from geoffcline/patch-2
...
revise style guidelines for capitalization
2021-02-07 03:19:11 -08:00
Kubernetes Prow Robot
af76e77672
Merge pull request #26141 from jimangel/remove-redis-and-master-slave-terminology-2
...
Remove Master/Slave terminology from stateless application tutorial.
2021-02-07 00:13:12 -08:00
Kubernetes Prow Robot
6c6e697a78
Merge pull request #26068 from mrbobbytables/add-values
...
Add Kubernetes project values to community page
2021-02-06 11:01:11 -08:00
Kubernetes Prow Robot
58312c232d
Merge pull request #24603 from ljnaresh/bug-21436
...
Replace alpine with busybox image for better response from nslookup
2021-02-06 08:33:11 -08:00
Kubernetes Prow Robot
c02a6c0ac2
Merge pull request #26086 from tengqm/fix-example-tests
...
Fix example tests
2021-02-06 06:57:11 -08:00
Kubernetes Prow Robot
947281bcd2
Merge pull request #26323 from nasirhm/kompose_up_removal_line
...
Modify Kompose Page: remove the up command
2021-02-06 06:23:11 -08:00
Rey Lejano
0b69091aff
Merge master into dev-1.21 to keep in sync
2021-02-05 14:03:33 -08:00
Geoffrey Cline
96c4813972
revise guidance for Pascal Case
2021-02-05 21:53:37 +00:00
Brad Jones
9ba5ddd01f
Clarify language regarding environment variable order
2021-02-05 11:18:16 -07:00
Naoki Oketani
df34ae5314
fix an invalid location.hash
2021-02-05 23:30:29 +09:00
Arhell
08816b1438
correct name in service.md
2021-02-05 14:29:20 +02:00
Kubernetes Prow Robot
d2e7f4acab
Merge pull request #26352 from kbhawkey/fixup-remove-word-easy
...
clean up use of word: easy
2021-02-04 10:48:26 -08:00
Kubernetes Prow Robot
8a8f87f708
Merge pull request #26256 from Cweiping/feature/fix_pid_pressure
...
fix default value of nodefs.inodesFree on linux
2021-02-04 10:42:25 -08:00
Caleb Collins-Parks
bee671b579
add warning about counterintuitive readiness probe
...
As evidenced by https://github.com/kubernetes/kubernetes/issues/27114 the naming leads one to think that a liveness probe executes after a readiness probe. This is not the case.
2021-02-04 10:37:31 -08:00
Bridget Kromhout
ab5b0f97fd
Docs update
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-02-04 12:30:16 -06:00
Bridget Kromhout
bed5567056
Dual-stack docs correction
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-02-04 11:59:21 -06:00
Jacob Henner
c59e3f0c27
Remove ServiceAccount Secret automounting section
...
The "Automatic mounting of manually created Secrets" section of the
Secrets documentation previously suggesting using PodPresets. PodPresets
have been removed, there is no alternate facility described, and it's
unclear if auto-mounting secrets based on associations with
ServiceAccounts was ever supported. Accordingly, the section should be
removed.
2021-02-03 22:38:20 -05:00
Kubernetes Prow Robot
37bc491a2a
Merge pull request #25039 from kedark3/addHostPathVolume
...
added example linking to hostPath volume definition
2021-02-03 17:14:28 -08:00
Kubernetes Prow Robot
6966decdfe
Merge pull request #26196 from Xorima/patch-1
...
documentation to static-pods for naming of pods
2021-02-03 14:28:28 -08:00
Jason Field
618dcb3cfa
Update content/en/docs/tasks/configure-pod-container/static-pod.md
...
Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
2021-02-03 22:23:13 +00:00
Karen Bradshaw
c4ef1d4b81
Apply suggestions from code review
...
Thanks for the review. Good suggestions!
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2021-02-03 14:28:28 -05:00
Kedar Vijay Kulkarni
11ef740ede
Added code style to `hostPath`
2021-02-03 09:11:00 -05:00
Kubernetes Prow Robot
3e0b444d90
Merge pull request #26370 from whoif/patch-1
...
Update controller.md
2021-02-03 05:32:29 -08:00
Kubernetes Prow Robot
d148026f23
Merge pull request #26065 from margocrawf/master
...
Rewording of paragraph about provideClusterInfo key on Authentication page
2021-02-03 03:02:29 -08:00
whoif
f07f8d5f01
Update controller.md
...
Lowercase 's' to prevent misleading APIS as a whole word.
2021-02-03 16:57:01 +08:00
Kubernetes Prow Robot
6e95a6b5ad
Merge pull request #24769 from kbhawkey/kb-task-monitoring-stackdriver
...
remove stackdriver, elastic task pages
2021-02-02 21:14:28 -08:00
Kubernetes Prow Robot
7462297ee3
Merge pull request #26276 from shahincsejnu/master
...
solved issue #26274
2021-02-02 09:26:28 -08:00
Fredrik Jonsén
b278dadced
Use https for haproxy.org links
2021-02-02 12:19:20 +01:00
Kubernetes Prow Robot
bf85335ddd
Merge pull request #26302 from RainbowMango/pr_update_admission_controllers
...
Update validatingadmissionwebhook and mutatingadmissionwebhook docs
2021-02-01 17:58:27 -08:00
Kubernetes Prow Robot
071e987af2
Merge pull request #25893 from surajssd/update-kubelet-config-link
...
Reconfigure Kubelet: Update kubelet config link
2021-02-01 17:14:27 -08:00
Kubernetes Prow Robot
84e14d0c7d
Merge pull request #26104 from andrzejsydor/patch-4
...
Add example of using `xargs`
2021-02-01 17:00:27 -08:00
Kubernetes Prow Robot
0c26cd90eb
Merge pull request #26092 from anapsix/patch-2
...
Update cheatsheet.md
2021-02-01 16:50:28 -08:00
Margo Crawford
67a750b5e0
Incorporated suggestions for provideClusterInfo paragraph
...
Signed-off-by: Margo Crawford <margaretc@vmware.com>
2021-02-01 15:35:49 -08:00
Karen Bradshaw
7d9916af0c
clean up use of word: easy
2021-02-01 15:14:25 -05:00
Kubernetes Prow Robot
2f7b43d2bb
Merge pull request #26294 from stmcginnis/openstack-csi
...
Update link to Cinder CSI driver documentation
2021-02-01 11:57:49 -08:00
Kubernetes Prow Robot
cf32de006e
Merge pull request #26307 from sgc109/patch-4
...
Update nodes.md to remove ambiguity
2021-02-01 10:39:49 -08:00
Kubernetes Prow Robot
b29a8c9f83
Merge pull request #26333 from chenxuc/fix_link
...
Update invalid web page link for api group
2021-02-01 10:35:49 -08:00
Luke Addison
bfea67aa82
Clarify PreStop hook behaviour
2021-02-01 16:50:06 +00:00
Kubernetes Prow Robot
c9b4e1314c
Merge pull request #26259 from ruxandrafed/patch-1
...
docs: rephrase sentence missing predicate
2021-02-01 04:01:49 -08:00
Kubernetes Prow Robot
58c53ba961
Merge pull request #26262 from chymy/flannel-net-0128
...
Fix net-conf.json fommat err
2021-02-01 03:59:49 -08:00
Kubernetes Prow Robot
a3f6199111
Merge pull request #26301 from surajssd/fix-back-ticks
...
kubeadm: Add backticks and mention Flatcar
2021-02-01 03:55:50 -08:00
Kubernetes Prow Robot
6ec45b3b79
Merge pull request #26329 from Karmavil/patch-1
...
syntax typo
2021-02-01 03:39:49 -08:00
Kubernetes Prow Robot
19321b7bec
Merge pull request #26337 from xieyanker/patch-1
...
Fix delete secret
2021-02-01 03:37:49 -08:00
Kubernetes Prow Robot
810a23b0ae
Merge pull request #25997 from konryd/patch-1
...
Fix explanation for --[hpa]-stabilization
2021-02-01 02:03:49 -08:00
xieyanker
663e149adb
Fix delete secret
2021-02-01 15:38:04 +08:00
chenxuc
9d3e4467d5
Update invalid web page link for api group
...
The old link
"https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups "
points to an nonexistent section of that page. The correct section
should be
"https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning "
.
2021-02-01 13:00:47 +08:00
Federico Gallo
329574f250
syntax
...
Replaced An for A
2021-01-31 18:53:53 -03:00
nasirhm
72f4f64d04
🔧 Modify Kompose page, to remove up
...
Signed-off-by: nasirhm <nasirhussainm14@gmail.com>
2021-01-31 18:50:40 +05:00
Sean McGinnis
3625bc5ba5
Update link to Cinder CSI driver documentation
...
The original link has moved due to docs restructuring in the
cloud-provider-openstack repo. Also correcting the capitalization.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2021-01-31 07:40:49 -06:00
MandarJKulkarni
09c8374fad
Fix typo: simular
...
Fix typo: simular to similar
2021-01-31 18:20:43 +05:30
Kubernetes Prow Robot
c6a2add9db
Merge pull request #25972 from chintan8saaras/patch-1
...
Add EnRoute as one of the Ingress Controller API Gateway Options
2021-01-30 06:23:48 -08:00
Sungho Hwang
5e5953fe60
Update nodes.md
2021-01-30 18:18:55 +09:00
RainbowMango
f079aa8214
Update validatingadmissionwebhook and mutatingadmissionwebhook docs as they have been promoted to v1
2021-01-30 16:09:29 +08:00
Suraj Deshmukh
f3e5f02604
kubeadm: Add backticks and mention Flatcar
...
This commit adds a cosmetic change by adding backticks to show the env
var in monospace font when rendered.
Mention Flatcar Linux in kubeadm troubleshooting doc, alongwith Fedora
CoreOS.
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2021-01-30 12:54:11 +05:30
Suraj Deshmukh
41de0def52
Reconfigure Kubelet: Update kubelet config link
...
The old link points to the code base of 1.11. Since then there have been
several changes to the configuration, either new flags added or removed.
Signed-off-by: Suraj Deshmukh <surajd.service@gmail.com>
2021-01-30 12:46:26 +05:30
Kubernetes Prow Robot
c782fd6738
Merge pull request #25982 from ydFu/add-code-blocks-in-authorization
...
Add the code blocks in authorization.md
2021-01-29 10:25:41 -08:00
Tej-Singh-Rana
29833597a5
Fix typos in release notes ( #25816 )
...
* Fixed the typo
* Fixed the typo
* Update notes.md
2021-01-29 10:17:40 -08:00
Kubernetes Prow Robot
8c74d91eaa
Merge pull request #26260 from FearTheBadger/patch-1
...
Fixed a small field name spelling mistake.
2021-01-29 09:21:41 -08:00
Victor Palade
ca55b23e89
Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 1/29/21
...
Signed-off-by: Victor Palade <victor@cloudflavor.io>
2021-01-29 17:54:11 +01:00
Weiping Cai
6f777c9e64
fix pid pressure
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2021-01-29 09:40:02 +08:00
Kubernetes Prow Robot
b19fbb6f90
Merge pull request #26144 from tengqm/amend-featuregates
...
Fix outdated content in feature gates
2021-01-28 13:19:40 -08:00
Sahadat Hossain
61a05b1058
Update daemonset.md
2021-01-28 16:13:26 +06:00
Ed Bartosh
237a449ca3
get rid of running 'containerd config default' with sudo
...
'containerd config default' doesn't require root privileges,
so it doesn't make sense to run it with sudo
2021-01-28 10:41:47 +02:00
chymy
52b80e0dc1
Fix net-conf.json fommat err
...
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-01-28 10:04:36 +08:00
Brock R
36170e4193
Fixed a small field name spelling mistake.
...
`resourceName` is incorrect and fails upon apply/install. `resourceNames` is the correct file name.
2021-01-27 14:27:43 -07:00
Ruxandra Fediuc
7d842681a3
docs: rephrase sentence missing predicate
...
Unless that first part of the paragraph is meant to be more like a subheading (in which case it could use some reformatting), I would like to suggest a minor rephrase so that it becomes a proper sentence and has a predicate.
Thanks for considering this!
2021-01-27 13:24:50 -08:00
Jason Field
4d337aea9e
documentation to static-pods for naming of pods
...
This will add documentation around how a static pod will be named
2021-01-27 20:43:52 +00:00
Kubernetes Prow Robot
b1f370dd13
Merge pull request #26229 from rikatz/spell-correction
...
Fix some spell checking
2021-01-27 09:51:40 -08:00
Kubernetes Prow Robot
2995708c0e
Merge pull request #26132 from chienfuchen32/patch-1
...
modify Design doc ttl-after-finish upstream
2021-01-26 18:27:39 -08:00
Kubernetes Prow Robot
4f244bcbf6
Merge pull request #25787 from SergeyKanzhelev/migrateFromDockershim
...
Migrating from dockershim documentation
2021-01-26 16:29:39 -08:00
Kubernetes Prow Robot
4d5a5ec1b5
Merge pull request #26242 from marccampbell/patch-1
...
Better description of Job execution
2021-01-26 11:32:31 -08:00
Kubernetes Prow Robot
e30a9bb3d9
Merge pull request #26169 from tomkivlin/tomkivlin-secret-style
...
Update secret.md to match style guide
2021-01-26 11:18:31 -08:00
Kubernetes Prow Robot
b74478c86d
Merge pull request #26185 from piyushjain18/patch-1
...
Update service name in example of Name based virtual hosting
2021-01-25 13:41:00 -08:00
Kubernetes Prow Robot
7706f6f800
Merge pull request #26217 from feloy/api-ref-fix-anchors
...
Fix anchors with unsupported characters
2021-01-25 13:21:00 -08:00
Kubernetes Prow Robot
f2810c82d4
Merge pull request #26201 from kbhawkey/fix-nodedetector-caps
...
change capitalization of daemon name
2021-01-25 13:09:01 -08:00
Marc Campbell
8a48273855
Better description of Job execution
...
Just a small clarification on the description of the responsibilities of a Job. Kubernetes doesn't ensure that the Pods are successful, but the scheduler's responsibility is to continue retrying until success. Updating the docs with a slight wording change to more accurately reflect that a Job won't ensure success, but it will continue retrying until success.
2021-01-25 12:57:00 -08:00
Kubernetes Prow Robot
6ce3a86545
Merge pull request #26203 from Btakuski/patch-1
...
Grammatical error in secret.md
2021-01-25 09:18:54 -08:00
Kedar Vijay Kulkarni
9be902bee0
added example linking to hostPath volume definition
2021-01-25 11:17:10 -05:00
ljnaresh
e239d8089f
Replace alpine with busybox image for better response from nslookup
2021-01-24 23:15:20 +01:00
Ricardo Pchevuzinske Katz
2346581566
Fix some spell checking
...
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-01-24 16:27:42 -03:00
Philippe Martin
21cee4340d
Fix anchors with unsupported characters
2021-01-23 18:15:01 +01:00
hasheddan
bf6dbd4c3f
Fix links to flexVolume documentation
...
A few links to the flexVolume documentation do not resolve correctly due
to case sensitivity in the page anchor. This updates those links to
resolve to the correct section of the volumes doc.
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
2021-01-23 08:45:26 -06:00
Bartlomiej Takuski
48004c99cc
Grammatical error in secret.md
...
Fixing a minor grammatical error in secret.md
2021-01-22 16:02:48 -06:00
Karen Bradshaw
a09fc68df4
change capitalization of daemon name
2021-01-22 11:39:10 -05:00
Kubernetes Prow Robot
d1b2709ae8
Merge pull request #25700 from devincd/master
...
Update container-lifecycle-hooks.md
2021-01-21 19:05:26 -08:00
Kubernetes Prow Robot
8038c7bf3b
Merge pull request #25900 from oke-py/25875
...
remove indication of enabling RuntimeClass feature gate since it is a GA feature
2021-01-21 18:59:27 -08:00
Kubernetes Prow Robot
68e6b45f9d
Merge pull request #24772 from kbhawkey/node-problem-detector-cleanup
...
clean up node problem detector task page
2021-01-21 14:23:01 -08:00
piyushjain18
991b35fd09
Update service name in example of Name based virtual hosting
...
`service2` is mapped to `second.bar.com` in the given example
```
- host: second.bar.com
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: service2
port:
number: 80
```
2021-01-21 23:08:19 +09:00
CKchen0726
c6b704e5e0
Merge branch 'master' into labels_annotations_taints
2021-01-21 14:02:01 +08:00
chienfuchen32
9d3d5548a1
modify Design doc ttl-after-finish upstream
2021-01-20 23:24:59 +08:00
Tom Kivlin
aec6ea4895
Update secret.md
...
Remove prepended URLs and re-word to avoid use of "we".
2021-01-20 10:23:49 +00:00
Naoki Oketani
9315b85fd7
restore not-outdated contents
2021-01-20 18:58:46 +09:00
Naoki Oketani
3b409773ae
Update content/en/docs/concepts/containers/runtime-class.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-01-20 18:56:50 +09:00
Naoki Oketani
29dcf62d57
remove indication of enabling RuntimeClass feature gate since it is a GA feature
2021-01-20 18:56:47 +09:00
Mehedi Hasan
94d9efc71b
Fix grammatical in Desired versus current state.
2021-01-20 14:21:54 +06:00
Chen, Xu Chun (Simon)
2f2f30b614
Update reference link
...
The old link "https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups " points to an nonexistent section of the page. The correct section should be "https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups-and-versioning " .
2021-01-20 09:56:14 +08:00
Sergey Kanzhelev
b10decb87c
migrating from dockershim
2021-01-20 01:41:13 +00:00
Kubernetes Prow Robot
c42e56d811
Merge pull request #23294 from feloy/feloy-gsod-api-reference-ex1
...
[GSoD'20] Update how the Kubernetes website serves API references
2021-01-19 16:25:59 -08:00
Rey Lejano
abef338c9d
Merge master into dev-1.21
2021-01-19 12:39:27 -08:00
Philippe Martin
1373ad22f1
Update Kubernetes API index page
2021-01-19 21:19:54 +01:00
Philippe Martin
add24db3e3
New API Reference presentation on /content/en/docs/reference/kubernetes-api
2021-01-19 21:05:09 +01:00
Kubernetes Prow Robot
a5630c5dde
Merge pull request #25259 from nate-double-u/25040-sha256-checks
...
Updating install-kubectl.md with instructions for validating kubectl binaries against checksum files
2021-01-19 11:51:59 -08:00
Pulak Kanti Bhowmick
a398bc0657
Fix NGINX Ingress Controller URl
2021-01-19 19:34:39 +06:00
Qiming Teng
3502b36f86
Fix outdated content in feature gates
...
Also applied some line wrapping to unreasonable long lines.
2021-01-19 15:24:44 +08:00
Paul Czarkowski
99029b97d7
Remove Master/Slave terminology from stateless application tutorial.
...
The stateless application tutorial is littered with unsuitable terminology. This update switches the database technology to a database that has already updated their own terminology as well as removes the terminology from the tutorial itself.
The advanced logging tutorial followup is set to Draft as it will take a larger effort to convert that, and I'm not convinced its even in a working state right now.
A followup PR to the examples repo to be referenced here will be made.
Addresses #22918
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
address comments in PR
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
remove confusing comment about dns, we can assume k8s has kube-dns
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
2021-01-19 04:19:23 +00:00
Kubernetes Prow Robot
6633351917
Merge pull request #25778 from tengqm/fix-22624
...
Remove link to empty list for k8s metrics
2021-01-17 16:17:43 -08:00
Kubernetes Prow Robot
2f5cfe4624
Merge pull request #26098 from liggitt/kubelet-upgrade
...
Clarify that nodes must be drained before minor version kubelet upgrades
2021-01-17 08:41:43 -08:00
Salvador González González
9cc4fde667
Remove v2 controller mention
...
I removed mention to v2 controller behaviour.
2021-01-17 09:36:18 +00:00
Kubernetes Prow Robot
a0dd4b51ac
Merge pull request #26020 from ydFu/fix-OS-version-in-install-kubeadm
...
Document kubeadm for RHEL 8
2021-01-16 19:49:43 -08:00
Kubernetes Prow Robot
216ca3f06b
Merge pull request #24930 from adamhjk/patch-1
...
Explain the insecure by default nature of secrets
2021-01-16 19:47:43 -08:00
Kubernetes Prow Robot
491790039e
Merge pull request #26115 from MIhirMishra/patch-2
...
Typo correction.
2021-01-16 19:23:43 -08:00
Qiming Teng
06228c06a9
Fix examples tests
...
This PR updates the go.mod file so that tests of the example manifests
are run against the 1.20 branch. The missing test cases for newly added
examples are also added. To perform tests on your local machine, run the
following command on the root of your local clone:
```
go test k8s.io/website/content/en/examples
```
2021-01-16 14:09:28 +08:00
Kubernetes Prow Robot
6b8092f495
Merge pull request #26022 from moonming/patch-1
...
Update ingress-controllers.md
2021-01-15 17:29:43 -08:00
Mihir
84aea3fc2f
Typo correction.
2021-01-15 15:53:07 -07:00
Karen Bradshaw
d3f374c0d8
clean up node problem detector task page
2021-01-15 14:24:22 -05:00
Kubernetes Prow Robot
34e8b55faf
Merge pull request #26027 from tengqm/clean-podpreset
...
Clean PodPreset docs, examples and links
2021-01-15 07:39:51 -08:00
andrzejsydor
298432dc36
Add example of using `xargs`
...
Add example of using `xargs`
2021-01-15 10:01:45 +01:00
Bob Killen
09cdaac0c8
Add Kubernetes project values to community page
2021-01-14 20:39:51 -05:00
Jordan Liggitt
8781aceb62
Clarify that nodes must be drained before minor version kubelet upgrades
2021-01-14 15:05:43 -05:00
Aldo Culquicondor
bda3cea5a6
Remove indication that a failed scheduling attempt removes the Pod
...
/sig scheduling
2021-01-14 14:47:31 -05:00
Kubernetes Prow Robot
d37ab8abaf
Merge pull request #25839 from Marusyk/rmarusyk/25800
...
Add tooltip for CSI in persistent volume page
2021-01-14 11:25:32 -08:00
Kubernetes Prow Robot
826a91fe9a
Merge pull request #26074 from Haleygo/issue-97929
...
upgrade cfssl installations
2021-01-14 11:20:56 -08:00
Kubernetes Prow Robot
a5b0f7be9a
Merge pull request #25597 from apelisse/clarify-preserve-unknown
...
Clarify compatibility guarantees around spec.preserveUnknownFields
2021-01-14 11:18:55 -08:00
Antoine Pelisse
fb1a0ca2e2
Address feedback
2021-01-14 10:54:51 -08:00
Edward Rosen
08fe76be1a
Update rbac.md
2021-01-14 09:50:57 -05:00
Anastas Dancha
8589a9c76a
Update cheatsheet.md
...
- improve on [pr #26053 ](https://github.com/kubernetes/website/pull/26053 )
- use idiomatic secret name in example
2021-01-14 16:12:53 +03:00
Sascha Grunert
ff9bcd4d42
Update CRI-O docs to the latest configuration
...
This patch updates the CRI-O documentation to the latest available
version. It also adds a dedicated cgroup driver section to mention that
the configuration has to be in sync.
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2021-01-14 14:10:46 +01:00
Qiming Teng
a11047c153
Clean PodPreset docs, examples and links
2021-01-14 13:26:29 +08:00
Haleygo
14bcdc0bc7
only change en
2021-01-14 09:50:00 +08:00
Leonardo Murillo
f7b29716fd
Enhancements in clarity to access-application-cluster/connecting-frontend-backend.md ( #25927 )
...
* Enhancements in clarity to docs/tasks/access-application-cluster/connecting-frontend-backend.md
* Code review comments
* Reverting name of service due to backed value in Dockerimage
2021-01-13 17:47:03 -08:00
Kubernetes Prow Robot
6f0ac8755e
Merge pull request #26040 from tengqm/fix-kustomization
...
Fix examples in kustomization
2021-01-13 17:43:03 -08:00
Kubernetes Prow Robot
c15e567507
Merge pull request #26038 from outofmem0ry/fix-containerd-all
...
Fix containerd config instructions
2021-01-13 17:27:03 -08:00
Nate Reid
efc3c488ea
Update service.md
2021-01-13 17:04:26 -05:00
Rey Lejano
eab220050a
Merge master into dev-1.21 to keep in sync
2021-01-13 14:03:56 -08:00
outofmem0ry
f4f2c74db9
Fix containerd config instructions
...
modified: content/en/docs/setup/production-environment/container-runtimes.md
modified: content/ko/docs/setup/production-environment/container-runtimes.md
modified: content/zh/docs/setup/production-environment/container-runtimes.md
modified: content/id/docs/setup/production-environment/container-runtimes.md
modified: content/ja/docs/setup/production-environment/container-runtimes.md
modified: content/zh/docs/setup/production-environment/container-runtimes.md
modified: content/id/docs/setup/production-environment/container-runtimes.md
modified: content/ja/docs/setup/production-environment/container-runtimes.md
modified: content/zh/docs/setup/production-environment/container-runtimes.md
2021-01-13 11:53:49 -08:00
Kubernetes Prow Robot
33c494c4b2
Merge pull request #25613 from pingtimeout/patch-1
...
Clarify pod anti-affinity description
2021-01-13 10:16:36 -08:00
Kubernetes Prow Robot
52897eda23
Merge pull request #25377 from squarebracket/patch-1
...
Fix minor typo
2021-01-13 10:08:37 -08:00
Kubernetes Prow Robot
a422f01f3f
Merge pull request #26053 from anapsix/patch-2
...
Update cheatsheet.md
2021-01-13 09:44:36 -08:00
Kubernetes Prow Robot
7cf35541f7
Merge pull request #26066 from kbhawkey/remove-latest-version-shortcode
...
add docs for version shortcodes
2021-01-13 09:00:36 -08:00
Kubernetes Prow Robot
f88bc8781d
Merge pull request #26023 from oke-py/remove-old-comment
...
clean up too old comments for v1.9 or before in examples
2021-01-12 19:34:35 -08:00
Oliver L Schoenborn
c398ae4821
Update content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-01-12 19:57:21 -05:00
Kubernetes Prow Robot
2135ed8002
Merge pull request #25856 from edwardrosen/patch-1
...
Update rbac.md
2021-01-12 16:00:36 -08:00
Kubernetes Prow Robot
c898b79f4d
Merge pull request #25325 from RA489/update_intro
...
Update hello minikube tutorial intro page
2021-01-12 14:26:36 -08:00
Karen Bradshaw
0166a0b08e
add docs for version shortcodes
2021-01-12 17:20:33 -05:00
Margo Crawford
5accf8f128
Rewording of paragraph about provideClusterInfo key
...
Signed-off-by: Margo Crawford <margaretc@vmware.com>
2021-01-12 13:51:15 -08:00
Edward Rosen
a37b8a9fee
Update rbac.md
...
I've deleted the line break. The example in line 89 now seems to render ok in the preview. Could you please take a look?
2021-01-12 15:22:39 -05:00
Taylor Chaparro
535743edbe
Update cheatsheet: add section for interacting with Deployments and Services
2021-01-12 12:19:40 -08:00
Kubernetes Prow Robot
28b393032b
Merge pull request #24995 from PrakherS/patch-1
...
Update pod-lifecycle.md
2021-01-12 11:42:35 -08:00
Kubernetes Prow Robot
da5ab5538d
Merge pull request #25966 from Marusyk/Marusyk-patch-1
...
Clean up too old content from Using Admission Controllers page
2021-01-12 11:12:35 -08:00
Kubernetes Prow Robot
466de5e75a
Merge pull request #25337 from smashse/patch-2
...
Update docker-cli-to-kubectl.md
2021-01-12 11:10:38 -08:00
Kubernetes Prow Robot
490f1ea10f
Merge pull request #25764 from pacoxu/patch-2
...
add notes for that strategic merge patch is unsupported for CR
2021-01-12 10:02:36 -08:00
Kubernetes Prow Robot
b3cd3649fe
Merge pull request #25490 from mysunshine92/update-feature-gates-TopologyManager
...
Update feature-gates description for TopologyManager
2021-01-12 10:00:36 -08:00
Kubernetes Prow Robot
0e8e614caa
Merge pull request #25483 from yue9944882/apf-slack-channel
...
References api-priority-and-fairness slack channel in the docs
2021-01-12 09:58:36 -08:00
Kubernetes Prow Robot
d70d1f6806
Merge pull request #25242 from stefanpetter/patch-1
...
Added step to create /etc/docker/ folder in Ubuntu instruction
2021-01-12 09:56:36 -08:00
Kubernetes Prow Robot
0b52aec1ae
Merge pull request #24986 from Cweiping/feature/add_note_for_termnating
...
Clarify pod phase Terminating
2021-01-12 09:54:35 -08:00
Kubernetes Prow Robot
bda76049d8
Merge pull request #24957 from aojea/nodelocaldnsipv6
...
expand nodelocaldns docs with IPv6
2021-01-12 09:50:36 -08:00
Kubernetes Prow Robot
eecf1c47e1
Merge pull request #25549 from tomkivlin/patch-1
...
Tidy list of generators for “kubectl create”
2021-01-12 03:58:25 -08:00
Tom Kivlin
f095cf3ecf
update resource terms to CamelCase
...
where a resource is mentioned in the description, use CamelCase.
2021-01-12 08:03:14 +00:00
Paco Xu
ea69888c16
add notes for that strategic merge patch is unsupported for Custom Resource objects
...
Signed-off-by: pacoxu <paco.xu@daocloud.io>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-01-12 14:18:23 +08:00
CKchen0726
c6f6fb9a3e
Revise the page to accurately document the well-known labels, annotations and taints.
2021-01-12 13:59:25 +08:00
Kubernetes Prow Robot
e53ca2f6ee
Merge pull request #25791 from rjain21/patch-2
...
Update overview.md
2021-01-11 18:40:25 -08:00
Rajesh Jain
dba227ea41
Update overview.md
...
As suggested, removed the language related to common vernacular. I think the documentation is well written in the common labels section, and can possibly be enhanced as more and more of these labels are implemented. So, just a link in the best practice section is sufficient as suggested by you.
2021-01-11 16:12:37 -08:00
Ron Green
ce86bac08f
fix(advanced-scheduling): space fixes
...
as the CKA requires taking these code snippets and using them quickly, spaces can be an issue
add two spaces to begin of line to make pod spec copying even faster (if this is the case)
2021-01-12 01:26:29 +02:00
Kubernetes Prow Robot
8b86f5f172
Merge pull request #25985 from ajaygm/patch-1
...
Fixed deprecated delete cascade 'false' value
2021-01-11 10:26:24 -08:00
Kubernetes Prow Robot
f5c6049168
Merge pull request #25899 from ydFu/patch-1
...
Fix some typo in runtime-class.md
2021-01-11 10:20:25 -08:00
Charly Rippenkroeger
7347a9d008
Remove code reference
...
Remove reference in favor of https://github.com/kubernetes/website/issues/23889
2021-01-11 11:57:32 -06:00
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
Kubernetes Prow Robot
4fa76e24df
Merge pull request #25940 from ydFu/pr-2
...
Add content in replicationcontroller.md
2021-01-04 17:19:57 -08:00
Kubernetes Prow Robot
3dd4721e9c
Merge pull request #25389 from sangam14/patch-1
...
Update cheatsheet.md
2021-01-04 17:17:57 -08:00
Kubernetes Prow Robot
281df0c16b
Merge pull request #25896 from kylejep/patch-2
...
Update install-kubeadm.md
2021-01-04 17:15:57 -08:00
Kubernetes Prow Robot
cfe5edfd31
Merge pull request #25895 from kylejep/patch-1
...
Update container-runtimes.md
2021-01-04 17:13:57 -08:00
Kubernetes Prow Robot
1ba6bf9a39
Merge pull request #25914 from oke-py/25748
...
Cloud Controller Manager: fix a broken link
2021-01-04 09:25:58 -08:00
Kubernetes Prow Robot
c010c97a4f
Merge pull request #25891 from ydFu/patch-2
...
Fix some typo in pod-overhead.md
2021-01-04 09:15:56 -08:00
XinYuan
41685331f3
Modify words that may cause ambiguity in device-plugins.md
...
The `/var/lib/kubelet/pod-resources/kubelet.sock` is required by device monitoring agent but not device plugin.
This word `plugin` is ambiguous.
plugin -> device monitoring agent
2021-01-04 17:11:01 +08:00
Kubernetes Prow Robot
493069d2bf
Merge pull request #25859 from npu21/init-container
...
fix init container status describe fault
2021-01-03 18:15:55 -08:00
CDE
fbd19bd65e
Update resource-bin-packing.md
...
The maximum score should be 10.
2021-01-03 19:24:49 +08:00
slashr
976c260ef4
Modified description
2021-01-03 10:22:36 +05:30
slashr
34f1d1911c
Replaced deprecated ReplicationController with JobController for reference
2021-01-03 00:26:17 +05:30
Naoki Oketani
89578d9146
Cloud Controller Manager: fix a broken link
2021-01-02 19:16:37 +09:00
Kubernetes Prow Robot
40728c2fba
Merge pull request #25844 from tengqm/fix-hugepage-gate
...
Fix feature gate for hugepage
2020-12-31 08:33:51 -08:00
kylejep
bf10334bfb
Update install-kubeadm.md
...
Propose adding config reference to load br_netfilter at boot up to prevent issues with the module not being loaded after reboot.
2020-12-31 07:54:16 -08:00
kylejep
103311a5ad
Update container-runtimes.md
...
I propose that by adding the modules to /etc/modules-load.d/ can help prevent issues with overlay and br_netfilter modules not loading after reboot.
2020-12-31 07:42:58 -08:00
Ader
9558f9b78b
Fix some typo in pod-overhead.md
...
Uniform case in pod-overhead.md(Kubelet → kubelet).
2020-12-31 17:21:41 +08:00
Qiming Teng
ad59de018d
Wrap lines properly
2020-12-31 11:47:58 +08:00
Qiming Teng
89ecb8cfb6
Fix feature gate for hugepage
...
The text says "disable" because the gate is in Beta, but the example
says "enable". That is awkward.
2020-12-31 11:46:33 +08:00
Kubernetes Prow Robot
795b68db1e
Merge pull request #25874 from morihaya/patch-http-probes
...
Add a default description to path of HTTP probes
2020-12-30 19:29:50 -08:00
Kubernetes Prow Robot
e15d776f5d
Merge pull request #25868 from Aut0R3V/patch-4
...
Corrected instance of WordPress written incorrectly.
2020-12-30 10:31:49 -08:00
Kubernetes Prow Robot
9db733d9a0
Merge pull request #25873 from ydFu/patch-2
...
Add Code blocks in pod-topology-spread-constraints.md
2020-12-30 10:07:50 -08:00
Kubernetes Prow Robot
1f862d96bd
Merge pull request #25756 from tengqm/improve-pod-overview
...
Update Pod overview
2020-12-30 09:57:49 -08:00
Kubernetes Prow Robot
1c385d6eee
Merge pull request #25811 from tengqm/sync-kubelet
...
Resync kubelet configuration
2020-12-30 09:09:49 -08:00
Ader
053103dc4a
Add Code blocks in pod-topology-spread-constraints.md
...
Add Code blocks in the Markdown spec to make it easy to read..
2020-12-30 20:57:11 +08:00
Ader
4ff57afdea
Add content in init-containers.md
...
Add description to make it easy to read.
* Distinguish between 'command'and 'output'.
2020-12-30 20:43:57 +08:00
morihaya
e57ff3eb52
Add a default description to path of HTTP probes
2020-12-30 21:36:08 +09:00
AUT0R3V
c4b818c1f1
Update common-labels.md
2020-12-30 14:35:16 +05:30
Zhang Yong
8e10900834
fix init-Container status describe fault
2020-12-30 11:16:15 +08:00
Edward Rosen
95577c1fa5
Update rbac.md
...
The page renders the third bullet as a run-on sentence. I'm suggesting the example be placed in parentheses.
2020-12-29 16:20:54 -05:00
Ader
abb825dd10
Add content in replicationcontroller.md
...
Add description to make it easy to read.
* Distinguish between 'command'and 'output'.
2020-12-29 09:34:03 +08:00
Roman Marusyk
37b5cb9e2a
Add tooltip for CSI
2020-12-28 23:56:44 +02:00
outofmem0ry
599ec3adc9
Fix configuring containerd on Ubuntu 18.04/20.04
2020-12-28 13:01:41 -08:00
Kubernetes Prow Robot
8f9e08b877
Merge pull request #25836 from Arhell/upd
...
Use https for link to contributor covenant
2020-12-28 10:24:28 -08:00
Kubernetes Prow Robot
54878ed710
Merge pull request #25823 from rjain21/patch-3
...
Update rbac.md
2020-12-28 10:18:27 -08:00
Arhell
b98c69d430
upgrade protocol from http to https
2020-12-28 20:09:06 +02:00
Peyman Salehi
a9aa049103
Add containerd installation on Debian 9+
...
Add containerd installation on Debian
write docker keyring in a seprate file
Co-authored-by: Tim Bannister <tim@scalefactory.com>
edit comment
Co-authored-by: Tim Bannister <tim@scalefactory.com>
remove sudo
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-12-28 13:21:51 +03:30
Ader
aa571fbf8d
Add content in job.md
...
* Add description to make it easy to read.
* Distinguish between 'command'and 'output'.
* Add the code blocks to the Markdown spec.
2020-12-28 09:44:04 +08:00
Qiming Teng
6f9a31a1fc
Update Pod overview
...
This PR adds some clarifications about Pod update and Pod replacement,
which can be pretty confusing to new users.
2020-12-28 08:34:18 +08:00
Rajesh Jain
7a175d551a
Update rbac.md
...
The language "For all service accounts in the "qa" namespace" in the example is confusing namespaces and groups. Language fixed to disambiguate between group and namespace. An additional example provided which uses both the group ("dev") AND the namespace ("development") to further illustrate this point
2020-12-26 13:41:02 -08:00
Ader
7add440eeb
install-kubeadm.md
...
* Uniform case and adjustment description for smoother writing.(Kubelet → kubelet)
2020-12-26 11:40:21 +08:00
Mehmet Efe Umit
364b9e9f5d
Replaced the Old Diagrams in Expose Intro Page
2020-12-25 16:52:18 +03:00
Qiming Teng
17bd7c1521
Resync kubelet configuration
...
The kubelet configuration has been changed. however, we still need to
manually sync the changes.
2020-12-25 17:56:40 +08:00
Giridharaprasad
48d3dbe0d3
Update change-default-storage-class.md
2020-12-24 23:01:36 +05:30
Kubernetes Prow Robot
f77ac7b2ff
Merge pull request #25788 from sculley/fix-kubeadm-upgrade-docs-1.20
...
moved drain the node step to after call kubeadm upgrade step for worker nodes
2020-12-24 02:06:26 -08:00
Kubernetes Prow Robot
798904b618
Merge pull request #25780 from Cweiping/feature/support_pid_reserved_for_kube_and_system
...
support reserved pid for kube and system
2020-12-24 01:52:26 -08:00
Kubernetes Prow Robot
f25bd774e1
Merge pull request #25781 from lostsquirrel/patch-9
...
change token_id to token-id
2020-12-23 17:28:26 -08:00
Rajesh Jain
0747ad3dbf
Update overview.md
...
Use Kubernetes Common Labels (e.g. app.kubernetes.io/name, etc.) if appropriate instead of customized ones.
2020-12-23 14:39:51 -08:00
Sam Culley
8fcb55007b
moved drain the node step to after call kubeadm upgrade step for worker nodes
2020-12-23 20:40:32 +00:00
Dan Roscigno
64594a4c60
Correct camelcase of DaemonSet
2020-12-23 09:22:27 -05:00
Kubernetes Prow Robot
c6db174ca9
Merge pull request #25078 from shekhar-rajak/92636_cron_syntax
...
Add basic cron syntax in documentation
2020-12-23 05:28:26 -08:00
lostsquirrel
89b3cc978b
change token_id to token-id
2020-12-23 16:48:01 +08:00
Weiping Cai
fe8b7a2d7a
support reserved pid for kube and system
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-12-23 15:41:42 +08:00
Johnny Lim
b537556b2d
Fix typo
2020-12-23 15:21:12 +09:00
Qiming Teng
03a336a946
Remove link to empty list for k8s metrics
2020-12-23 13:58:54 +08:00
Pierre Tessier
4bf6c31e4e
remove misleading instructions
...
There is no need to restart the kubelet as part of configuring kubeadm to set the cgroup driver. At this point in the setup instructions, the kubernetes cluster isn't even up and running yet, as kubeadm init hasn't been run. The previous step even says the kubelet is in a crashloop waiting for kubeadm.
2020-12-22 21:14:32 -05:00
Kubernetes Prow Robot
104bc0eab4
Merge pull request #25472 from daixiang0/patch-1
...
Update setup-konnectivity.md
2020-12-22 15:18:27 -08:00
Kubernetes Prow Robot
4b196158c5
Merge pull request #25767 from shevelevs/shevelevs/probes-http-headers
...
Fix examples for http probe headers
2020-12-22 14:36:26 -08:00
Kubernetes Prow Robot
fa2c834491
Merge pull request #25546 from reylejano/tasks-crictl
...
Edit 'warn' in Note box in crictl tasks page
2020-12-22 14:32:26 -08:00
Kubernetes Prow Robot
262ece059f
Merge pull request #25761 from ebriand/patch-5
...
Fix link to Volume Plugin FAQ
2020-12-22 12:50:26 -08:00
Kubernetes Prow Robot
458e55658d
Merge pull request #24776 from karras/docs_update_ubuntu_containerd_instructions
...
Docs: Add containerd setup instructions for Ubuntu 18.04/20.04
2020-12-22 12:30:26 -08:00
Umesh
75f42c42f2
removed duplicate step numbers ( #24718 )
...
* corrected-steps
* keeping content same
* added missing line
2020-12-22 11:28:27 -08:00
Sergey Shevelev
7e4e475611
Fix examples for http probe headers
2020-12-22 13:58:55 -05:00
bl-ue
56840df61d
Update 2020-12-02-dont-panic-kubernetes-and-docker.md
2020-12-22 11:06:47 -05:00
Kubernetes Prow Robot
ec80275820
Merge pull request #24136 from jess-edwards/master
...
new blog post: Custom K8s Scheduler for Highly Available Apps
2020-12-22 07:58:26 -08:00
Eric Briand
a2fa57e880
Fix link to Volume Plugin FAQ
2020-12-22 16:06:22 +01:00
Quinn Slack
0bc39aa27a
fix anchor link to "What's next" heading in operator docs
2020-12-21 20:46:53 -08:00
Frank Villaro-Dixon
d7e94dc7e0
Update client-libraries.md : add python pykorm lib
2020-12-21 12:11:10 +01:00
Kubernetes Prow Robot
7b82cafcd7
Merge pull request #25713 from ydFu/patch-1
...
Fix some typo in init-containers.md
2020-12-20 12:22:24 -08:00
Mike Patterson
ad85bdb054
Include missing cert export step
...
Updating the instructions to include missing step of getting issued cert exported from kubernetes, decoded, and ready for kubeconfig setup.
2020-12-20 11:36:20 -08:00
Kubernetes Prow Robot
7dbc63babc
Merge pull request #25499 from mikegehard/patch-1
...
Make wording in overview more in line with the description
2020-12-20 07:36:25 -08:00
Levent Ogut
dbcd6627cb
update container-lifecycle-hooks.md for third hook handler i,.e. TCP
...
unless I am missing something TCP handler is missing
2020-12-20 17:49:00 +03:00
Kubernetes Prow Robot
9b35120daa
Merge pull request #24602 from sftim/20201015_tweak_workloads_concept_overview
...
Tweak wording for Workloads overview
2020-12-19 03:58:26 -08:00
Ader
21c5750086
Fix some typo in init-containers.md
...
Fixed a typo in manage-resources-containers.md (Kubelet → kubelet)
2020-12-19 14:13:40 +08:00
Kubernetes Prow Robot
fad300a30e
Merge pull request #25457 from Kartik494/updatedoc
...
Retitle “Configuring kubelet Garbage Collection"
2020-12-18 18:40:25 -08:00
Kubernetes Prow Robot
14f4694675
Merge pull request #25665 from wangxy518/patch-11
...
Update 2016-01-00-Why-Kubernetes-Doesnt-Use-Libnetwork.md
2020-12-18 17:56:25 -08:00
Nate W
ac8b4c5399
Updating /docs/tasks/tools/install-kubectl
...
Adding instructions for how to validate kubectl binaries against checksum files (Linux, MacOS, Windows)
Updating links to download from https://dl.k8s.io/
Updating Linux-specific install instructions to use install command, and
macOS-specific instructions to chown root the install to provide a trusted
kubectl.
Adding note annotation around optional download instructions
Markdown updates
* Updating numbered lists to use markdown syntax ("1." for each entry), should make it easier to add and remove list items in future
* Adding some syntax highlighting to the command snippets
Correcting "PowerShell" spelling
fixes: https://github.com/kubernetes/website/issues/25040
Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
2020-12-18 11:38:05 -08:00
kartik494
7f45bcc3a9
Retitle “Configuring kubelet Garbage Collection"
2020-12-18 20:04:02 +05:30
Kubernetes Prow Robot
5c51dfa34f
Merge pull request #25484 from divya-mohan0209/2020-12-11-Pod-Impersonation-and-Short-lived-Volumes-in-CSI-Drivers
...
Feature blog for Kubernetes 1.20: Pod Impersonation and Short-lived Volumes in CSI Drivers
2020-12-18 05:54:25 -08:00
Kubernetes Prow Robot
f91c1db9c8
Merge pull request #25695 from ripulpatel/robinio
...
Adding ROBIN to list as it supports CSI snapshot features.
2020-12-18 04:46:24 -08:00
devincd
d52b0f58e8
Update container-lifecycle-hooks.md
2020-12-18 15:13:46 +08:00
Kubernetes Prow Robot
4aa068f137
Merge pull request #25473 from guzj11/patch-13
...
Update expose-external-ip-address.md
2020-12-17 17:44:25 -08:00
Kubernetes Prow Robot
81635a4689
Merge pull request #25663 from bswartz/netapp-astra
...
Add Project Astra to list of snapshot-supporting products
2020-12-17 16:42:25 -08:00
Ripul Patel
08144e6ffa
Adding ROBIN to list as it supports CSI snapshot features.
2020-12-17 16:12:13 -08:00
Kubernetes Prow Robot
3ebc011588
Merge pull request #25565 from Jiawei0227/patch-1
...
Fix typo of user github link
2020-12-17 13:42:25 -08:00
Kaitlyn Barnard
3b6584c922
Update index.md
2020-12-17 11:28:02 -08:00
Pavel Nosov
815fe37905
Fix typo in manage-resources-containers.md
2020-12-17 20:43:17 +03:00
Kubernetes Prow Robot
839873d01d
Merge pull request #25624 from Cweiping/feature/add_note_port_forward
...
add note to kubectl port-forward
2020-12-17 00:39:09 -08:00
Eric Mountain
a52687184f
Scheduling plugins: fix typo for clarity
2020-12-17 09:32:46 +01:00
guzj11
fcef54f2c8
Update namespaces.md
...
update the unnumbered format
2020-12-17 16:02:16 +08:00
Kubernetes Prow Robot
76312ca9f9
Merge pull request #25500 from salaxander/device_metrics_blog
...
Kubernetes 1.20 feature blog - Third party device metrics hits G.A.
2020-12-16 21:43:09 -08:00
guzj11
c431442d8b
Merge branch 'master' into patch-13
2020-12-17 11:25:10 +08:00