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
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
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
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
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
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