Commit Graph

5636 Commits (936e2c60cebadc4715ae131862af1b9a87eda9ed)

Author SHA1 Message Date
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 54878ed710
Merge pull request #25823 from rjain21/patch-3
Update rbac.md
2020-12-28 10:18:27 -08: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
Sergey Shevelev 7e4e475611
Fix examples for http probe headers 2020-12-22 13:58:55 -05: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
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
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
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
guzj11 c431442d8b
Merge branch 'master' into patch-13 2020-12-17 11:25:10 +08:00
Cweiping aec2737f36
add note to kubectl port-forward
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-12-17 09:35:17 +08:00
Kubernetes Prow Robot b4fcee247c
Merge pull request #25649 from xaanmu/patch-1
Remove extra space between link and anchor text
2020-12-16 16:57:10 -08:00
Kubernetes Prow Robot 77362e21ec
Merge pull request #25498 from adambkaplan/ssh-auth-secret-caution
Caution Note for ssh-auth Secrets
2020-12-16 13:50:31 -08:00
Kubernetes Prow Robot 45135da395
Merge pull request #25289 from nate-double-u/20652-copy-edits
Updating docs/concepts/cluster-administration/system-metrics
2020-12-16 13:48:31 -08:00
Kubernetes Prow Robot 7db1ae5d45
Merge pull request #24589 from wking/overlapping-pdbs
content/en/docs/tasks/run-application/configure-pdb: Acceptable overlapping PDBs
2020-12-16 13:46:31 -08:00
Kubernetes Prow Robot c004c33468
Merge pull request #25636 from guzj11/patch-44
Update debug-pod-replication-controller.md
2020-12-16 00:20:20 -08:00
Kubernetes Prow Robot 79cad927e5
Merge pull request #25643 from kbhawkey/fixup-formatting-expose-internal
minor formatting updates
2020-12-16 00:18:21 -08:00
Xiang Dai b445946ce2 Update setup-konnectivity.md
Add missing volume config.
2020-12-16 11:45:41 +08:00
mateusz c5006a6f1e
Space screwed up formatting
Removing space to clear up formatting and link not working.
2020-12-16 02:52:16 +00:00
Kubernetes Prow Robot 91e688cfd3
Merge pull request #25199 from annajung/modify-release-doc-instruction
Update documenting a feature for a release doc
2020-12-15 11:26:21 -08:00
Kubernetes Prow Robot d77eabb727
Merge pull request #25381 from cdemers/patch-1
Update port-forward-access-application-cluster.md
2020-12-15 08:39:49 -08:00
Kubernetes Prow Robot 20f97c6dc2
Merge pull request #25197 from iabudiab/master
Add Swift client library
2020-12-15 08:33:49 -08:00
Kubernetes Prow Robot bdc79d96a3
Merge pull request #25344 from makocchi-git/fix/trim_space_psp
Trim whitespaces in manifests
2020-12-15 08:29:49 -08:00
Karen Bradshaw 9069d2b12e minor formatting updates 2020-12-15 11:09:43 -05:00
Kubernetes Prow Robot 0d1fa4262c
Merge pull request #25578 from janitha09/patch-2
Update kustomization.md remove "\" from objref example
2020-12-15 08:05:49 -08:00
Kubernetes Prow Robot 8e41aedb1b
Merge pull request #25080 from RA489/updatefmt
add code formatting to commands in expose-external-ip-address tutorial
2020-12-15 07:17:49 -08:00
guzj11 8ca4d7d74d
Update debug-pod-replication-controller.md
fix the url
2020-12-15 21:46:11 +08:00
joadavis 2fbb9aed0b
Document that disabling `enable-cadvisor-json-endpoints` flag does not disable stats summary endpoint
Update the help text for kubelet's enable-cadvisor-json-endpoints flag to explicitly mention that it has no effect over the /stats/summary endpoint.

This matches https://github.com/kubernetes/kubernetes/blob/master/cmd/kubelet/app/options/options.go#L372
created to fix https://github.com/kubernetes/kubernetes/issues/96483 .
2020-12-14 14:32:36 -08:00
Nate W e38868f479 Updating docs/concepts/cluster-administration/system-metrics
Copy editing _Metric lifecycle_ section for clarity.

fixes: https://github.com/kubernetes/website/issues/20652

Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
2020-12-14 11:25:23 -08:00
Denis GERMAIN 75c599829d
fix: errors in base64 and sed commands
* All base64 commands need `-w0` argument or else the base64_encoded_ca bash variable will contain space chars (" ") where newlines were
* All sed command are missing final "/" at the end of the expression. Command fails with the following error

```bash
/bin/sed: -e expression #1, char 95: unterminated `s' command
```
2020-12-14 17:21:50 +01:00
Pierre Laporte fc202da36b
Clarify pod anti-affinity description
The code example uses `preferredDuringScheduling...`, as opposed to
`requiredDuringScheduling...`.  So the anti-affinity rule is a soft one.  It
says that the pod _should_ not be scheduled on [...] rather than that the pod
_cannot_ be scheduled on [...].
2020-12-14 11:41:52 +01:00
Antoine Pelisse a51a653764 Clarify compatibility guarantees around spec.preserveUnknownFields 2020-12-13 20:43:29 -08:00
Philippe Martin 04664781a0 Remove broken link to CSIStorageCapacity in API reference 2020-12-13 20:24:35 +01:00
janitha09 7fdc4b6edb
Update kustomization.md
command: ["start", "--host", "\$(MY_SERVICE_NAME)"]
The back slash causes an error. So removed it.
The error detail below
```
Error: rawResources failed to read Resources: YAML file [deployment.yaml] encounters a format error.
error converting YAML to JSON: yaml: line 18: found unknown escape character
```
```
kubectl version
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:50:19Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"windows/amd64"}
Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:41:49Z", GoVersion:"go1.15.2", Compiler:"gc", Platform:"linux/amd64"}
```
2020-12-11 21:12:09 -05:00
Timo Smit 6340f8758f
Fixed link to configuring cgroup driver on control-plane node 2020-12-11 20:53:04 +01:00
Kubernetes Prow Robot a4a78f435c
Merge pull request #25552 from sftim/20201210_match_api_reference_to_version
Match API reference to version of Kubernetes we're documenting
2020-12-11 08:07:24 -08:00
Tim Bannister 7727cce87a
Fix duplicated “v” prefix for version 2020-12-11 10:13:05 +00:00
lostsquirrel 31bbd71def
Add missing word
According to the content, it seems missing this word
2020-12-11 16:27:42 +08:00
yue9944882 5ab06229c6 references api-priority-and-fairness slack channel 2020-12-11 14:28:22 +08:00
Tim Bannister 99965e6b55 Match API reference to version of Kubernetes we're documenting 2020-12-10 23:20:33 +00:00
Tom Kivlin 441cafec53
monospaced --> unordered list
As mentioned in issue #25501.
2020-12-10 19:47:28 +00:00
Evgeny Shmarnev e436cf704f State that no more than one handler is allowed per lifecycle event 2020-12-10 17:14:45 +01:00
Rey Lejano cc7c0155d7 Edit redundant 'warn' in Note box in crictl tasks page 2020-12-10 07:29:32 -08:00
Zhizhen He a170fbdce0
Fix syntax error 2020-12-10 18:28:21 +08:00
Kubernetes Prow Robot f7f9f65bb0
Merge pull request #25507 from reylejano/crictlnoteshortcodefix
Add note shortcode to 'Debugging Kubernetes nodes with crictl'
2020-12-10 00:44:53 -08:00
guzj11 ffa156fd75 Update expose-external-ip-address.md
adjust the format to rearrange the numbered list which is not continue

Update expose-external-ip-address.md

Update expose-external-ip-address.md

Update expose-external-ip-address.md

indent by 3 spaces from line 51 to 57
2020-12-10 14:30:27 +08:00
Karen Bradshaw 06ad25e38d remove stackdriver, elastic task pages
clean up links and redirects
2020-12-09 17:33:16 -05:00
Anna Jung (VMware) 99ee1442cd Update release notes for 1.20 release
Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com>
2020-12-09 09:56:47 -06:00
Stefan Petter f6e5496bc3 Applied suggested changes to create /etc/docker folder instead of starting the service
The "Set up the Docker daemon" step fails because the initial files have not been created. I copied the step of creating of the /etc/docker/ folder from the CentOS/RHEL instructions to the Ubuntu Instructions
2020-12-09 12:37:46 +01:00
Kubernetes Prow Robot 5e1e6196f2
Merge pull request #25027 from scoulomb-dup-fork/secret-env-var
Env var are not updated after a secret update
2020-12-08 21:26:50 -08:00
Kubernetes Prow Robot 03dc8b99b9
Merge pull request #25491 from Kartik494/updatedeployment
Update rollout deployment command
2020-12-08 18:12:19 -08:00
Rey Lejano c86ca1a570 add note shortcode to 'Debugging Kubernetes nodes with crictl' 2020-12-08 15:49:18 -08:00
Tim Bannister aa27de5959
Tweak wording for Workloads overview 2020-12-08 23:46:27 +00:00
Kubernetes Prow Robot caa05b9456
Merge pull request #25245 from SergeyKanzhelev/pid-available
add `pid.available` to the eviction signals list
2020-12-08 15:11:34 -08:00
Kubernetes Prow Robot 7f1bff9f53
Merge pull request #25494 from m0freak/patch-1
Add sudo when running systemctl
2020-12-08 15:09:34 -08:00
Kubernetes Prow Robot cd2c440bf7
Merge pull request #25503 from annajung/update-release-notes
Update release notes for 1.20 release
2020-12-08 15:03:35 -08:00
Sergey Kanzhelev d1dc73cb3a add `pid.available` to the eviction signals list 2020-12-08 22:58:23 +00:00
Kubernetes Prow Robot 620ba6d484
Merge pull request #25109 from qiutongs/master
Add a mapping table from docker cli to crictl in crictl debugging doc
2020-12-08 14:45:34 -08:00
Anna Jung (VMware) 78f36756cd Update release notes for 1.20 release
Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com>
2020-12-08 16:38:06 -06:00
Qiutong Song aa880306c6 Address comments
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 22:35:57 +00:00
Kubernetes Prow Robot 02dc538596
Merge pull request #25496 from browningjp/patch-1
Clarified kubectl generators being deprecated
2020-12-08 14:15:34 -08:00
Kubernetes Prow Robot b352338ce5
Merge pull request #25419 from bl-ue/patch-2
Remove usage of 'we' in kubelet-garbage-collection.md
2020-12-08 14:07:34 -08:00
Qiutong Song 3e8e1d924e Address comments
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 20:49:13 +00:00
Qiutong Song cb55041b1a Add a mapping table from docker cli to crictl in crictl debugging doc
Signed-off-by: Qiutong Song <songqt01@gmail.com>
2020-12-08 20:44:55 +00:00
Sylvain Coulombel d77262740b Env var are not updated after a secret update 2020-12-08 21:12:03 +01:00
Mike Gehard 9c38911446
Make wording in overview more in line with the description
The description talks about the server one way and the overview text talks about it a bit differently.

This change aligns them and make them easier to understand in my opinion.
2020-12-08 13:07:34 -05:00
Adam Kaplan 7b80f63dbc Caution Note for ssh-auth Secrets
Adds a `caution` note that SSH key pairs do not establish trust between
clients and servers. A secondary method is required to establish trust
between an SSH client and host server, such as fixed `known_hosts` file.
Clients which do not establish adequate trust are vulnerable to "man in
the middle" impersonation attacks.

Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-12-08 12:21:08 -05:00
Jonny Browning 23d2722023
Clarified kubectl generators being deprecated
Previously it was not clear that it was only the generators used by `kubectl run` that are deprecated, not those used by `kubectl create`
2020-12-08 15:20:33 +00:00
m0freak 5f6b3af864
Add sudo when running systemctl
For someone following the guide to setup a cluster, sudo is being used in the initial commands, I think it would great to carry this on till the last commands.
2020-12-08 17:39:09 +03:00
kartik494 fd411a39c1 Update rollout deployment command 2020-12-08 18:29:05 +05:30
wangyamei 58c6e381ca Update feature-gates description for TopologyManager 2020-12-08 19:56:00 +08:00
Salvador González González 18b8846b9b
Update cron-jobs.md
Mention about v2 CronJob controller.
2020-12-08 11:00:18 +00:00
makocchi-git 28c964b5c9
trim whitespaces in manifests 2020-12-08 19:54:28 +09:00
prankul88 613cb9d4f3 Update expose service intro 2020-12-08 14:54:49 +05:30
bl-ue 042e3062c6
Update kubelet-garbage-collection.md 2020-12-07 12:44:03 -05:00
Anna Jung (VMware) 7f43aceddb Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-12-07 10:39:57 -06:00
Kubernetes Prow Robot 72d21d074c
Merge pull request #25386 from annajung/dev-1.20-ref-doc
Update generated reference API docs
2020-12-07 07:25:26 -08:00
Kubernetes Prow Robot b905af1f34
Merge pull request #24911 from roycaihw/restore-etcd
document one should restart all system components after restoring etcd
2020-12-07 07:19:27 -08:00
Kubernetes Prow Robot 0f966a7637
Merge pull request #24854 from zshihang/bound
add metric and flag information for BoundServiceAccountTokenVolume
2020-12-07 07:09:26 -08:00
Kubernetes Prow Robot b6f9c2c581
Merge pull request #25146 from serewicz/patch-1
Update container-runtimes.md
2020-12-07 06:59:26 -08:00
drfish e354338ca3 Remove legacy feature gate EnableAggregatedDiscoveryTimeout 2020-12-07 21:39:46 +08:00
amyXia1994 75cd79a136
Update secret.md
fix minor syntax error
2020-12-07 21:28:37 +08:00
Lee Verberne 09665e40ef Fix typo in Debug Running Pods task 2020-12-07 14:02:20 +01:00
Johnny Lim b1f91de703
Add a missing period in logging.md 2020-12-07 11:24:00 +09:00
bl-ue f61eea7e98
Fix grammar in content/en/docs/concepts/cluster-administration/kubelet-garbage-collection.md 2020-12-06 17:12:19 -05:00
Salvador González González d38c74124a
Update content/en/docs/concepts/workloads/controllers/cron-jobs.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2020-12-06 20:08:30 +00:00
salva.gglez 845a885531 Add a caution message on CronJob Controller workload if using startingDeadlineSeconds with a value less than 10s 2020-12-06 17:02:01 +00:00
bl-ue e5e0d74573
Remove usage of 'we' in kubelet-garbage-collection.md 2020-12-06 08:24:03 -05:00
bl-ue 5f5952973e
Containers in a pod share their MAC address
Containers in a pod share their MAC address as well as IP address
2020-12-06 08:17:59 -05:00
Kubernetes Prow Robot f06402e1d1
Merge pull request #24418 from liggitt/tls-server
Clarify external kubelet server approver requirements
2020-12-05 08:43:25 -08:00
Chieh-Min Wang 4237738f3c docs: add partition field for EBS
If the EBS volume is partitioned, you have to specify which partition to
mount or the mounting process will fail.

```
mount: /var/lib/kubelet/plugins/kubernetes.io/aws-ebs/mounts/vol-<volumeid>: wrong fs type, bad option, bad superblock on /dev/nvme3n1, missing codepage or helper program, or other error.
```
2020-12-05 13:39:57 +08:00
Kubernetes Prow Robot 03cf213bf1
Merge pull request #25348 from talonx/patch-1
Corrected the field names in the secret
2020-12-04 14:45:26 -08:00
Kubernetes Prow Robot 3b8399c7b8
Merge pull request #25286 from keshy/patch-1
Updated Cheat sheet to include additional command to get shell access to a running pod
2020-12-04 14:43:25 -08:00
Haowei Cai c6175427bb document one should restart all system components after restoring etcd 2020-12-04 10:45:29 -08:00
Kubernetes Prow Robot b81e259c13
Merge pull request #25393 from janetkuo/patch-1
Remove problems in DaemonSet fixed by controllerRef
2020-12-04 09:54:01 -08:00
Charle Demers 590cac5fb5
Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-12-04 10:35:39 -05:00
Charle Demers 36ab3f3fae
Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-12-04 10:33:56 -05:00
Kubernetes Prow Robot 6864aced17
Merge pull request #25200 from tengqm/link-pvs
Add links to volumes from persistent volumes
2020-12-03 18:19:25 -08:00
Janet Kuo e837312f1f
Remove problems in DaemonSet fixed by controllerRef
The sentence describes a problem that's solved by the introduction of controllerRef (ownerRef with controller==true) feature. Removing it.
2020-12-03 17:20:22 -08:00
Qiming Teng 9ddc0a3ad9 Add links to volumes from persistent volumes
When working with persistent volumes, I have to refer to the persitent
volumes page now and then, only to find that the information I need is
on a different page. The PR

- adds some links to ease navigation and
- currects the spelling of volume types, for example, `iscsi` is the type
  to specify rather than `iSCSI`,
- sort the volume type list in alphabetic order.
- added `photonPersistentDisk` as one of valid persistent volume type to
  use, though we don't have any documentation other than API spec for it.
2020-12-04 09:16:23 +08:00
Sangam Biradar 619eb00575
Update cheatsheet.md 2020-12-04 05:00:46 +05:30
Anna Jung (VMware) ad31a3d3e6 Remove cloud controller manager reference doc 2020-12-03 16:55:19 -06:00
Anna Jung (VMware) edc2d65641 Generate reference doc for 1.20.0-rc.0 and update api index page 2020-12-03 16:51:44 -06:00
Kristin Martin 86d9492ccb Merge remote-tracking branch 'upstream/master' into merged-master-dev-1.20 2020-12-03 11:58:44 -08:00
Charle Demers e651788efd
Update port-forward-access-application-cluster.md
Add documentation about the simplified port mapping notation
2020-12-03 14:30:43 -05:00
Chuck Wilson 4d9cbb7797
Fix minor typo 2020-12-03 12:36:42 -05:00
Kubernetes Prow Robot d6636e50c2
Merge pull request #24474 from sftim/20201010_clarify_api_versions_redux
Tweak docs about Kubernetes API versions
2020-12-03 08:51:00 -08:00
Kubernetes Prow Robot a3d4a4066b
Merge pull request #25357 from EmilyM1/metrics-for-k8-system-component
metrics for kubernetes system component
2020-12-03 02:21:00 -08:00
Shekhar Prasad Rajak df69d3c354 Cron schedule syntax and examples added
removed the reboot entry, since it is non standard scheudle syntax and not related to cron syntax for scheduling
2020-12-03 13:43:23 +05:30
Andrew Sy Kim 924acf8e5b add feature gate docs for KubeletCredentialProviders
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-12-02 19:53:52 -05:00
Andrew Sy Kim dbdde629c8 Add docs for configuring kubelet credential provider plugins
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-12-02 19:53:52 -05:00
Emily Moss ee5a0df6ad remove text fragment 2020-12-02 15:30:05 -08:00
Kubernetes Prow Robot 29801cc8e4
Merge pull request #25340 from gavinfish/zone-revise
Revise running in multiple zones
2020-12-02 15:15:00 -08:00
Adam Jacob f2a9a3ef81 Explain the insecure by default nature of secrets
This PR adds a paragraph explaining the insecure by default nature of k8s secrets, and points users at the documentation to turn on encryption at rest and RBAC.

I think a second page needs to be created showing the correct combination of RBAC rules for various cases, which should eventually replace the link to the RBAC documentation.
2020-12-02 12:49:02 -08:00
ying 8e0973b22b
Update md format to make it more easier to read
Before the changes,  the statement of the set-values messed up together, so it is hard to read it out clearly.
2020-12-02 23:59:14 +08:00
Kubernetes Prow Robot 6f0128c21f
Merge pull request #24897 from tengqm/zh-resync-secret
[zh] Resync docs/concepts/configuration/secret.md
2020-12-02 05:40:50 -08:00
RA489 2abce40d08 add code formatting to commands in expose-external-ip-address tutorial 2020-12-02 14:55:14 +05:30
Kubernetes Prow Robot f2a78fa5d5
Merge pull request #23119 from devries/statefulset-mysql-language
Replace master/slave with primary/replica in MySQL StatefulSet example
2020-12-02 01:04:50 -08:00
Hrishikesh Barua 43d071e8eb
Corrected the field names in the secret 2020-12-02 14:25:30 +05:30
Jie Shen a6e8f8bca1 Revise multiple zones 2020-12-02 12:52:30 +08:00
Andrew Sy Kim d591f7e3bc add docs for EndpointSlice conditions
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-12-01 22:33:35 -05:00
Andrew Sy Kim 5a67cf2681 fix trailing spaces in endpointslice doc
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-12-01 22:32:37 -05:00
Kubernetes Prow Robot 21c05e4fb7
Merge pull request #24906 from derekwaynecarr/memory-backed-size
Document SizeMemoryBackedVolumes feature for 1.20
2020-12-01 10:56:51 -08:00
Derek Carr af239416bf Document SizeMemoryBackedVolumes feature for 1.20 2020-12-01 13:22:10 -05:00
Kubernetes Prow Robot 5307e266bb
Merge pull request #24904 from derekwaynecarr/hugepages-downward-api
Add documentation for downward API hugepages
2020-12-01 08:58:50 -08:00
Anderson Gama f4e15f337f
Update docker-cli-to-kubectl.md 2020-12-01 13:56:50 -03:00
Derek Carr 6b4ab17902 Add documentation for downward API hugepages 2020-12-01 11:07:35 -05:00
RA489 0a2ec705b9 Update hello minikube tutorial intro page 2020-12-01 12:51:38 +05:30
Anna Jung (VMware) 1890273af0 Update documenting a feature for a release doc
Signed-off-by: Anna Jung (VMware) <antheaj@vmware.com>
2020-11-30 19:17:37 -06:00
Kubernetes Prow Robot 53def8da4f
Merge pull request #25228 from andrewsykim/disable-lb-node-ports
add docs for service.spec.allocateLoadBalancerNodePorts
2020-11-30 16:52:50 -08:00
Tim Bannister 84fbb5db42
Use appropriate name for control plane in kubeadm reference (#24990)
* Replace several references to “master”

* Revise parameter for kubeadm join
2020-11-30 09:54:52 -08:00
Kubernetes Prow Robot 64ebeb3645
Merge pull request #25313 from ausias-armesto/ausias-armesto-wrong-spelling
Wrong Spelling
2020-11-30 08:30:50 -08:00
Kubernetes Prow Robot 7dc04b488c
Merge pull request #25198 from bl-ue/bl-ue/fix-broken-link
Fix broken link
2020-11-30 08:26:50 -08:00
ausias-armesto 0c858f8813
Wrong participate 2020-11-30 13:38:40 +01:00
Shubham Chauhan 2ec4b1d550 Adding AKO (Avi Kubernetes Operator) to the list of ingress controllers 2020-11-30 17:36:01 +05:30
keshy f3107d250b
Update content/en/docs/reference/kubectl/cheatsheet.md
Ack on recommended change.

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-29 23:37:13 -08:00
Kubernetes Prow Robot ec9bfbd16e
Merge pull request #25292 from michielvangendt/patch-1
Fix link to CSI ephemeral volumes
2020-11-29 13:36:48 -08:00
Kubernetes Prow Robot 79a60308e9
Merge pull request #24921 from roycaihw/apiserver-identity
document kube-apiserver identity
2020-11-29 10:56:48 -08:00
Andrew Sy Kim 9949da14ca add feature gate docs for ServiceLBNodePortControl
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-28 09:58:42 -05:00
Andrew Sy Kim acb476bec4 add docs for service.spec.allocateLoadBalancerNodePorts
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-28 09:58:42 -05:00
Michiel Van Gendt 01d4a0a4dd
Fix link to CSI ephemeral volumes 2020-11-28 12:43:49 +01:00
keshy b752ca0690
Update cheatsheet.md
Added another useful command for obtaining shell access to a running k8s pod.
2020-11-27 11:40:28 -08:00
Tim Bannister 53739e7997 Revise ingress controller list
- note that AWS load balancer integration is now in-project
- sort alphabetically
- link to documentation for the product
- revise wording to always describe the ingress controller rather than
  the service / product that the ingress controller integrates with
2020-11-27 19:19:46 +00:00
Kubernetes Prow Robot c26fe7e49f
Merge pull request #25255 from shuuji3/patch-4
Fix the text in the Mermaid diagram on the reference/access-authn-authz/authentication/ page
2020-11-27 09:46:47 -08:00
Saintmalik cbffc023e9 Fix broken url in docs 2020-11-27 04:27:04 +00:00
TAKAHASHI Shuuji 2bc7fbad27
Fix the text in the authorization diagram 2020-11-26 19:09:42 +09:00
Weiping Cai 9e9bb44eeb
clairfy pod phase Terminating
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-11-26 17:12:08 +08:00
Antonio Ojea e1bd7c0950 expand nodelocaldns docs with IPv6 2020-11-26 09:06:31 +01:00
Kubernetes Prow Robot a8efcda498
Merge pull request #25125 from L3o-pold/patch-1
Improve Taints and Tolerations example
2020-11-25 21:50:19 -08:00
Kubernetes Prow Robot cb802d23b1
Merge pull request #25147 from timhughes/patch-1
Updates links to Dex
2020-11-25 21:46:19 -08:00
Kubernetes Prow Robot 27ca111c09
Merge pull request #25194 from ymmt2005/patch-2
Add Coil CNI to networking.md
2020-11-25 21:42:19 -08:00
Qiming Teng 72a2bafb47 [zh] Resync docs/concepts/configuration/secret.md 2020-11-26 13:36:27 +08:00
Kubernetes Prow Robot 861a8fa676
Merge pull request #25246 from nate-double-u/24049-add-success-threshold-default-value
Updating docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes
2020-11-25 18:20:19 -08:00
Nate W f205837b9a Updating docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes
Adding the successThreshold default value of startupProbe in the Configure Probes section.

fixes: https://github.com/kubernetes/website/issues/24049
Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
2020-11-25 17:29:21 -08:00
Kubernetes Prow Robot a10fb8d3ef
Merge pull request #25181 from shuuji3/en/replace-openid-diagram-with-mermaid
Replace the sequence diagram on authentication page using Mermaid
2020-11-25 16:54:20 -08:00
Kubernetes Prow Robot b138a70adb
Merge pull request #25238 from jlsong01/rm_podpresent
rm podpreset
2020-11-25 16:38:19 -08:00
Kubernetes Prow Robot a27c157ef7
Merge pull request #24701 from ramnar/patch-1
commands to create job and cronjob
2020-11-25 16:14:19 -08:00
Michael Hofer 4adea80ff8
Docs: Add containerd setup instructions for Ubuntu 18.04/20.04 2020-11-25 21:57:22 +01:00
clearbjli 587f6cee63
Update container-runtimes.md
--keyring option to apt-key must come before the "add" command. Otherwise this step will fail (verified on Ubuntu 20.04.1 LTS).
2020-11-25 21:57:21 +01:00
jlsong01 1b7708b975 rm podpresent 2020-11-25 23:38:13 +08:00
Kubernetes Prow Robot cdd6e9a059
Merge pull request #24525 from sftim/20201012_explain_pod_template_updates
Improve explanation about pod template updates
2020-11-25 07:20:39 -08:00
Kubernetes Prow Robot 43071259c2
Merge pull request #24777 from chlunde/patch-1
AWS ALB Ingress Controller renamed to AWS Load Balancer Controller
2020-11-25 07:18:40 -08:00
reylejano-rxm d8ae37587e Merge remote-tracking branch 'upstream/master' into dev-1.20 to keep in sync - 11-25-2020 2020-11-25 07:03:22 -08:00
Tim Hughes f5132af21e Updates links to Dex 2020-11-25 13:48:56 +00:00
Andrew Sy Kim e9ea77ef1e fix trailing spaces in Service docs
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-24 21:37:58 -05:00
Kubernetes Prow Robot 6fa3e91eb8
Merge pull request #24781 from k-wiatrzyk/dev-1.20-tm-scope
Update Topology Manager documentation to include the scope feature
2020-11-24 13:38:39 -08:00
Haowei Cai 2ad9e0239d document kube-apiserver identity 2020-11-24 13:35:56 -08:00
Carl Henrik Lunde 30bf45ee5e
Update with correct AWS product name
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-24 22:00:16 +01:00
Krzysztof Wiatrzyk 4255393696 Update Topology Manager documentation to include the scope feature
Signed-off-by: Krzysztof Wiatrzyk <k.wiatrzyk@samsung.com>
2020-11-24 14:10:35 +01:00
Kubernetes Prow Robot b267e6d1d0
Merge pull request #25165 from m-yosefpor/master
CustomResourceDefaulting promoted to GA
2020-11-24 01:09:01 -08:00
Rob Franken 1de3ac5a28
Small wording update on Log sanitization docs
Follow up to PR #24845, following the remarks kbhawkey had
2020-11-24 09:10:12 +01:00
Marek Siarkowicz d7a3f5d409
Document log sanitization feature (#24845)
* Document log sanitization feature

* Fill in log sanitization documentation

* Update content/en/docs/concepts/cluster-administration/system-logs.md

Co-authored-by: Marek Siarkowicz <marek.siarkowicz@protonmail.com>

Co-authored-by: Rob Franken <rfranken@google.com>
Co-authored-by: Rob Franken <rob@rob-franken.nl>
2020-11-23 23:49:00 -08:00
bl-ue d38bbe24ee Fix broken link
In content/{en, ja, ko, zh}/docs/setup/production-environment/windows/user-guide-windows-containers.md:

    https://gist.github.com/{wagnerandrade => 19WAS85}/5424431
2020-11-23 16:02:21 -05:00
Iskandar Abudiab e910fb10a5
Add Swift client library 2020-11-23 20:45:53 +01:00
Kubernetes Prow Robot 2c1667062b
Merge pull request #25155 from apelisse/patch-2
Replace incorrect `granular` by `set/map`
2020-11-23 11:31:01 -08:00
Kubernetes Prow Robot 6616a8359e
Merge pull request #24910 from smarterclayton/metrics
docs: Scheduler resource tracking metrics
2020-11-23 11:05:01 -08:00
Clayton Coleman bd1a75b6c8
docs: Scheduler resource tracking metrics
In 1.20 an optional metrics endpoint is added to the scheduler that
allows administrators to see the requested pod resources and the
imposed pod limits as metrics to better understand the capacity and
usage of the system under the pod model. Describe how these metrics
can be seen under cluster-administration.
2020-11-23 14:00:05 -05:00
Kubernetes Prow Robot 8c61a3f2b0
Merge pull request #24423 from neolit123/1.20-amend-ca-rotation-page
manual-ca-rotation: adjust note for "--client-ca-file"
2020-11-23 10:45:02 -08:00
Kubernetes Prow Robot 41024edb5b
Merge pull request #25151 from Jefftree/defaults
Add section on Built-in Defaulting
2020-11-23 10:17:01 -08:00
Kubernetes Prow Robot 6c44418194
Merge pull request #25150 from marosset/intro-windows-updates
Misc updates to intro-windows-in-kubernetes.md
2020-11-23 10:15:01 -08:00
Jefftree 3dc68c924b Add section for defaulting and nullable 2020-11-23 11:49:35 -05:00
Kubernetes Prow Robot ffd2d2e44a
Merge pull request #25091 from liggitt/gc
Update GC cross-namespace note
2020-11-23 08:45:34 -08:00
Yamamoto, Hirotaka 499435dc14 Add Coil CNI to networking.md
Coil is a new open-source CNI plugin for Kubernetes.

Resources:
- https://github.com/cybozu-go/coil
- https://blog.kintone.io/entry/coilv2
2020-11-23 16:31:43 +00:00
Kubernetes Prow Robot de2de57166
Merge pull request #24935 from robscott/endpointslice-ga
Updating EndpointSlice docs for 1.20
2020-11-23 07:01:35 -08:00
TAKAHASHI Shuuji b5c0e5ea14 Replace the diagram on authentication page with the one by mermaid. 2020-11-23 14:12:21 +09:00
RA489 815832f03a Update kind doc 2020-11-23 09:50:45 +05:30
Kubernetes Prow Robot e415c960a9
Merge pull request #25158 from HollowMan6/patch-1
Fix typo
2020-11-22 11:57:33 -08:00
Mohammad Yosefpor 5f5128fe5e
CustomResourceDefaulting promoted to GA 2020-11-22 18:16:30 +03:30
Kubernetes Prow Robot 80efb1e56a
Merge pull request #25120 from mkontani/mkontani/patch-1
Update authentication.md
2020-11-22 02:51:33 -08:00
Hollow Man c0eafeb534
Fix typo
hoding -> holding
2020-11-21 22:53:22 +08:00
Kubernetes Prow Robot 0c31d5b5c4
Merge pull request #24933 from robscott/app-protocol-ga
Updating Service AppProtocol to GA
2020-11-21 05:13:33 -08:00
Antoine Pelisse 7b0d453e47 Replace incorrect `granular` by `set/map`. 2020-11-20 20:46:47 -08:00
Rob Scott 9206f25905
Updating Service AppProtocol to GA 2020-11-20 16:58:45 -08:00
Rob Scott c927e9a573
Updating EndpointSlice docs for Kubernetes 1.20
This include the new EndpointSliceNodeName and EndpointSliceTerminating
feature gates as well as the deprecation of the Topology field.
2020-11-20 16:43:35 -08:00
marosset 7181cb54cd Misc updates to intro-windows-in-kubernetes.md 2020-11-20 23:06:19 +00:00
Shihang Zhang ade35778db add metric and flag information for BoundServiceAccountTokenVolume 2020-11-20 15:04:39 -08:00
Kubernetes Prow Robot e3076ed57a
Merge pull request #24918 from bobbypage/graceful-node-shutdown-docs
Graceful node shutdown (alpha 1.20 feature) docs [KEP: 2000]
2020-11-20 14:40:22 -08:00
Kubernetes Prow Robot 8b174740e5
Merge pull request #25113 from zhaojizhuang/fixexample
fix example error when use kubectl get -f
2020-11-20 09:28:52 -08:00
Kubernetes Prow Robot cb7c4b6431
Merge pull request #23042 from sftim/20200809_update_audit_task
Update cluster auditing task page
2020-11-20 08:18:50 -08:00
zhaojizhuang 7beee58927 fix example error when use kubectl get -f 2020-11-20 23:59:51 +08:00
serewicz 07a8b3315d
Update container-runtimes.md
The current command on line 125 throws a permission error. The sudo elevation of rights applies to the containerd command, not the write (>) to a file owned by root.

This is the command as copied from the current page:
student@master:~$ sudo containerd config default > /etc/containerd/config.toml
-bash: /etc/containerd/config.toml: Permission denied

Instead leverage sudo tee. It works and no more error: 
student@master:~$ containerd config default | sudo tee /etc/containerd/config.toml
2020-11-20 09:16:59 -06:00
Mark Rossetti b41ee25727
doc updates for graduating Windows + containerd support to stable (#24862)
fixing content in tabs on adding-windows-nodes.md

reworking tabbed content on adding-windows-nodes.md

intro-windows-in-kubernetes.md

Updating Windows pause image details

PR feedback for adding-windows-nodes.md

Updating comments got GMSA on containerD
2020-11-20 07:10:51 -08:00
Kubernetes Prow Robot 2c2cdeb5d8
Merge pull request #24908 from neolit123/1.20-upgrade-docs
kubeadm: update the upgrade documentation for 1.20
2020-11-20 06:58:51 -08:00
Kubernetes Prow Robot d63933db6e
Merge pull request #24415 from sftim/20201007_remove_cluster_management_task
Remove cluster management task
2020-11-20 06:52:51 -08:00
Tim Bannister 59dcd57cc9 Revise cluster management task
After removing the sections of the page that are not in line with the
content guide, there is little left.

Edit pages that link to removed task to no longer link there.
Redirect using 302 status so that there is a future opportunity to reinstate
the page or something like it.

- Avoid links to removed cluster management task
- Broaden applicability of “Safely Drain A Node”
- Add (stub) cluster upgrade task page
- Add a basic page about upgrading your cluster.
- Add a task page about enabling or disabling HTTP APIs
2020-11-20 10:22:25 +00:00
David Porter 13cc09ff08 Add graceful node shutdown feature gate 2020-11-20 07:19:09 +00:00
Kubernetes Prow Robot 1e38b53fc8
Merge pull request #25073 from tengqm/tweak-binpacking
Tweak page style for resource-bin-packing
2020-11-19 18:30:51 -08:00
Léopold Jacquot 937ddcea5a
Improve Taints and Tolerations example 2020-11-19 22:17:34 +01:00
Kubernetes Prow Robot 11d11a6adc
Merge pull request #25122 from Marusyk/25118
Remove automatic index from tutorials list
2020-11-19 12:52:52 -08:00
Roman Marusyk 7ae8024f03
Remove automatic index from tutorials list 2020-11-19 22:26:59 +02:00
Lubomir I. Ivanov b675adf796 kubeadm: upgrade the upgrade documentation for 1.20
Update the kubeadm upgrade documentation:
- Re-order the steps to drain / upgrade kubelet/kubectl / uncordon
- Remove the detailed output from apply and plan.
- Use {{ skew ... }} markers so that we can avoid more verbose changes
to the document.
- Apply minor / general cleanup (whitespace, missing ':')
2020-11-19 22:06:45 +02:00
Kubernetes Prow Robot 5548e3f7c9
Merge pull request #25090 from nodecaf/patch-1
Update taint-and-toleration.md
2020-11-19 10:40:51 -08:00
mkontani c2a33c3403 fix dex/kubernetes link 2020-11-19 18:09:22 +00:00
Somtochi Onyekwere ba77c903ed Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-11-19 17:09:49 +01:00
TAKAHASHI Shuuji 52a54dbf01
Update the URL of krew plugin list 2020-11-18 22:59:14 -05:00
Kubernetes Prow Robot 35b3eba07d
Merge pull request #24643 from cognifloyd/patch-1
Fix minor typo in StatefulSets docs
2020-11-18 09:58:05 -08:00
Sundeep Malladi 97629eba26
Update configmap.md 2020-11-18 10:40:55 -06:00
Kubernetes Prow Robot 2faaed676c
Merge pull request #24874 from janosi/mixedprotocollb
Document the support of mixed protocol values in the LoadBalancer type of Services
2020-11-18 07:00:06 -08:00
Kubernetes Prow Robot 754db5345e
Merge pull request #25089 from scoulomb-dup-fork/cm-cmd-args
Improve configmap usage as pod command and args
2020-11-18 06:54:05 -08:00
Kubernetes Prow Robot 8d225a1c73
Merge pull request #25088 from jjasghar/patch-1
Update health-checks.md
2020-11-18 06:28:06 -08:00
Jordan Liggitt 8d96fcb423 Update GC cross-namespace note 2020-11-18 09:14:07 -05:00
Qiming Teng 2c38cb1bdc Tweak page style for resource-bin-packing 2020-11-18 16:34:09 +08:00
Kubernetes Prow Robot cc0d8b78ad
Merge pull request #25068 from scoulomb-dup-fork/cm
Use configmap inside a k8s pod command, as entrypoint is docker specific
2020-11-17 22:54:04 -08:00
ramnar 4ed2587df3
implemented review comments 2020-11-18 10:03:23 +05:30
Kubernetes Prow Robot 606d0da197
Merge pull request #25079 from mysunshine92/update-feature-gates-ServiceAppProtocol
Update feature-gates: delete redundant description for ServiceAppProtocol
2020-11-17 18:34:05 -08:00
wangyamei 9ff6274c68 Update feature-gates: delete redundant description for ServiceAppProtocol 2020-11-18 10:12:32 +08:00
Sylvain COULOMBEL 08fbeb5953 Use configmap inside a k8s pod command, as entrypoint is docker specific 2020-11-17 22:34:17 +01:00
nodecaf 24bd49980b
Update taint-and-toleration.md
Missing key=value in the key taint removal example
2020-11-18 08:31:36 +11:00
Sylvain COULOMBEL 1ec78b1f28 Improve configmap usage as pod command and args 2020-11-17 21:54:25 +01:00
JJ Asghar 3be56a6099 Update health-checks.md
Looks like the formatting for ```shell isn't outputting correctly on the page.

Signed-off-by: JJ Asghar <jjasghar@gmail.com>
2020-11-17 14:45:19 -06:00
Laszlo Janosi c640aee603
explain the new MixedProtocolLBService feature flag 2020-11-17 19:49:17 +00:00
Kubernetes Prow Robot de6d96dc5c
Merge pull request #25083 from eyenx/patch-2
Update dead Link to Docker EE Installation
2020-11-17 10:58:05 -08:00
SHARATH ARADHYAMATH 983df6134c
Fix typo in container restart policy #25041
Issue: https://github.com/kubernetes/website/issues/25041

Description: Missing space in the word "forthat", it should be "for that".

Fix: Fixed the missing space in "forthat" under the topic "Container restart policy".

Doc link: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
2020-11-17 20:11:39 +05:30
Toni Tauro ccbab9c9d6
Update dead Link to Docker EE Installation
Link to official documentation. Mirantis Link is dead (404)
2020-11-17 14:33:43 +01:00
Kubernetes Prow Robot ce40d8da83
Merge pull request #24538 from Cweiping/feature/fix_node-conformance_apiserver_adress_error
fix node-conformance apiserver adress flag error
2020-11-16 18:46:04 -08:00
Weiping Cai e245787641
fix node-conformance apiserver adress error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-11-17 10:11:45 +08:00
Shihang Zhang b9cd9ddaa4 add description for CSIServiceAccountToken 2020-11-16 18:06:09 -08:00
Kubernetes Prow Robot e5f81e70fa
Merge pull request #25050 from pierrchen/etcdSetup
kubeadm: add instruction to check kubelet status
2020-11-16 16:22:05 -08:00
Kubernetes Prow Robot d249077048
Merge pull request #24907 from neolit123/1.20-master-label
kubeadm: remove general output from "kubeadm init"
2020-11-16 14:46:04 -08:00
Tim Bannister 304661b156 Update cluster auditing task page
Tidying; also drop details of third-party audit configuration

- aggregated API servers
- remove examples of log shipping with fluentd and Logstash

These examples would find a better home in a blog article or elsewhere
on the web. For example, a new blog article that provides detailed
advice about how to deploy log aggregation, configure log shipping into
the aggregator, and protect the audit logs from tampering.
2020-11-16 22:34:04 +00:00
Lubomir I. Ivanov c6ac783000 manual-rotation-of-ca-certificates: use kube-controller-manager naming 2020-11-16 23:09:07 +02:00
Lubomir I. Ivanov 61e330d06d manual-ca-rotation: adjust note for "--client-ca-file"
- Instead of telling the users to remove the flag, tell them
that they can point to a copy of the new CA for --client-ca-file
--cluster-signing-cert-file that is not in a bundle with the old CA.
- Don't reference the kubeadm issue. If sig-auth has a tracking
issue for --client-ca-file / --cmanual-ca-rotation: adjust note for "--client-ca-file"

- Instead of telling the users to remove the --client-ca-file flag,
tell them that they can point to a copy of the new CA.
Mention the same for --cluster-signing-cert-file.
- Don't reference the kubeadm issue. If sig-auth has a tracking
issue for --client-ca-file / --cluster-signing-cert-file and bundles
we can add that at some point.
2020-11-16 23:09:07 +02:00
Lubomir I. Ivanov dd402eff76 kubeadm: remove general output from "kubeadm init"
Leave only the message:
  "Your Kubernetes control-plane has initialized..."
and the details bellow it.
2020-11-16 22:53:36 +02:00
Bin Chen 74243e9397 kubeadm: add instruction to check kubelet status
kubelet can fail to start due to various reason, e.g mismatching cgroup
drivers. Add this step to save user from having to go back and check when
found etcd cluster is not running successfully.
2020-11-16 19:50:31 +11:00
Kubernetes Prow Robot 8540e67a0b
Merge pull request #25004 from celestehorgan/techdocs-7
Use k8s more widely
2020-11-15 13:31:03 -08:00
Laszlo Janosi ebf1a6148d
Add the MixedProtocolLBService to the feature gate list 2020-11-14 15:37:24 +00:00
Laszlo Janosi d91e7f094a
Document the use of mixed protocol values for LoadBalancer Type of Services 2020-11-14 15:32:42 +00:00
Mike Spreitzer bf23ba2aa9
Update API Priority and Fairness doc for graduatino to beta (#24975) 2020-11-14 01:55:04 -08:00
Christian Huffman 4b95114b63 Move CSIVolumeFSGroupPolicy to beta 2020-11-13 12:18:47 -05:00
Xing Yang e62b6e1b18
Add doc for snapshot GA (#24849) 2020-11-13 05:08:24 -08:00
Andrei Kvapil 798b5c9f2a
Add missing steps to configure konnectivity-server (#24141)
* Add missing steps to configure konnectivity-server

* Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* update konnectivity manifests

* remove tcp configuration

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-12 23:52:23 -08:00
Kubernetes Prow Robot 8666ce1771
Merge pull request #24754 from zshihang/dev-1.20
add doc for CSIServiceAccountToken
2020-11-12 14:32:25 -08:00
Kubernetes Prow Robot 9d0d7f021f
Merge pull request #24991 from fonsecas72/default-headers-http-probe
HTTP Probe - Update documentation about default headers
2020-11-12 11:38:26 -08:00
Lubomir I. Ivanov d0c6d303c3
kubeadm: promote the "kubeadm certs" command to GA (#24410)
The command resided under "kubeadm alpha certs".
It will be promoted to GA in 1.20 as "kubeadm certs".

The existing command "kubeadm alpha" will
remain present for one more release, but it will be hidden
from documentation as it is deprecated.
2020-11-12 11:28:25 -08:00
Celeste Horgan cf76fafcff Use k8s more widely
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-11-12 10:43:46 -08:00
Tim Bannister 0302b2d362 Add 3rd party content warning to Ingress Controllers concept 2020-11-12 17:53:41 +00:00
Hugo Fonseca 2300a3e0fe HTTP Probe - Update documentation about default headers 2020-11-12 15:47:40 +00:00
Maciej Szulik 4f0068f333
Add information how to enable cronjob controller v2 2020-11-12 16:31:41 +01:00
Kubernetes Prow Robot 20546141c0
Merge pull request #24698 from SergeyKanzhelev/runtimeGA
RuntimeClass GA
2020-11-12 03:10:50 -08:00
Song Shukun 591e1b94fd fix docs/tutorials/stateful-application/zookeeper.md 2020-11-12 20:06:54 +09:00
Prakher Singhal a2a2896865
Update pod-lifecycle.md
Default for periodSeconds field of startupProbe resource is 10 seconds.

$ kubectl explain pod.spec.containers.startupProbe.periodSeconds
KIND:     Pod
VERSION:  v1

FIELD:    periodSeconds <integer>

DESCRIPTION:
     How often (in seconds) to perform the probe. Default to 10 seconds. Minimum
     value is 1.
2020-11-12 14:51:23 +05:30
Kubernetes Prow Robot 23e77fd5a6
Merge pull request #24974 from zaheerm/patch-1
Correct link to external-storage
2020-11-11 18:14:50 -08:00
Kubernetes Prow Robot d275df5892
Merge pull request #24954 from ravisantoshgudimetla/patch-6
Introduce windows-priorityclass flag to kubelet
2020-11-11 16:30:50 -08:00
Kubernetes Prow Robot 3450e8be44
Merge pull request #24913 from mattcary/placerholder-fsgroup
Promote ConfigurableFSGroupPolicy feature to beta
2020-11-11 16:24:50 -08:00
Tim Bannister daa2c4718d Fix branch name advice
Fixup for commit 28c8c2e9b2
2020-11-11 23:35:06 +00:00
Arhell f41b214818 fix branch name 2020-11-12 01:24:31 +02:00
Arhell 7c2f959048 fix branch name 2020-11-12 01:09:02 +02:00
Arhell 96a86da7c1 fix branch name 2020-11-12 01:02:31 +02:00
Zaheer Merali e3db381880
Move link away from deprecated external-storage repo 2020-11-11 14:54:45 +00:00
Irvi Aini bb33373bb3
Merge branch 'master' into dev-1.20 2020-11-11 14:55:30 +01:00
Kubernetes Prow Robot 1885c0b283
Merge pull request #24692 from SergeyKanzhelev/ExecProbeTimeout
ExecProbeTimeout feature gate introduction
2020-11-11 05:43:48 -08:00
Sergey Kanzhelev 1f306541c7
Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-11 01:39:07 -08:00
Sergey Kanzhelev 1a13c6ba45
Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-11 01:38:45 -08:00
Sergey Kanzhelev d81ee2342a
Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-11-11 01:38:09 -08:00
Kubernetes Prow Robot cf5cc96081
Merge pull request #24914 from alculquicondor/inherent-node-affinity
Add usage for per-profile node affinity
2020-11-11 01:37:48 -08:00
Kubernetes Prow Robot b2bac637ab
Merge pull request #24725 from bridgetkromhout/dual-stack-1-20
Dual stack 1.20 docs update
2020-11-11 01:35:51 -08:00
Kubernetes Prow Robot 96469d515e
Merge pull request #24567 from saintmalik/fix-url-bug
Fix broken url in docs
2020-11-10 19:37:48 -08:00
Kubernetes Prow Robot 56cf8f59f0
Merge pull request #24424 from sftim/20201007_large_cluster_guidance
Revise large cluster guidance
2020-11-10 18:37:48 -08:00
Kubernetes Prow Robot 6d90079245
Merge pull request #23842 from tengqm/improve-sa-admin
Improve ServiceAccount administration doc
2020-11-10 18:25:48 -08:00
Shihang Zhang 0b4952dd88 separate RootCAConfigMap from BoundServiceAccountToken and Beta 2020-11-10 15:18:29 -08:00
Bridget Kromhout 8a3244fdd1 Dual-stack docs for Kubernetes 1.20
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2020-11-10 16:10:45 -06:00
Aldo Culquicondor 45da527a31 Add usage for per-profile node affinity 2020-11-10 13:48:47 -05:00
Zaheer Merali 927a127b48
Correct link to external-storage 2020-11-10 17:07:06 +00:00
Kubernetes Prow Robot 91d02f301a
Merge pull request #24786 from RenaudWasTaken/pod-resources-docs
Graduate KubeletPodResources to GA
2020-11-10 07:56:40 -08:00
ramnar ba4b043336
updated review comments
updated review comments
2020-11-10 07:08:40 +05:30
ramnar 18e4eaff07
implemented feedback
implemented feedback
2020-11-10 07:05:16 +05:30
Sergey Kanzhelev 220a7b201b ExecProbeTimeout feature gate introduction 2020-11-10 00:10:11 +00:00
Adhityaa Chandrasekar 3b68d53372 flow control metrics: switch to snake_case for labels
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2020-11-09 22:40:03 +00:00
Matthew Cary c5ffbec1ea placeholder CL for fsgroup policy beta 2020-11-09 21:14:47 +00:00
Lee Verberne 179c821b02
Update kubectl debug docs for 1.20 release (#24847)
* Update kubectl debug docs for 1.20 release

* Apply suggestions from code review

Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>

Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-11-09 04:46:25 -08:00
Song Shukun f3d1fd3351 fix link in /docs/tutorials/stateful-application/zookeeper.md 2020-11-09 18:12:49 +09:00
Ravi Gudimetla 1bcc07a674
Introduce windows-priorityclass flag to kubelet
Introduce windows-priorityclass flag to kubelet
2020-11-09 08:45:36 +05:30
Kubernetes Prow Robot 358bc69dde
Merge pull request #24878 from ebriand/patch-5
Update default admission plugins for 1.19
2020-11-08 12:07:37 -08:00
Kubernetes Prow Robot 1db894c643
Merge pull request #24894 from tengqm/zh-sync-resource-quota
[zh] Sync changes to docs/concepts/policy/resource-quotas.md
2020-11-08 12:05:37 -08:00
Kubernetes Prow Robot 1d5ecc7af8
Merge pull request #24936 from ruiwen-zhao/qos
Explicitly mention init containers in the QoS doc
2020-11-07 23:35:37 -08:00
Qiming Teng 4bf6c16cca [zh] Sync changes to docs/concepts/policy/resource-quotas.md
Also fixed a nit in English version.
2020-11-08 10:50:16 +08:00
ruiwen-zhao 75456274f9 Explicitly mention init containers in the QoS doc 2020-11-06 19:19:38 +00:00
Chris Bowzer 975cf8c261
Fix formatting issue in Compute Resource Quota documentation 2020-11-06 10:52:47 -08:00
Tim Bannister f80591272c Add advice about control plane resilience for large clusters 2020-11-05 17:33:39 +00:00
Tim Bannister 0600eaedde Reword “Building large clusters”
The existing page had lots of references to specific products. Those
references aren't in line with the current content guide, so I cut them
out.

I then reshaped the page to be a general set of advice about managing
and running large clusters.
2020-11-05 17:33:39 +00:00
Eric Briand cee9e620ca
Use different wording to not quote current version 2020-11-05 17:21:08 +01:00
Kubernetes Prow Robot 51a541c161
Merge pull request #24890 from russellb/ovn-kube
Add OVN-Kubernetes to list of cluster add-ons
2020-11-04 23:46:52 -08:00
Kubernetes Prow Robot afa5196363
Merge pull request #24825 from novas0x2a/patch-1
document HPA's implicit deactivation
2020-11-04 16:26:53 -08:00
reylejano-rxm 3ea3856e78 Merge master into dev-1.20 branch to fix Integration Branch 2020-11-04 14:22:05 -08:00
Russell Bryant 21b52415e0 Add OVN-Kubernetes to list of cluster add-ons
OVN-Kubernetes is another network provider for Kubernetes.  Add it to the list
of other similar add-ons.
2020-11-04 17:09:06 -05:00
Kubernetes Prow Robot b436a816e9
Merge pull request #24889 from reylejano-rxm/merged-master-dev-1.20
Merge master into dev-1.20 to keep in sync - 11-4-20
2020-11-04 12:46:53 -08:00
Kubernetes Prow Robot 04787a1903
Merge pull request #24865 from Arhell/fix-heading
fix heading level
2020-11-04 12:36:53 -08:00
Shihang Zhang 3590d73008
TokenRequest and TokenRequestProjection are GA now (#24823) 2020-11-04 11:24:53 -08:00
Kubernetes Prow Robot 44fd64ef5c
Merge pull request #24639 from ankeesler/exec-cred-prov-cluster-info
exec credential provider: cluster info details
2020-11-04 11:20:52 -08:00
reylejano-rxm 48266bd653 Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-11-04 10:32:10 -08:00
Tim Hockin 6fdb3e10d7 Revert storage-related topology changes 2020-11-04 09:01:42 -08:00
Jakob 8c68745c0f
improve structure of finalizer section in CRD guide (#24851)
- It's now more precise regarding the format of finalizers (which have to
  consist of a namespace and a name, separated by a forward slash or they
  will get rejected by the apiserver, with the exception of built in ones)
- It's less repetitve in general
2020-11-04 08:00:05 -08:00
Kubernetes Prow Robot c779b2152b
Merge pull request #24783 from thockin/kep-1659-doc-topology-labels
Better docs for standard topology labels
2020-11-04 07:38:04 -08:00
Eric Briand c869ef67a8
Update default admission plugins for 1.19 2020-11-04 09:56:20 +01:00
Kubernetes Prow Robot 5199878fb2
Merge pull request #24768 from kbhawkey/kb-content-third-party-cleanup-1
clean up turnkey cloud solutions
2020-11-04 00:46:04 -08:00
Kubernetes Prow Robot 6691d8e7b2
Merge pull request #24863 from povsister/signing-duration
Fix experimental flag example
2020-11-03 18:32:03 -08:00
Karen Bradshaw a8f07b6a1b modify width of iframe 2020-11-03 16:24:20 -05:00
Karen Bradshaw 1e1e016d17 testing landscape shortcode 2020-11-03 15:52:15 -05:00
Karen Bradshaw dd618cff39 clean up turnkey cloud solutions 2020-11-03 15:40:26 -05:00
Tim Hockin 300c2e8545 Better docs for standard topology labels
As per KEP 1659, topology labels are now more formalized.  Move away
from the older `failure-domain.beta` names ands use `topology` names
instead.
2020-11-03 11:27:58 -08:00
Andrew Keesler c855d5d68c
exec credential provider: make arbitrary JSON more explicit
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-11-03 12:19:16 -05:00
Kubernetes Prow Robot dbce914cfd
Merge pull request #24852 from alculquicondor/beta-default-spread
Graduate DefaultPodTopologySpread to beta
2020-11-03 07:44:16 -08:00
Aldo Culquicondor ac3d7d5642 Graduate default pod topology spread to beta 2020-11-03 10:11:05 -05:00
Kubernetes Prow Robot 974932e170
Merge pull request #24756 from fonsecas72/95641
Documenting new default headers in HTTP probes
2020-11-03 07:02:16 -08:00
Aldo Culquicondor eda7a79ea2 Fix feature state for cluster-level default topology spread
The configuration is part of the PodTopologySpread feature
(previously known as EvenPodsSpread)
2020-11-03 09:29:27 -05:00
Arhell 08b566111d fix heading level 2020-11-03 10:54:58 +02:00
povsister 3189bdf52a Fix experimental flag example 2020-11-03 14:30:44 +08:00
Arjun Naik b838012e1e
Added docs about container resource metric source for HPA (#23523)
* Added docs about container resource metric source for HPA

Signed-off-by: Arjun Naik <arjun.rn@gmail.com>

* Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md

Co-authored-by: Guy Templeton <guyjtempleton@googlemail.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Guy Templeton <guyjtempleton@googlemail.com>
2020-11-02 11:44:15 -08:00
Kubernetes Prow Robot dc5093f2f2
Merge pull request #24819 from doug-fish/master
Add missing space
2020-11-02 07:24:54 -08:00
Kubernetes Prow Robot 6a887a3204
Merge pull request #24841 from sftim/20201101_fix_container_runtime_apt_pgp_key_instructions
Fix incorrect instructions for adding PGP keys to APT
2020-11-02 06:48:53 -08:00
Tim Bannister dbb93e842e
Fix incorrect instructions for adding PGP keys to APT 2020-11-01 23:18:05 +00:00
Mike Lundy 862482e4d1
Apply suggestions from code review
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-31 12:00:00 -07:00
Hugo Fonseca f5a8dbe61e HTTP Probe - Documenting about default headers 2020-10-31 17:12:42 +00:00
Pankaj Kumar b05f84778b
Updated _index.md to remove duplicate lines
Removed duplicate lines in the documentation.
2020-10-31 11:46:33 +05:30
Mike Lundy 0f4db0dc90
document HPA's implicit deactivation 2020-10-30 14:56:32 -07:00
Kubernetes Prow Robot fe76436eba
Merge pull request #24780 from anwesh-b/patch-1
Update container-runtimes.md
2020-10-30 13:12:52 -07:00
Kubernetes Prow Robot 2bc2e8fda0
Merge pull request #24528 from sftim/20201012_add_object_to_glossary
Add object to glossary
2020-10-30 12:20:38 -07:00
Kubernetes Prow Robot fd242da719
Merge pull request #24755 from RenaudWasTaken/dev-1.20
Graduate DisableAcceleratorUsageMetrics to beta
2020-10-30 12:16:38 -07:00
Renaud Gaubert 99ecc57389 Graduate DisableAcceleratorUsageMetrics to beta
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-10-30 10:27:33 -07:00
doug-fish 9f052f96d4
Add missing space 2020-10-30 10:49:13 -05:00
Renaud Gaubert f2ef3d0e80 Graduate KubeletPodResources to GA
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
2020-10-29 18:55:33 -07:00
Sergey Kanzhelev 21362d8e4c
Update content/en/docs/reference/command-line-tools-reference/feature-gates.md 2020-10-29 17:24:02 -07:00
Sergey Kanzhelev 06fda8221a
Update content/en/docs/reference/command-line-tools-reference/feature-gates.md 2020-10-29 17:23:43 -07:00
Sergey Kanzhelev 63283f5c31
Update content/en/docs/reference/access-authn-authz/admission-controllers.md 2020-10-29 17:22:26 -07:00
Sergey Kanzhelev 6d51948652
Update content/en/docs/reference/access-authn-authz/admission-controllers.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-29 17:19:11 -07:00
Kubernetes Prow Robot 7ffb2882df
Merge pull request #24728 from nate-double-u/23055-copy-update
Copy updates for k8s.io/docs/concepts/containers/images/
2020-10-29 14:18:06 -07:00
Anwesh Budhathoki b45a679d36
Update container-runtimes.md
Added few lines to help people understand the procedure
2020-10-29 20:42:46 +05:45
Karen Bradshaw 1c8429a173 fix csimigration feature state 2020-10-29 10:42:44 -04:00
Kubernetes Prow Robot 270e0b5996
Merge pull request #24730 from lmm/update-calico
Update Calico description on 'Cluster Networking' page
2020-10-29 07:02:59 -07:00
Carl Henrik Lunde 1d08f1f6fa
AWS ALB Ingress Controller renamed to AWS Load Balancer Controller
AWS ALB Ingress Controller is now renamed to AWS Load Balancer Controller
2020-10-29 13:38:04 +01:00
Kubernetes Prow Robot 7da692f67e
Merge pull request #24770 from clearbjli/patch-1
Wrong argument order for apt-key. Fails on Ubuntu 20.04.1 LTS
2020-10-29 02:04:59 -07:00
Qiming Teng ab58775702 Add secret type documentation 2020-10-29 09:26:44 +08:00
Kristin Martin d2c63597e5 Merge remote-tracking branch 'upstream/master' into dev-1.20 2020-10-28 14:24:02 -07:00
Laurence Man 7f94c0e4a4 Update Calico description based on feedback 2020-10-28 12:00:23 -07:00
Kubernetes Prow Robot 84b3e50605
Merge pull request #24764 from adtac/pts1
pod topology spread: add note about GA and feature gates
2020-10-28 07:35:56 -07:00
Adhityaa Chandrasekar ede08e612b pod topology spread: add note about GA and feature gates
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2020-10-28 13:53:32 +00:00
ramnar bc2b4f2e5b
implemented review comments
implemented review comments
2020-10-28 07:28:32 +05:30
KilimAnnejaro 6aee0699e2 moving use cases up 2020-10-27 20:50:49 -05:00
KilimAnnejaro 7f5f3cb00e responding to comments 2020-10-27 20:15:09 -05:00
KilimAnnejaro 1d809aabd6 use cases for volume snapshot 2020-10-27 18:28:30 -05:00
Shihang Zhang ca462f973d add doc for CSIServiceAccountToken 2020-10-27 10:04:00 -07:00
clearbjli 8f352ff829
Update container-runtimes.md
--keyring option to apt-key must come before the "add" command. Otherwise this step will fail (verified on Ubuntu 20.04.1 LTS).
2020-10-27 13:11:00 +01:00
Sergey Kanzhelev ca7cb78cab
Update content/en/docs/concepts/containers/runtime-class.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-26 15:27:38 -07:00
Nate W 9a6731fc8b Copy updates
1. Copy updates to correct "container image manifests" reference to "container image index." (Fixes https://github.com/kubernetes/website/issues/23055)
2. Setting titles to sentence case throughout.

Signed-off-by: Nate W <nwaddington@cncf.io>
2020-10-26 15:19:21 -07:00
Laurence Man 36a42bf4a1 Update Calico description on 'Cluster Networking' page 2020-10-26 13:14:01 -07:00
Karen Bradshaw 3f5d599921 testing styling of resources, plugins, drivers 2020-10-26 14:04:55 -04:00
Qiming Teng 79e2df20b0 Fix smoke test doc 2020-10-26 16:50:29 +08:00
Kubernetes Prow Robot fe005183f0
Merge pull request #24685 from mbelsky/mbelsky-patch-1
Reduce steps count to list the env vars
2020-10-25 04:21:00 -07:00
ramnar 177fb0d6f2
implementing review comments
implementing review comments
2020-10-25 16:05:29 +05:30
ramnar 18eb0bfc02
commands to create job and cronjob 2020-10-24 10:36:54 +05:30
rob d71c214426 fix KubeSchedulerConfiguration syntax 2020-10-23 12:10:38 -10:00
Sergey Kanzhelev 72a66b6969 RuntimeClass GA 2020-10-23 20:57:54 +00:00
Max Belsky 8cc80bf469
Update content/en/docs/tasks/inject-data-application/define-environment-variable-container.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-23 10:51:14 +03:00
Arhell 8ad50bdf5e fix Docker file link 2020-10-23 01:10:48 +03:00
Michael Hofer b0bf75ccad
Docs: Restore PR24605, update containerd systemd configuration (#24687) 2020-10-22 10:39:35 -07:00
eagleusb 45ec60bed5
Merge master into dev-1.20 to keep in sync 2020-10-22 17:44:02 +02:00
Kubernetes Prow Robot 167a19e0b8
Merge pull request #24682 from DKImprowised/patch-1
Update configure-access-multiple-clusters.md
2020-10-22 06:47:35 -07:00
Noah Kantrowitz fcdcfba359
Containers don't get their own CPU (#24659)
* 🐛 Containers don't get their own CPU

This is overly broad, in all default setup containers all share the underlying host CPUs so I wouldn't say they "have their own".

* Change wording to "share of CPU" to more closely reflect reality.

Co-authored-by: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-10-22 06:45:36 -07:00
Kubernetes Prow Robot ab2ba4d533
Merge pull request #24680 from tengqm/links-reference
Fix links in reference section
2020-10-22 06:43:35 -07:00
Max Belsky dccbc5f3cd
Reduce steps count to list the env vars 2020-10-22 16:42:36 +03:00
Kubernetes Prow Robot fe90f65e6a
Merge pull request #24677 from tengqm/links-concepts
Fix links in concepts section
2020-10-22 06:41:35 -07:00
Kubernetes Prow Robot b2c714b279
Merge pull request #24678 from tengqm/links-tasks
Fix links in the tasks section
2020-10-22 02:09:35 -07:00
dharmendraImprowised d8912d5da1
Update configure-access-multiple-clusters.md 2020-10-22 14:28:47 +05:30
Kubernetes Prow Robot 6769ae6954
Merge pull request #24679 from tengqm/links-contribute
Fix links in contribute section
2020-10-22 01:11:35 -07:00
Kubernetes Prow Robot 7a31c1045b
Merge pull request #24681 from tengqm/links-tutorials
Fix links in tutorials section
2020-10-22 01:05:35 -07:00
Qiming Teng 774594bf15 Fix links in tutorials section 2020-10-22 15:27:40 +08:00
Qiming Teng 00fd1a68f2 Fix links in reference section 2020-10-22 15:19:30 +08:00
Qiming Teng 972b2c5c40 Fix links in contribute section 2020-10-22 15:11:11 +08:00
Qiming Teng 740eb340d4 Fix links in the tasks section
This PR fixes links where the target is a redirection. The special case
is about minikube, which has been deleted recently. The dangling link
now points to `/docs/tasks/tools/` which makes no sense. This PR change
the target for `minikube` to `https://minikube.sigs.k8s.io/docs/`.
2020-10-22 15:01:45 +08:00
Kubernetes Prow Robot f34f99d4f4
Merge pull request #24675 from tengqm/fix-code-lang-type
Tweak coding styles for guestbook logging tutorial
2020-10-21 23:45:35 -07:00
Qiming Teng 070023b24a Fix links in concepts section 2020-10-22 14:24:56 +08:00
Qiming Teng cebcdf5fca Tweak coding styles for guestbook logging tutorial 2020-10-22 11:54:28 +08:00
Michael McCune de655df255 fix case for scale subresource fields
This change corrects the capitalization for the code blocks referring to
`statusReplicasPath` and `labelSelectorPath` to make the descriptive
text consistent with the code values.
2020-10-21 12:37:58 -04:00
Kubernetes Prow Robot 09f5c42d59
Merge pull request #24619 from neha-viswanathan/24380-remove-k8s-incubator
update kubernetes-incubator references
2020-10-21 07:28:20 -07:00
Tim Bannister 4e0b662954 Tweak docs about Kubernetes API versions
Co-authored-by: Karen Bradshaw <kbhawkey@gmail.com>
2020-10-21 15:07:46 +01:00
Kubernetes Prow Robot df0f955bca
Merge pull request #24527 from sftim/20201012_controller_concept_provide_direct_control_example
Provide example of direct control for Controller concept
2020-10-21 06:32:20 -07:00
Neha Viswanathan a8b6551c22 update kubernetes-incubator references 2020-10-20 23:10:28 -07:00
Qiming Teng 2ff3d1f7d3 Improve ServiceAccount administration doc
This PR fixes some nits in the doc and slightly revised the content to
conform to content guidelines.
2020-10-21 10:47:08 +08:00
Tim Bannister 78351ecaf5 Transfer “Controlling Access to the Kubernetes API” to the Concepts section
Readers from several different backgrounds will find it useful to know
about how Kubernetes controls access to its API. Promote this overview
to the Security subsection of Concepts.
2020-10-20 23:41:56 +01:00
Tim Bannister 3edb970570 Move API overview to be a Docsy section overview 2020-10-20 23:41:54 +01:00
Kubernetes Prow Robot dca2fe651a
Merge pull request #24530 from sftim/20201012_revise_getting_started_container_runtimes
Revise “Container runtimes” page in Getting Started section
2020-10-20 15:28:19 -07:00
Tim Bannister a766d28b30 Provide example of direct control for Controller concept 2020-10-20 23:26:46 +01:00
Kubernetes Prow Robot a9b21d2f4f
Merge pull request #24593 from danwinship/sctp-ga
SCTP is GA in 1.20
2020-10-20 15:14:20 -07:00
Kubernetes Prow Robot 110cf67256
Merge pull request #24644 from userravs/patch-1
Fix container-runtimes.md repos Debian/Ubuntu
2020-10-20 15:10:20 -07:00
Tim Bannister 0c9a8e8242 List container runtimes in alphabetical order 2020-10-20 22:56:01 +01:00
Tim Bannister 6b0165e7b5 Improve advice for configuring PGP keys for APT
The Debian tool, APT, lets you write GPG keyrings into a file per
trusted source, inside /etc/apt/trusted.gpg.d

Recommend that approach, as it is easier to manage.
2020-10-20 22:54:31 +01:00
Tim Bannister 0f0e87ac53 Revise “Container runtimes” getting started guide
- Reword page introduction.
- Match headings to contents; before, headings were sometimes followed
  first by unrelated text and then, with no clear divider, text that did
  not relate to the heading.
- Remove Fracti link (not in line with content guide).
2020-10-20 22:54:30 +01:00
Kubernetes Prow Robot 7286b30bef
Merge pull request #24649 from wasosa/patch-1
Fix small typo: is updates --> is updated
2020-10-20 14:32:23 -07:00
Kubernetes Prow Robot ac8ce96c08
Merge pull request #24653 from jpetazzo/clarify-csr-cluster-signing-duration
Clarify expiration of certificates signed by kube-controller-manager
2020-10-20 14:28:19 -07:00
Kubernetes Prow Robot 7cfdee6b87
Merge pull request #22715 from logicalhan/monitoring
add documentation for system:monitoring rbac policy
2020-10-20 14:22:21 -07:00
Kubernetes Prow Robot 5bc1e3cdb8
Merge pull request #23770 from tengqm/improve-resourcequota-concept
Improve resource quota concepts
2020-10-20 14:16:19 -07:00
Jerome Petazzoni 1932647552 Clarify expiration/lifetime of certificates signed by kube-controller-manager
The current wording of the documentation suggests that the duration/expiration
of the certificates can be changed by asking a specific time in the CSR. While
it's technically possible to specify a duration (e.g. as a custom annotation),
there is no agreed-upon method to do so, and the built-in signer uses a fixed
expiration time anyway.

This clarifies the situation.

See kubernetes/kubernetes#92678 for discussion.

Signed-off-by: Jerome Petazzoni <jerome.petazzoni@gmail.com>
2020-10-20 22:37:25 +02:00
Kubernetes Prow Robot df5f80f69b
Merge pull request #24604 from mdgrotheer/patch-1
Update authentication.md
2020-10-20 11:48:19 -07:00
Jordan Liggitt 92f837d4b2 Clarify external kubelet server approver requirements 2020-10-20 14:09:35 -04:00
Javier Diaz-Montes c29185dac5 Updating doc to reflect that setHostnameAsFQDN feature will be beta in v1.20 2020-10-20 07:17:24 -04:00
Kubernetes Prow Robot ea1dfd2384
Merge pull request #24594 from tengqm/improve-csr
Style tweaking for CSR reference page
2020-10-20 03:10:07 -07:00
Walter Sosa 0948cf981e
Fix small typo: is updates --> is updated 2020-10-19 23:54:53 -07:00
Qiming Teng 92a09b23fa Style tweaking for CSR reference page 2020-10-20 09:08:54 +08:00
Reymer Vargas 991f2f6316
Fix container-runtimes.md repos Debian/Ubuntu
Updating the syntax on redirection to repo files in Ubuntu as in Debian documentation, since the syntax requires privileges to perform the redirection, removing double quotes from apt Sources files, to avoid issues with apt while reading source packages.
2020-10-19 14:07:27 -06:00
Jacob Floyd 427c96e645
Fix minor typo in StatefulSets docs
`s/tpycally/typically/`
2020-10-19 13:29:13 -05:00
Kubernetes Prow Robot 3121a9a581
Merge pull request #24636 from tengqm/fix-2979
Fix reference to API groups
2020-10-19 11:28:14 -07:00
Andrew Keesler 6fc4e102b8
exec credential provider: cluster info details
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-10-19 10:44:37 -04:00
jornshen c24b5ef19d Add kubeadm to “Install Tools” 2020-10-19 16:16:58 +08:00
Qiming Teng 49b18b3b11 Fix reference to API groups 2020-10-19 15:19:22 +08:00
Qiming Teng a42b440589 Improve resource quota concepts
Fix some inaccurate and/or out-dated content in the resource quota
concept page.
2020-10-19 09:05:37 +08:00
Kubernetes Prow Robot 9e862337b9
Merge pull request #23863 from tengqm/split-server-side-apply
Move Server Side Apply into a separate reference page
2020-10-18 17:42:14 -07:00
Kubernetes Prow Robot e028d3d81c
Merge pull request #24580 from zhiguo-lu/zh-translate-reference-certificate-signing-requests
Translate reference/certificate-signing-requests.md into Chinese and fix a bug in origin file, #24065
2020-10-18 01:46:12 -07:00
Kubernetes Prow Robot 7abf35915d
Merge pull request #23522 from VladMasarik/patch-2
Updated ingress.md TLS section
2020-10-17 18:48:13 -07:00
Kubernetes Prow Robot a965ab9c08
Merge pull request #24611 from h4ghhh/device-plugin-new2
modify device-plugins.md
2020-10-17 11:12:12 -07:00
Kubernetes Prow Robot 55582e1f70
Merge pull request #24533 from sftim/20201012_learning_environment_redirect
Redirect "Learning environment" to Install Tools task
2020-10-17 10:52:13 -07:00
Kubernetes Prow Robot 907696da61
Merge pull request #24605 from mythi/containerd-systemd
docs: update containerd systemd configuration
2020-10-17 10:48:12 -07:00
Kubernetes Prow Robot 62407cef77
Merge pull request #24587 from sftim/20201015_fix_glossary_containers_link
Fix glossary containers link
2020-10-17 10:46:12 -07:00
Kubernetes Prow Robot 27df2ed196
Merge pull request #24590 from msau42/prebind
storageclass name in pvc needs to be empty to match pv
2020-10-17 10:42:12 -07:00
Kubernetes Prow Robot ff44a14437
Merge pull request #24569 from climent/patch-2
Update pod-lifecycle.md
2020-10-17 08:02:12 -07:00
h4ghhh 81a6a8e5bd modify device-plugins.md 2020-10-17 14:32:23 +08:00
Michelle Au b01c0a2f6a storageclass name in pvc needs to be empty to match empty storageclassname on pv 2020-10-16 11:51:44 -07:00
Dan Winship be23194dad SCTP is GA in 1.20 2020-10-16 14:12:12 -04:00
Mikko Ylinen b3d44d7f21 docs: update containerd systemd configuration
systemd_cgroup = true in plugins."io.containerd.grpc.v1.cri" is no longer
supported by containerd 1.3.x. Enabling it causes containerd to skip loading
the cri plugin.

Add the preferred setting to the container runtime configuration documentation.

Ref: https://github.com/containerd/containerd/issues/4574

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2020-10-16 20:25:04 +03:00
Kubernetes Prow Robot 0075ace043
Merge pull request #24563 from piaoliangkb/fix-link-err
Change outdated link in the concept page of "scheduling framework"
2020-10-16 09:51:27 -07:00
Matthew Grotheer 519f8ec5bc
Update authentication.md
Small grammatical corrections
2020-10-16 09:20:23 -07:00
luzg 5dab375fd3 Translate reference/certificate-signing-requests.md into Chinese and fix a bug in origin file, 24065
make change according to Tengqm's comment
2020-10-16 22:27:15 +08:00
Kubernetes Prow Robot 4d7cc18c3c
Merge pull request #24576 from ljnaresh/bug-21790
Move Pod Overhead concept inside Scheduling & Eviction
2020-10-16 05:03:25 -07:00
W. Trevor King 71cdde7857 content/en/docs/tasks/run-application/configure-pdb: Acceptable overlapping PDBs
The previous "must be careful not to create" wording was making folks
uncomfortable about brief overlap periods while transitioning between
two PDBs [1].

[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1861104#c29
2020-10-15 12:45:18 -07:00
Tim Bannister 08ef8f205c Reinstate link to container concept via glossary
This reverts commit 74dee75144.
2020-10-15 12:00:00 +01:00
Tim Bannister a6bd225751 Link from containers term to concept
Update full link for "container" glossary definition
2020-10-15 12:00:00 +01:00
Kubernetes Prow Robot 9749d02404
Merge pull request #24579 from neha-viswanathan/24459-fix-hyperlink
update link to container concepts
2020-10-15 02:18:24 -07:00
Kubernetes Prow Robot a2659dc137
Merge pull request #24578 from Tej-Singh-Rana/k8s-tej
Replaced URL
2020-10-15 01:10:24 -07:00
Tej-Singh-Rana 0cef76025f
Replaced URL 2020-10-15 13:26:59 +05:30
Kubernetes Prow Robot f5b07d0e14
Merge pull request #23737 from sftim/20200907_add_workload_concept_introduction
Add introduction to Workloads concept
2020-10-15 00:20:24 -07:00
Neha Viswanathan 74dee75144 update link to container concepts 2020-10-14 22:25:57 -07:00
ljnaresh 64085d63a8 Move Pod Overhead concept inside Scheduling & Eviction 2020-10-15 01:13:17 +02:00
Anna Jung edac0b3c2e Modify to change repo names to hyperlinks 2020-10-14 12:15:40 -05:00
reylejano-rxm 34695f9380 dev-1.20 branch version for pod-lifecycle.md for feature state for k8s version 2020-10-14 09:35:18 -07:00
Anna Jung a2e9bddd90 Add a technical review requirement for feature documentation 2020-10-14 11:10:32 -05:00
Jesus Climent e6c7f7eadf
Update pod-lifecycle.md
Updated the table limits so that values do not get truncated.
2020-10-14 10:14:22 -04:00
Kubernetes Prow Robot f1ac8efcb8
Merge pull request #23887 from mtaufen/said-beta-docs-1.20
Update docs for ServiceAccountIssuerDiscovery beta
2020-10-14 06:55:55 -07:00
Saintmalik c6e165f5af Fix broken url in docs 2020-10-14 11:52:03 +00:00
piaoliangkb f566c22e69 Change outdated link
Change the outdated link of "design proposal of the scheduling framework", cause that repo structure has been changed.
2020-10-14 19:04:59 +08:00
Qiming Teng 0c3f9a53e0 Add links to dangling kubeadm reference pages 2020-10-14 11:32:19 +08:00
Kubernetes Prow Robot ed12016993
Merge pull request #24552 from bassambst/patch-1
Fix typo in Kubernetes docs
2020-10-13 11:58:27 -07:00
Bassam Bsata d32c7bba85 Remove unintentional \n 2020-10-14 02:51:59 +08:00
Kubernetes Prow Robot 5857387107
Merge pull request #24149 from sftim/20200926_set_priority_for_key_pages
Set sitemap priority for key pages
2020-10-13 10:44:27 -07:00
Bassam Bsata ce6d69cc31
Update configure-java-microservice.md 2020-10-14 01:15:19 +08:00
Amos Chu ad13389bf7
fix typo in content/en/docs/concepts/services-networking/dns-pod-service.md 2020-10-13 17:22:27 +08:00
Kubernetes Prow Robot 3ca837474b
Merge pull request #24026 from johscheuer/remove-cni-alpha-warning
Remove CNI alpha warning
2020-10-13 01:42:26 -07:00
Johannes M. Scheuermann c3a9924bbf Make the CNI usage more accurate 2020-10-13 07:22:28 +02:00
Kubernetes Prow Robot 720812a0ce
Merge pull request #23755 from sftim/20200908_revise_task_safely_drain_node
Revise node draining task page
2020-10-12 22:14:26 -07:00
Kubernetes Prow Robot c7bc04463a
Merge pull request #23873 from matt-sm/patch-1
Update horizontal-pod-autoscale-walkthrough.md
2020-10-12 21:42:26 -07:00
Matt Smith c3e87ab296
Update horizontal-pod-autoscale-walkthrough.md 2020-10-13 12:51:26 +11:00
Kubernetes Prow Robot 0661d65a18
Merge pull request #24076 from neolit123/1.20-add-link-in-kubeadm-config
kubeadm: improve links and information around using the config file
2020-10-12 18:11:22 -07:00
Qiming Teng ff6b8edc5b Move Server Side Apply into a separate reference page
"Server Side Apply" is a big topic that warrants a dedicated page on it.
Its current content is 400+ lines in the `api-concepts` page, kind of
hijacking the "api-concepts" for a standalone feature.

This PR proposes a separation for maintainability.
2020-10-13 08:56:08 +08:00
Kubernetes Prow Robot 2b9b86abb4
Merge pull request #21268 from mbroz2/MPGuideInConfig
Add MP Interactive Tutorial to Config Section
2020-10-12 17:49:22 -07:00
Kubernetes Prow Robot 4855e8828b
Merge pull request #24531 from sftim/20201012_remove_rkt
Remove rkt
2020-10-12 17:47:22 -07:00
Kubernetes Prow Robot 9b8bf10f3a
Merge pull request #24402 from SumoLogic/master
Add explicit info about pod limits being applied to requests
2020-10-12 17:39:22 -07:00
Kubernetes Prow Robot 6a2dae1579
Merge pull request #24262 from gjtempleton/Configurable-Scaling-Example-Clarification
Clarify HPA Scaling Policies
2020-10-12 17:37:22 -07:00
Kubernetes Prow Robot 19e1b54436
Merge pull request #23404 from 2rs2ts/patch-1
Fix ambiguity around behavior of preStop hook
2020-10-12 17:27:22 -07:00
Kubernetes Prow Robot caa4490191
Merge pull request #23128 from beccabau/patch-1
grammatical changes to resource metrics pipeline
2020-10-12 17:25:22 -07:00
Kubernetes Prow Robot 45372766f9
Merge pull request #23838 from consideRatio/patch-3
Make docs/reference/scheduling/config focus on v1beta1 over alpha versions
2020-10-12 17:21:22 -07:00