Commit Graph

6275 Commits (fbdd3880057472f36d19d8d9ea9514a631701e49)

Author SHA1 Message Date
Neha Viswanathan 5ea1bfdfe0 Replace network solution with network add-on 2021-02-28 08:36:28 -08:00
Kubernetes Prow Robot d54500d55d
Merge pull request #25918 from slashr/master
Replaced deprecated ReplicationController with JobController
2021-02-27 19:20:38 -08:00
Kubernetes Prow Robot 451eb86491
Merge pull request #25541 from hezhizhen/patch-2
Fix syntax error
2021-02-27 19:18:38 -08:00
Kubernetes Prow Robot 3f373fd71a
Merge pull request #25795 from shu-mutou/update-l10n
Fix `Source files` in localization document.
2021-02-27 18:40:39 -08:00
Kubernetes Prow Robot 903ee369b2
Merge pull request #26119 from neha-viswanathan/25833-migrate-page
Migrate https://kubernetes.io/docs/concepts/cluster-administration/certificates/ to tasks section
2021-02-27 18:26:38 -08:00
Zhizhen He 909dba3bb2
Refine the sentence 2021-02-28 10:23:54 +08:00
Kubernetes Prow Robot f3244d82b0
Merge pull request #25644 from Frankkkkk/patch-1
Update client-libraries.md : add python pykorm lib
2021-02-27 18:22:40 -08:00
Kubernetes Prow Robot 7d051f9a09
Merge pull request #25459 from amyXia1994/patch-1
Update secret.md
2021-02-27 17:52:38 -08:00
Kubernetes Prow Robot 8f4448652c
Merge pull request #26750 from oke-py/invalid-hash
chore: fix an invalid location.hash
2021-02-27 16:16:38 -08:00
Kubernetes Prow Robot a7bab8d6ca
Merge pull request #26751 from JensHeinrich/JensHeinrich-patch-sentence
Fix sentence
2021-02-27 16:12:39 -08:00
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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