Commit Graph

2270 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 988b1ba439
Merge pull request #30348 from afirth/2021-11-03-docs-for-kustomize-env-vars
[DOCS] Document the environment variable substitution feature of kustomize configMapGenerator
2022-01-05 12:07:47 -08:00
Kubernetes Prow Robot bf39ea5ea5
Merge pull request #31202 from rsalmond/patch-1
Fix broken link to grpc liveness probe yaml
2022-01-04 21:26:32 -08:00
Kubernetes Prow Robot 9118ba9df6
Merge pull request #31019 from championshuttler/fixLink
Fix the link to access cluster service in docs
2022-01-04 12:36:08 -08:00
rob salmond 36bf4368c7
Fix broken link to grpc liveness probe yaml 2022-01-04 14:18:01 -05:00
Kubernetes Prow Robot cc53157970
Merge pull request #31161 from CodingCanuck/patch-1
Fix grammar in kubernetes dashboard docs
2022-01-04 09:16:53 -08:00
Kubernetes Prow Robot 0de2680607
Merge pull request #31170 from ptux/fix-debug-application-en
fix glossary
2022-01-03 07:58:59 -08:00
afirth b9da040a08 Document the environment variable substitution feature of configMapGenerator 2022-01-03 11:56:03 +01:00
Qiming Teng 83323d428d Reformat the memory-manager page
This commit reformats the memory manager page:

- convert the page from DOS to UNIX format;
- wrap long lines where appropriate for ease of change tracking;
- remove useless trailing spaces and empty lines.

This commit contains **NO** changes to the text itself.
2022-01-03 11:36:37 +08:00
Qiming Teng c1783b4b71 Tune memory manager page
This PR fixes the memory manager page by:

- removing links to non-existent sections;
- fixing links with bad anchors;
- fixing incorrect language tag for code snippets
2022-01-03 11:28:41 +08:00
ptux cef7f2f546 fix glossary 2022-01-03 08:58:28 +09:00
Alex McCarthy f424739d9c
Fix grammar in kubernetes dashboard docs
Start a new sentence after a period.
2021-12-31 07:06:04 -10:00
Kubernetes Prow Robot 66032f9bc6
Merge pull request #31079 from championshuttler/kep
Fix the description of the Summary API Source section
2021-12-25 17:43:14 -08:00
Shivam Singhal 9aa7f71e45 Fix the description of the Summary API Source section 2021-12-23 04:04:40 +02:00
Shivam Singhal 7a2863b99a Cleanup notes in Define a Command and Arguments docs 2021-12-22 23:42:55 +02:00
Kubernetes Prow Robot cdeca91910
Merge pull request #30166 from stefanlasiewski/patch-1
sha256sum requires 2nd space for the file type
2021-12-22 01:29:35 -08:00
Kubernetes Prow Robot 5782f65264
Merge pull request #31004 from clementnuss/patch-1
docs: add link to a new kubelet csr approver
2021-12-20 07:04:56 -08:00
Clément Nussbaumer 65eaccecf5
remove kubeler-rubber-stamp
Due to it not being compatible with K8s 1.22 anymore and not being maintained either
2021-12-20 14:10:13 +01:00
Edidiong Asikpo 80f38982fe Added the {{% thirdparty-content %}} shortcode 2021-12-20 08:04:37 +01:00
Kubernetes Prow Robot 485518468b
Merge pull request #31028 from didicodes/telepresence
Update: Developing and debugging services locally
2021-12-19 22:19:25 -08:00
Edidiong Asikpo d97147912f Update local debugging documentation 2021-12-19 14:31:35 +01:00
Wang f5df7772f4
Update audit.md 2021-12-19 19:08:46 +09:00
Shivam Singhal 5fee22b574 Fix the link to access cluster service in docs 2021-12-18 12:25:34 +02:00
Mike Monteith f7d717d2fe
Use --patch-file in documentation
--patch-file is designed for file input, using a subshell `--patch $(cat filename.yaml)` is unecessary
2021-12-17 15:00:35 +00:00
Clément Nussbaumer 3e839ef963
docs: add link to a new kubelet csr approver 2021-12-17 09:59:46 +01:00
Kubernetes Prow Robot 003ffe4b56
Merge pull request #30702 from yoshwata/patch-1
The command empties the shell variable.
2021-12-14 02:47:45 -08:00
Qiming Teng 03b5de4e1c
Kubelet config v1alpha1 (#30859)
* Add config API for kubelet v1alpha1

The CredentialProvider struct is defined in the v1alpha1 config API
rather than v1beta1. The upstream generator is updated to include this
version (https://github.com/kubernetes-sigs/reference-docs/pull/268).

This commit adds references to the API as well.

* Wrap long lines in the page
2021-12-13 18:28:03 -08:00
yoshwata 321795000b fix: here doc style and comment 2021-12-13 23:43:37 +00:00
yoshwata f1bd7c48af Update kustomization.md
I generated a file in a here document, but the shell variable part seemed to be empty.
2021-12-13 22:00:24 +00:00
Kubernetes Prow Robot 0b266eb4fe
Merge pull request #30784 from ChetHosey/patch-1
Correct separator in generated ConfigMap.
2021-12-11 08:29:58 -08:00
Chet Hosey 1abdc117c9 Correct separator in generated ConfigMap. 2021-12-10 12:15:16 -08:00
Tim Bannister bf66a81980 Fix link to HPA API reference
Co-Authored-By: Christoph Neijenhuis <christoph.neijenhuis@commercetools.de>
2021-12-09 20:46:44 +00:00
Tim Bannister 3dd1eb1121
Add descriptions to tasks 2021-12-08 22:05:52 +00:00
Tim Bannister 5ab064ceea
Tidy resource management task pages
Revise tasks within “Manage Memory, CPU, and API Resources”:

- reword to avoid implying that API clients can create a container
  (you can, but its done by creating a Pod)
- call a manifest a manifest
- use tooltips where relevant
- link to new API reference not the old one
- other improvements
2021-12-08 22:05:36 +00:00
Qiming Teng b198199336 Configuration API for v1.23 2021-12-08 16:19:23 +08:00
Jesse Butler 45d37b71ab Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-12-07 09:28:42 -05:00
Tim Bannister 8983d73fff
Tidy HostProcess task page (#30762)
* Tidy HostProcess task page

* Use spaces for indentation

Tabs for indentation are less easy to work with between different
contributors. Switch to spaces.

* Fix table for HostProcess requirements
2021-12-06 13:07:33 -08:00
Kubernetes Prow Robot d6865d1a1f
Merge pull request #30712 from funkypenguin/issue30661
Fix auditing example to permit log rotation
2021-12-06 06:04:32 -08:00
Jesse Butler 584421fe11 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-12-06 08:55:54 -05:00
Kubernetes Prow Robot fdac57e01c
Merge pull request #30346 from sureshdsk/sureshdsk-patch-1
Update parallel-processing-expansion.md
2021-12-05 20:40:32 -08:00
Erico Fusco f04516f995
Update kubeadm-upgrade.md (#30135)
* Update kubeadm-upgrade.md

`apt-mark hold` is still required when `apt-get` is used with `--allow-change-held-packages`.

`--allow-change-held-packages` unholds the package but it doesn't pin the new version.

* Add missing changes

* Update kubeadm-upgrade.md

Remove apt >1.1 examples.
2021-12-05 20:12:32 -08:00
Brandon Smith 1c90494c38
1.22 Windows HostProcess containers update (#30699)
* Transferred applicable modifications for 1.23 over to 1.22.

* kublet -> kubelet

* Update content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md

Co-authored-by: Mark Rossetti <marosset@microsoft.com>

Co-authored-by: Mark Rossetti <marosset@microsoft.com>
2021-12-05 20:02:33 -08:00
Kubernetes Prow Robot 4187c652f8
Merge pull request #29152 from tiraboschi/crd_edit_status
Concretely explain how to patch CRD status
2021-12-05 19:24:32 -08:00
Kubernetes Prow Robot 24c84387ac
Merge pull request #29078 from vaibhav2107/cluster-services
Remove the duplicate content from access-cluster.md
2021-12-05 19:22:32 -08:00
Kubernetes Prow Robot 246d261529
Merge pull request #29841 from pacoxu/patch-7
Add safe sysctl net.ipv4.ip_unprivileged_port_start
2021-12-05 17:46:32 -08:00
prameshj 63420166a1
Update docs to clarify the dns configmap format. (#29988)
* Update docs to clarify the dns configmap format.

* Update content/en/docs/tasks/administer-cluster/nodelocaldns.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-12-05 17:28:32 -08:00
Mohit Sharma 1660298346
fixed the list container images by pod section (#30207)
Signed-off-by: Mohit Sharma <imoisharma@icloud.com>
2021-12-05 17:18:32 -08:00
Kubernetes Prow Robot d2d722ae30
Merge pull request #30223 from slayer321/add-volume-example
docs: add PV duplicate example
2021-12-05 15:12:32 -08:00
Kubernetes Prow Robot 6ce3307738
Merge pull request #30690 from hangyan/patch-1
Remove kompose up and down command doc
2021-12-05 14:58:32 -08:00
Kubernetes Prow Robot bbeb5184a7
Merge pull request #29739 from jtslear/jts/recommend-hpa-config
Add recommendation for Deployment when HPA is enabled
2021-12-05 14:56:32 -08:00
Kubernetes Prow Robot 702ae926dd
Merge pull request #30711 from sftim/20211123_improve_hpa_docs
Improve docs for HorizontalPodAutoscaler
2021-12-04 07:04:31 -08:00
Kubernetes Prow Robot 4f193feffe
Merge pull request #30710 from sftim/20211201_improve_probe_documentation
Improve documentation for container probes
2021-12-03 06:08:27 -08:00
Tim Bannister e1bf8f22b2 Improve docs for HorizontalPodAutoscaler
Co-authored-by: Chris Negus <cnegus@redhat.com>
2021-12-03 12:11:45 +00:00
Kubernetes Prow Robot 3baac6dde3
Merge pull request #30705 from jlbutler/merged-main-dev-1.23
Periodic integration branch sync for 1.23
2021-12-02 18:02:26 -08:00
Tim Bannister 8a0f330654 Improve documentation for container probes
- mention gRPC probes in concept page
- revise explanation of gRPC probes in task page
- general tidying
2021-12-03 00:26:22 +00:00
Kubernetes Prow Robot 089d6ee918
Merge pull request #30108 from sftim/20211016_revise_dynamic_kubelet_config_task
Revise dynamic kubelet config task
2021-12-02 10:03:34 -08:00
Brandon Smith b90d125e1c
kublet -> kubelet (#30700) 2021-12-02 09:45:34 -08:00
David Young 4f96e391b4
Fix auditing example
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2021-12-02 14:36:53 +13:00
Kubernetes Prow Robot 6f7f9810b0
Merge pull request #30547 from josephburnett/hpa-v2
Revise HPA documentation for stable HPA v2 API
2021-12-01 15:19:19 -08:00
Jesse Butler 018f9d05a2 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-12-01 12:23:10 -05:00
Kubernetes Prow Robot 4afed8f01f
Merge pull request #30664 from ashish-jaiswar/NewBranch
updated setup-konnectivity.md page
2021-11-30 22:09:17 -08:00
Kubernetes Prow Robot f17f3884a2
Merge pull request #29740 from SergeyKanzhelev/grpcProbeDocsPlaceholder
gRPC probes support (KEP 2727)
2021-11-30 16:09:18 -08:00
Brandon Smith 6a684469cb
Windows HostProcess Beta 1.23 Documentation (#30391)
* Added initial version change

* Added more information for HostProcess in 1.23, removed content relating to 1.22 specifically.

* Made containerd mention specific to 1.6

* Added note about base images and removed annotation mentions

* Reworded prerequisites section.
2021-11-30 15:49:17 -08:00
John T Skarbek df3184bd52
Add recommendation for Deployment when HPA is enabled
* Advertise that we need to remove `spec.replicas` when a Horizontal Pod
  Autoscaler is active to prevent unnecessary changes in Pod counts during
  Deployment object changes
* Make note that a Deployment that has this value set behave awkwardly if a
  Deployment is scaled manually outside of the Deployment object

Signed-off-by: John T Skarbek <jtslear@gmail.com>
2021-11-30 18:37:10 -05:00
Sergey Kanzhelev ef6668539c gRPC probes 2021-11-30 23:35:27 +00:00
Kubernetes Prow Robot 84760237c6
Merge pull request #30626 from cici37/validation-rules
Add documentation for Validation Rules feature to Custom Resource Definitions task docs
2021-11-30 10:38:56 -08:00
Hang Yan 56035c1f8c
Remove kompose up and down command doc
kompose has drop support for `up` and `down` subcommand since v1.22.0.
Also update kompose versions
2021-11-30 23:19:13 +08:00
Ashish jaiswar b546825c32
Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
Co-authored-by: Meha Bhalodiya <mehabhalodiya@gmail.com>
2021-11-30 13:22:22 +05:30
Kubernetes Prow Robot e5d4d25a77
Merge pull request #30604 from mengjiao-liu/kubelet-sysctl-allow-slashes
kubelet: sysctls allows slashes as a separator
2021-11-29 18:30:56 -08:00
Carlos Domingues 42e485b814
Use tabs and explicitly say this is for bash only 2021-11-29 22:23:54 -03:00
Carlos Domingues 7efe6cb612
Remove unecessary "echo"
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-11-29 22:11:31 -03:00
Kubernetes Prow Robot 48612bee86
Merge pull request #30553 from gnufied/kep-695-doc
Move ConfigurableFSGroupPolicy to GA
2021-11-29 13:51:21 -08:00
Hemant Kumar 2ebfcfea1a Update docs for ConfigurableFSGroupPolicy 2021-11-29 14:03:26 -05:00
cici37 cd1726aa10 Adding details on CEL validation for CRD. 2021-11-29 09:06:40 -08:00
Joe Betz a9641b6ccd Add stub for validatiton rule documentation 2021-11-29 09:06:40 -08:00
sandipanpanda 269dad43a0
Fix broken link of Install Docker Engine - Enterprise on Windows Servers (#30105)
* Fix the broken link of Install Docker Engine

Fix the broken link of Install Docker Engine - Enterprise on Windows Servers. Updated the redirect URL from https://hub.docker.com/editions/enterprise/docker-ee-server-windows to https://docs.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=Windows-Server#install-docker

* Fix the broken link of Install Docker Engine

* Fix the broken link of Install Docker Engine

* Update adding-windows-nodes.md

* Update adding-windows-nodes.md
2021-11-29 01:09:22 -08:00
ashish-jaiswar edc96615a6 updated setup-konnectivity.md 2021-11-29 10:11:47 +05:30
Carlos Domingues cde216e2f4
Use tee to write to /etc/bash_completion.d/kubectl 2021-11-29 00:43:34 -03:00
Tim Bannister c043aca0dc Tidy page 2021-11-27 18:19:40 +00:00
Tim Bannister 282bc9187c Revise what's next section 2021-11-27 18:19:40 +00:00
Mengjiao Liu 159234a0a6 kubelet: sysctls allows slashes as a separator 2021-11-25 11:14:56 +08:00
Kubernetes Prow Robot 199047637f
Merge pull request #29709 from fromanirh/cpumanager-policy-options-feature-gates
node: cpumanager: policy options to beta: document the options graduation process
2021-11-23 12:34:52 -08:00
Kubernetes Prow Robot 007e2ea63c
Merge pull request #30535 from haircommander/cri-stats
Document PodAndContainerStatsFromCRI feature
2021-11-23 09:02:17 -08:00
Francesco Romani 7d8483e0e4 node: cpumanager: document the graduation process
Document the graduation process and the maturity level
of the cpumanager policy options, and the new feature gate
involved. No changes regarding the existing options.

For more details: https://github.com/kubernetes/enhancements/pull/2933
Signed-off-by: Francesco Romani <fromani@redhat.com>
2021-11-23 18:01:15 +01:00
Peter Hunt 7c1e61a697 Document PodAndContainerStatsFromCRI feature
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2021-11-23 11:48:54 -05:00
Joseph Burnett ee39fdc2ad Update docs with HPA v2 stable. 2021-11-23 14:21:08 +01:00
Kubernetes Prow Robot 29c2aedd69
Merge pull request #30537 from robscott/topology-hints-1.23
Updating Topology Aware Hints docs for 1.23
2021-11-22 18:22:17 -08:00
Kubernetes Prow Robot 1c31b83f9d
Merge pull request #30294 from bradbeck/zsh-completion
Fix zsh completion setup
2021-11-22 18:14:16 -08:00
Kubernetes Prow Robot 8b9ed000f2
Merge pull request #28218 from kelvinn/patch-2
Fix incorrect command
2021-11-22 17:48:16 -08:00
Kubernetes Prow Robot 7714140cc6
Merge pull request #30500 from sysnet4admin/patch-5
Update managing-tls-in-a-cluster.md
2021-11-21 16:19:03 -08:00
Kubernetes Prow Robot 6e45595d3a
Merge pull request #29871 from verb/1.23-ec-beta
Promote EphemeralContainers to beta in website
2021-11-20 17:10:59 -08:00
Kubernetes Prow Robot b6ae6e78f7
Merge pull request #29386 from bridgetkromhout/dev-1.23
Promote IPv4/IPv6 dual-stack support to Stable in 1.23
2021-11-20 11:04:59 -08:00
Kubernetes Prow Robot 04d20067e8
Merge pull request #30468 from klueska/kep-2902-distribute-cpus-policy
Add description of distribute-cpus-across-numa CPUManager policy option
2021-11-20 10:44:59 -08:00
Kubernetes Prow Robot 2b062f57e5
Merge pull request #29753 from verult/fsgroup-to-csi-beta
Updating DelegateFSGroupToCSIDriver feature to beta
2021-11-20 10:30:59 -08:00
Bridget Kromhout a209e3d65e Dual-stack to stable in 1.23
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2021-11-20 16:53:27 +00:00
Rob Scott 2474ff93aa
Updating Topology Aware Hints docs for 1.23 2021-11-19 16:17:10 -08:00
Vaibhav e8ff60d0e9 Update the reference statement in access-cluster-services.md 2021-11-18 10:49:08 +05:30
Kevin Klues 378fc570b1 Add description of distribute-cpus-across-numa CPUManager policy option
Signed-off-by: Kevin Klues <kklues@nvidia.com>
2021-11-17 23:19:54 +01:00
Jesse Butler d330226a95 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-11-17 12:55:09 -05:00
Kubernetes Prow Robot 9028af1ae3
Merge pull request #28226 from saschagrunert/image-config-json
Add docs about auth differences between Docker and Kubernetes
2021-11-17 03:49:54 -08:00
Hoon Jo 0cb7bc3295 Update managing-tls-in-a-cluster.md
In my humble view, `kubectl certificate approve my-svc.my-namespace` command may understand easily to follow up this procedure.

Update managing-tls-in-a-cluster.md

Change some text as Divya Mohan's guidance.

Update managing-tls-in-a-cluster.md

Change text as sftim's guidance.! Thank you so much!
2021-11-17 18:56:37 +09:00
Kubernetes Prow Robot 768905ec73
Merge pull request #30385 from kvaps/fix-konnectivity-audience
Refer ServiceAccountTokenVolumeProjection documentation instead of providing incorrect instructions.
2021-11-16 14:42:33 -08:00
Lee Verberne 771ee157a9 Promote EphemeralContainers to beta 2021-11-16 07:51:28 -05:00
Chiranga Alwis 45148c60e0 Review network policy ingress rules
Add missing note to review Kubernetes Network Policy Ingress rules during debugging Kubernetes Service issues

Update document link

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-11-15 11:49:39 +05:30
Kubernetes Prow Robot d9a041eb7d
Merge pull request #30067 from sftim/20211013_tidy_pull_image_private_registry_task
Tidy task “Pull an Image from a Private Registry”
2021-11-12 19:46:46 -08:00
sandipanpanda 7a513e6dee
Fix broken anchor link of #type-nodeport in service.md (#30388)
* Fix broken anchor link of #type-nodeport in service.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in overview.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in ingress.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in troubleshooting-kubeadm.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in connecting-frontend-backend.md

* Update anchor link from #nodeport to #type-nodeport

Update anchor link from #nodeport to #type-nodeport in source-ip.md
2021-11-12 08:02:28 -08:00
Akihiro Suda e2f17b7579
Fix typos,config paths in kubelet-in-userns.md. Add link to port forwarder implementation (#30410)
* kubelet-in-userns.md: fix typoes

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>

* kubelet-in-userns.md: fix unexpected config paths

Referring to `/etc/containerd/config.toml` makes sense only when the user has
read/write permissions to `/etc/containerd/config.toml` in the current mount
namespace, which is not always assumed in the context of this documentation.

The same applies to `/etc/crio/crio.conf`, too.

Partially revert PR 30020.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>

* kubelet-in-userns.md: add back the link to example port forwarder implementation

Add back the link to `k3s/pkg/rootlessports/controller.go` removed in PR 30020.

As stated in `{{ <note> }}`, the corresponding section is written for developers
of Kubernetes distros, not for end users.
So we should retain the implementation details here.

Partially revert PR 30020.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-11-11 18:02:28 -08:00
Cheng Xing 1e0796c4e4 Delegate FSGroup to CSI beta 2021-11-10 17:02:51 -08:00
Jordan Liggitt 4b7784728a PodSecurity beta updates 2021-11-10 10:30:51 -05:00
Ashley Davis 8ae9faaed1
[en] update link to cert-manager docs
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-11-10 14:18:23 +00:00
Kubernetes Prow Robot 5436d4af9d
Merge pull request #30398 from jihoon-seo/211109_Make_redirection_for_highly-available-control-plane
Make redirection for highly-available-control-plane
2021-11-09 18:33:26 -08:00
Kubernetes Prow Robot 2245b59156
Merge pull request #30387 from kvaps/omit-api-audiences
ServiceAccountTokenVolumeProjection: api-audiences flag can be omitted
2021-11-09 18:31:27 -08:00
Jihoon Seo 047c8577d5 Make redirection for highly-available-control-plane 2021-11-09 10:50:38 +09:00
Kubernetes Prow Robot a45e1b3347
Merge pull request #30368 from TreeKat71/main
Typo `etcdutl` in configure-upgrade-etcd.md
2021-11-08 17:20:49 -08:00
Andrei Kvapil 69c6dc0a82
Refer ServiceAccountTokenVolumeProjection documentation instead of providing incorrect instructions.
Since Kubernetes v1.20 it is enabled by default.
2021-11-08 15:16:05 +01:00
Andrei Kvapil 02d9cec45e
api-audiences flag can be omitted 2021-11-08 11:52:11 +01:00
Kubernetes Prow Robot dfbb64991f
Merge pull request #30117 from ztzxt/patch-1
Bump dashboard version to 2.4.0 from 2.3.1
2021-11-06 19:26:51 -07:00
Kubernetes Prow Robot 80b4fe0cac
Merge pull request #30069 from sftim/20211013_tweak_kubectl_skew_advice
Tweak advice about kubectl skew
2021-11-05 13:52:40 -07:00
Muller Hsu f0c98092e9
Update configure-upgrade-etcd.md
Typo
Should be `etcdctl` not etcdutl
2021-11-05 17:53:56 +08:00
Suresh Kumar 2b61e464a6
Update parallel-processing-expansion.md
removed unwanted jinja tags
2021-11-03 19:33:09 +05:30
Kubernetes Prow Robot f8276a4830
Merge pull request #30107 from chirangaalwis/patch-3
Update "multiple schedulers" example
2021-11-02 15:31:42 -07:00
chirangaalwis 7449bb36a0 Update config refs to KubeSchedulerConfiguration 2021-11-02 19:56:21 +05:30
Renan Gonçalves b4b8893a93
Fix default value for MaxSurge
The implementation defines the default value for MaxSurge being 0, as to
preserve the current behavior of rolling updates in DaemonSets.

This change is just a copy-paste of the docblock defined in the types.go
file.

See:
- 10a3cc815b/pkg/apis/apps/types.go
- 10a3cc815b/pkg/apis/apps/v1/defaults.go (L87-L91)
2021-11-02 14:03:40 +01:00
Chiranga Alwis c5cb03ab13
Shorten the description on field updating
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 14:01:35 +05:30
Chiranga Alwis 7b6d84ec7c
Use note short code to highlight the content
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 13:59:24 +05:30
Guangwen Feng 5a92aaf08b Fix typo
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-02 13:38:41 +08:00
Kubernetes Prow Robot f49e939aa7
Merge pull request #30247 from aysabzevar/main
add sudo to Red Hat-based distributions - en
2021-11-01 22:06:58 -07:00
Chiranga Alwis 514db9eb70
Improve and reorder the wording
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 10:31:38 +05:30
Chiranga Alwis eedbfd5724
Add content best practices
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 10:28:51 +05:30
Brad Beck b48ddd9e90 Fix zsh completion setup 2021-10-28 10:02:50 -05:00
Kubernetes Prow Robot a3c025e979
Merge pull request #30274 from liggitt/podsecurity-typo
Fix typo in podsecurity config example
2021-10-27 13:08:25 -07:00
Jordan Liggitt 0dfdffe95f Fix typo in podsecurity config example 2021-10-27 13:58:12 -04:00
Ali Yousefi Sabzevar d895791f1f fix the sudo problem with cat using tee - en 2021-10-27 14:22:35 +02:00
Richie McG a7a4745b79
Revert an incorrect fix
corrections for  etctutl command name incorrectly “fixed” #30215
2021-10-27 18:56:16 +09:00
Kubernetes Prow Robot 4a3f2ef536
Merge pull request #30198 from SergeyKanzhelev/dockershimUpdates
Find out what container runtime is used and mention private registries
2021-10-26 17:15:41 -07:00
Ali Yousefi Sabzevar 9a36c05f6a add sudo to Red Hat-based distributions - en 2021-10-26 21:43:55 +02:00
Jesse Butler 4e755b2f2c Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-10-26 14:13:06 -04:00
Sergey Kanzhelev 4a6d4d5dd3 find out what container runtime is used and mention private registries 2021-10-26 16:26:59 +00:00
Kubernetes Prow Robot d6fad21377
Merge pull request #30075 from nuno-faria/patch-1
Remove extra parenthesis
2021-10-25 11:21:03 -07:00
slayer321 d283c1f545 docs: add PV duplicate example 2021-10-25 09:52:46 -04:00
Kubernetes Prow Robot 7502b9e383
Merge pull request #29206 from sftim/20210803_revise_nginx_ingress_minikube_tutorial_task
Revise task for practising NGINX Ingress controller
2021-10-24 16:56:21 -07:00
Richie McG 64b5b16bac
Correct Typo
Correct typo form etcdutl to etcdctl on line 333
2021-10-23 17:29:03 +09:00
Kubernetes Prow Robot f5049435ab
Merge pull request #30064 from sftim/20211012_link_pv_reclaim_policy_change_task_new_api_reference
Tidy task about PV reclaim policy
2021-10-22 17:00:50 -07:00
Kubernetes Prow Robot 286db402a2
Merge pull request #30123 from sftim/20211017_more_responsive_figure_sizing
Make  figure sizing more responsive
2021-10-21 17:10:37 -07:00
Stefan Lasiewski 537c2e101b
sha256sum requires 2nd space for the type 2021-10-20 10:12:43 -07:00
chirangaalwis 35525d17b5 Add extra details for clarity 2021-10-18 20:44:13 +05:30
Chiranga Alwis dcbf152118
Remove unnecessary reference to scheduler
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
2021-10-18 20:29:53 +05:30
Chiranga Alwis 9a0f0e25ea
Rearrange words for better meaning
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
2021-10-18 20:28:17 +05:30
Kubernetes Prow Robot 3f824a8989
Merge pull request #28601 from RA489/update_etcd
Example with data dir for restore
2021-10-18 01:35:51 -07:00
RA489 c689362c08 Example with data dir for restore 2021-10-18 10:32:25 +05:30
Chiranga Alwis 10846473ac
Add reference to the created scheduler configuration CM
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-10-18 10:21:13 +05:30
Tim Bannister dc84f0cb97 Mark figures' intended size
This commit activates Sass styling to make image sizes more responsive
on the rendered page.
2021-10-17 21:31:52 +01:00
ztzxt c864a62dff
Bump dashboard version to 2.4.0 from 2.3.1 2021-10-17 13:28:03 +03:00
nuno-faria d7ccf551bf
Create a separate sentence 2021-10-16 12:55:35 +01:00
chirangaalwis 8e250cf405 Update references to invalid --scheduler-name arg 2021-10-16 15:02:45 +05:30
chirangaalwis 95be4e5e65 Update multiple scheduler with HA guide 2021-10-16 14:55:30 +05:30
chirangaalwis 6ec90297d0 Update multiple scheduler deployment guide 2021-10-16 13:31:18 +05:30
Kubernetes Prow Robot 8fb866a9d2
Merge pull request #30020 from tengqm/fix-kubelet-userns
Tweak the kubelet in user namespace page
2021-10-14 17:54:54 -07:00
Tim Bannister cccf7b2102 Tweak advice about kubectl skew
This change helps make the example apply more relevantly to older docs
releases.
2021-10-13 19:35:06 +01:00
nuno-faria 3ee7b1f354
Remove extra parenthesis 2021-10-13 12:02:00 +01:00
Tim Bannister 8230d25180 Mark Docker as third-party software
As per the content guide, Docker is (essential) third party software.
Alternatives exist but Docker is certainly the most common tool used for
this kind of task.

Anyway, mark that it's third party.
2021-10-13 00:10:56 +01:00
Tim Bannister 0ce669e40d Revise “Pull an Image from a Private Registry”
- link to new-style API reference
- call a manifest a manifest
- use tooltips where appropriate
- other general tidying
2021-10-13 00:10:06 +01:00
Tim Bannister 24dab6c202 Tidy task about PV reclaim policy
- Use new API reference shortcode
- Tweak What's Next subheading to be a plural
2021-10-12 21:36:37 +01:00
Tim Bannister 9d77a6bf22 Revise task for practising NGINX Ingress controller 2021-10-12 20:33:40 +01:00
Qiming Teng 59ad3d65b0 Tweak the kubelet in user namespace page
This PR fixes some nits in the page and adds some links for the
convenience of users.
2021-10-12 09:10:18 +08:00
Jesang Myung 56506ce8db
Update configure-gmsa.md
add start backquote in line 261. It was missing.
2021-10-11 03:05:25 +09:00
xiao.li abadaf1ead Fix the page links to a section that doesn't exist 2021-10-01 14:25:25 -07:00
Shannon Kularathna d6345808f4 Add information to API evictions 2021-10-01 15:26:01 +00:00
Kubernetes Prow Robot e4e0bf43a8
Merge pull request #29102 from hoskeri/encrypt-data-doc
encrypt-data: Don't recommend AES-CBC
2021-09-30 14:27:15 -07:00
Kubernetes Prow Robot 4321ffd6d7
Merge pull request #29768 from radva/patch-1
Update translate-compose-kubernetes.md
2021-09-28 17:31:31 -07:00
Kubernetes Prow Robot fc04dbea45
Merge pull request #29748 from JacobValdemar/patch-1
Remove unessesary indentation on code
2021-09-28 05:34:42 -07:00
Paco Xu 39d0870882
Add safe sysctl net.ipv4.ip_unprivileged_port_start
https://github.com/kubernetes/kubernetes/pull/103326
2021-09-28 14:46:25 +08:00
Jesse Butler b940dce478 Merge remote-tracking branch 'upstream/main' into dev-1.23 2021-09-22 10:51:02 -04:00
Kubernetes Prow Robot cfd025c0ac
Merge pull request #29682 from AkihiroSuda/minikube-rootless-docker
kubelet-in-userns.md: update for minikube
2021-09-22 02:50:02 -07:00
radva 5d0c9eae0e
Update translate-compose-kubernetes.md
update to latest release version since version 1.22 doesn't support 3.8
2021-09-21 17:53:57 +02:00
Jacob Valdemar c724a097bd
Add Line Break element after tab widget 2021-09-21 07:09:11 +02:00
silenceshell 064d6676d1 kubeadm upgrade to latest patch release, not latest stable 2021-09-21 10:23:14 +08:00
Kubernetes Prow Robot b56a0db979
Merge pull request #28355 from Kartik494/ingressControllerNamespace
Updating documentation to show ingress pods are deployed in ingress-nginx namespace for minikube v1.19.0 or later
2021-09-20 18:22:23 -07:00
Jacob Valdemar 0e47e6de2b
Merge branch 'main' into patch-1 2021-09-19 22:24:31 +02:00
Jacob Valdemar 2cac383a7c
Undo "Add another newline after the tab widgets" 2021-09-19 22:17:40 +02:00
Jacob Valdemar cc8bda3f41
Add another newline after the tab widgets 2021-09-19 22:07:09 +02:00
Jacob Valdemar 483779104b
Undo accidental change to tabs name 2021-09-19 18:01:51 +02:00
Jacob Valdemar 6b610b8e33
Remove prefixed spaces in code environment 2021-09-19 17:55:11 +02:00
silenceshell 160d68bd43 kubeadm-upgrade should upgrade to current branch version other than the latest version 2021-09-19 11:00:41 +08:00
Kubernetes Prow Robot fa882c6ac3
Merge pull request #29394 from Patil2099/cascade-fix
Replace cascade=false -> cascade=orphan
2021-09-14 17:46:41 -07:00
Shubham Kuchhal 2a6272ddf8 Fixed the link for Exemptions. 2021-09-14 18:18:31 +05:30
Akihiro Suda bc0a2487f8
kubelet-in-userns.md: update for minikube
minikube now supports Rootless Docker driver.

minikube internally sets the KubeletInUserNamespace feature gate automatically
for supporting Rootless Docker driver.

https://minikube.sigs.k8s.io/docs/drivers/docker/

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-09-14 16:54:05 +09:00
Zovin Khanmohammed c189c2d162
Update docs to reflect newly support shells with autocompletions (#29610)
* Update docs to reflect newly support shells with autocompletions

* Update Windows docs to use Powershell instead of zsh

* Adds a bit more explanation of the different lines.

* Apply suggestions from code review

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

* Apply PR suggestions

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-09-12 02:56:06 -07:00
Kubernetes Prow Robot 558f36cfe6
Merge pull request #28720 from anubha-v-ardhan/patch-2
Replace ha-master-gce.png with SVG
2021-09-10 03:27:59 -07:00
Anubhav Vardhan c9568cbaaf Update highly-available-control-plane.md 2021-09-10 09:44:25 +05:30
Anubhav Vardhan 2e361073b1
Update highly-available-control-plane.md 2021-09-09 20:20:49 +05:30
Sascha Grunert c86b8a3e43
Add docs about auth differences between Docker and Kubernetes
The interpretation between Docker and Kubernetes varies when comparing
its implementations. This allows different use cases and should be
documented accordingly.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Co-authored-by: Geoffrey Cline <gcline@amazon.com>
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-09-09 09:20:38 +02:00
Kartik Sharma bd8f97816a
Merge branch 'main' into ingressControllerNamespace 2021-09-09 08:40:39 +05:30
Shubham 975bd9e9b7
Improvement: Remove Heapster content from HPA. (#29547)
* Improvement: Remove Heapster content from HPA.

* Add more descriptive link for Metrics Server.
2021-09-08 18:20:10 -07:00
Kubernetes Prow Robot af7f06193f
Merge pull request #27182 from sftim/20210323_update_task_create_external_load_balancer
Reword “Create an External Load Balancer” task
2021-09-08 17:54:11 -07:00
Michael McQuade 2aca8f917c
Use correct namespace
The namespace for this is `ingress-nginx`
2021-09-03 14:24:17 -05:00
Kubernetes Prow Robot d0959ca3f4
Merge pull request #29526 from tylerauerbeck/fix-dashboard-proxy
Fix proxy url to expose dashboard
2021-08-30 07:16:54 -07:00
Kubernetes Prow Robot c596818637
Merge pull request #29549 from rf232/patch-1
Remove rf232(myself) from reviewers
2021-08-29 19:30:53 -07:00
S Nitesh Singh 1016cd383d fix broken link in install kubectl windows page 2021-08-27 23:10:48 +05:30
Maria Camacho f1b99bb92d
Update static-pod.md
Added a missing verb and full stop.
2021-08-26 19:30:42 +03:00
Rob Franken b2f9611849
Remove rf232(myself) from reviewers
I have not been involved in kubernetes dashboard development for years
2021-08-26 13:23:51 +02:00
Tim Bannister 8563416062
Fix typo
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-08-24 23:59:23 +01:00
Tyler Auerbeck 08121d0c59 Fix proxy url to expose dashboard 2021-08-24 16:06:35 -04:00
Tim Bannister 289295c46c Update Dashboard task title and description 2021-08-23 22:57:03 +01:00
Tim Bannister 950600c510 Reword Dashboard task 2021-08-23 22:56:48 +01:00
Kubernetes Prow Robot 116839a094
Merge pull request #29316 from sysnet4admin/patch-2
Update web-ui-dashboard.md
2021-08-20 18:25:59 -07:00
Kubernetes Prow Robot 87235b508d
Merge pull request #29311 from mengjiao-liu/update-githubbranch-param
Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value
2021-08-16 06:03:18 -07:00
Kubernetes Prow Robot ff44f2996b
Merge pull request #28978 from wesleyw72/cpu-management-burstable-cfs
Clarify that burstable pods also have their limit enforced by CFS quota
2021-08-15 03:39:46 -07:00
Kubernetes Prow Robot cc493080cd
Merge pull request #29288 from dimabru/patch-1
docs: Update custom-resource-definition-versioning.md
2021-08-14 23:43:46 -07:00
Pankaj Patil b4ef0b940e Replace cascade=false -> cascade=orphan 2021-08-14 20:27:40 +05:30
Kubernetes Prow Robot 96069e6a32
Merge pull request #28607 from kahirokunn/patch-1
fix: k8s dashboard link.
2021-08-12 08:23:48 -07:00
yuswift 7318b18c03 fix some typos
Signed-off-by: yuswift <yuswift2018@gmail.com>
2021-08-11 15:42:01 +08:00
Kubernetes Prow Robot 7331e54c09
Merge pull request #28623 from chenxuc/staticPod
static pod not support configmap or secret
2021-08-10 03:23:17 -07:00
Mengjiao Liu f945335af6 Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value 2021-08-10 18:03:21 +08:00
Hoon Jo 11c7b70b41
Update web-ui-dashboard.md
I rquest to update dashboard/v2.3.1 from v2.2.0

Refer to below 
https://github.com/kubernetes/dashboard
2021-08-10 18:51:23 +09:00
Kubernetes Prow Robot 20890d53b7
Merge pull request #29304 from hokadiri/patch-1
Update safely-drain-node.md
2021-08-10 02:11:18 -07:00
Kubernetes Prow Robot 2fbd6ceded
Merge pull request #28879 from Shubham82/correct-FQDN_for_dockerhub
Correct FQDN for DockerHub.
2021-08-10 00:35:20 -07:00
Hussein Kadiri e6082aca98
Update safely-drain-node.md 2021-08-09 09:37:05 -07:00
Kubernetes Prow Robot 90f2d903fb
Merge pull request #29250 from jalagari/main
Selector expect map not string
2021-08-08 13:37:30 -07:00
Dima Brusilovsky 91f4f4adf7
Update custom-resource-definition-versioning.md 2021-08-08 18:47:19 +03:00
Kubernetes Prow Robot b5c1e98957
Merge pull request #29241 from YuikoTakada/fix_relative_paths
Replace with relative path
2021-08-06 06:51:19 -07:00
Vijay Kumar Jalagari 2eda36ea27
Selector expect map not string
If we using string then k8s api is throwing validation error
``` (HorizontalPodAutoscaler.spec.metrics[0].object.metric.selector): invalid type for io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector: got "string", expected "map"; if you choose to ignore these errors, turn validation off with --validate=false ```
2021-08-05 16:10:36 +05:30
Yuiko Mouri 1ad2bce475 Fix missing link 2021-08-05 14:55:29 +09:00
Yuiko Mouri 8f301ea379 Replace with relative path 2021-08-05 11:54:46 +09:00
Victor Palade 61ac44bb11 Merge master into dev-1.22 to keep in sync 2021-08-04 19:43:06 +02:00
Kubernetes Prow Robot c2b38df06f
Merge pull request #28138 from aanm/update-cilium-docs
Update cilium docs
2021-08-02 05:45:21 -07:00
Shubham Kuchhal bcd6bc07ce Fix Static Pod Link. 2021-08-02 15:27:02 +05:30
Kubernetes Prow Robot f21c56522a
Merge pull request #29166 from ClaudiaJKang/fix-typo-kubectl-convert-macos
Fix kubectl-convert plugin typo on "Install kubectl on macOS"
2021-08-01 12:27:21 -07:00
Kubernetes Prow Robot 2b457e1612
Merge pull request #28944 from aliakbar-hemmati/fix-28875
Add explanations for control-plane pods restart after certificate ren…
2021-07-31 20:29:20 -07:00
Juhee Kang 97d371bcf7
Fix kubectl-convert plugin typo on "Install kubectl on macOS"
Compared with the other distro guide about installation kubectl, the macOS installation guide has a typo about validation of kubectl-convert. 
This commits fixes the typo on "Install kubectl on macOS" documentation.
2021-07-30 22:16:44 +09:00
Kubernetes Prow Robot 2aa0117550
Merge pull request #29161 from steven-my/29096-update-location-for-preparenode-ps1
Update location of PrepareNode.ps1
2021-07-30 03:11:37 -07:00
Kubernetes Prow Robot 0df45a7130
Merge pull request #29154 from cslauritsen/patch-1
mark adjectival phrases with hyphens
2021-07-29 15:41:39 -07:00
Kubernetes Prow Robot f470819727
Merge pull request #28583 from vaibhav2107/hpa-walkthrough
Update the command in /docs/tasks/run-application/horizontal-pod-auto…
2021-07-29 14:05:19 -07:00
Chad Lauritsen abeaf3e5ea
mark adjectival phrases with hyphens 2021-07-29 12:46:32 -04:00
Victor Palade 252c44c53d Merge master into dev-1.22 to keep in sync 2021-07-29 15:40:32 +03:00
Simone Tiraboschi eca82e08f9 Concretely explain how to patch CRD status
Current documentation simply suggest
"Remove v1beta1 from the CustomResourceDefinition
status.storedVersions field."
but this cannot be done just with kubectl and
it's not so intuitive.

Adding an example to make it more clear.

Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
2021-07-29 13:50:42 +02:00
Steven Yan 6db181178f Update location of PrepareNode.ps1 2021-07-29 16:35:26 +08:00
Kubernetes Prow Robot ddf46cfd6b
Merge pull request #29124 from tallclair/podsecurity
[PodSecurity] Correct and clarify a few things
2021-07-28 11:26:47 -07:00
Tim Allclair 6ac692be8e [PodSecurity] Correct and clarify a few things 2021-07-28 10:41:59 -07:00
Kubernetes Prow Robot 3e806911c0
Merge pull request #28830 from chenxuc/kubelet-config-file
improve example for kubelet config file
2021-07-27 18:35:35 -07:00
Junaid Ali 2fe20a8ac4
Fix link to decoding a secret 2021-07-27 23:34:13 +01:00
Kubernetes Prow Robot 1e9582afc3
Merge pull request #28780 from johngmyers/ca-naming
Use consistent terminology for the Kubernetes general CA
2021-07-27 10:34:47 -07:00
Victor Palade 3c95e6a96b Merge master into dev-1.22 to keep in sync 2021-07-27 18:47:27 +03:00
Kubernetes Prow Robot 818def30ed
Merge pull request #29018 from SamWheating/sw-fix-sentence-in-hpa-docs
Fixing improper sentence in HPA documentation
2021-07-27 03:16:45 -07:00
cezaryzukowski 11c8889e6d
The Memory Manager graduates to Beta (#28851)
* Update gRPC messages documentation

* Revisions + extend docs

* Update content/en/docs/tasks/administer-cluster/memory-manager.md

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

* Revisions

* Update content/en/docs/tasks/administer-cluster/memory-manager.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

* Revisions

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-07-27 02:12:45 -07:00
Kubernetes Prow Robot 1f906ce67a
Merge pull request #28827 from AkihiroSuda/kep2033-kubelet-in-userns-aka-rootless
Add `KubeletInUserNamespace` feature gate
2021-07-27 00:54:46 -07:00
Brandon Smith af2f72ad59
Windows HostProcess Container Documentation (#28413)
* Rebasing HostProcess security changes.

* Incorporated initial round of feedback

* Minor wording updates

* Finished up remaining todo items

* Apply suggestions from code review

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
Co-authored-by: Mark Rossetti <marosset@microsoft.com>

* Moved HostProcess security documentation into PSS and create-host-process-pod docs

* Updated with for James' review

* Apply suggestions from code review

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: James Sturtevant <jsturtevant@gmail.com>

* Minor edits

* Modifications for additional feedback

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: James Sturtevant <jsturtevant@gmail.com>
2021-07-27 00:50:45 -07:00
chenxuc 8c9c9c543c static pod not support configmap or secret 2021-07-27 14:51:45 +08:00
Akihiro Suda 2860fbf1ad
Add `KubeletInUserNamespace` feature gate
Enables support for running kubelet in a user namespace.
The user namespace has to be created before running kubelet.
All the node components such as CRI need to be running in the same user namespace.

- Tracking issue: kubernetes/enhancements issue 2033
- KEP: https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2033-kubelet-in-userns-aka-rootless
- Implementation: kubernetes/kubernetes PR 92863

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-07-27 15:18:46 +09:00
Kubernetes Prow Robot d078b427b8
Merge pull request #28870 from shannonxtreme/gc-docs
Create garbage collection docs
2021-07-26 22:40:45 -07:00
Sam Wheating 498647c438 Removing paragraph about ReplicationController 2021-07-26 09:17:10 -07:00
Sam Wheating e4d7ffb6d6
Update content/en/docs/tasks/run-application/horizontal-pod-autoscale.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-07-26 09:14:03 -07:00
Kubernetes Prow Robot 09903e156f
Merge pull request #29076 from xinydev/update-kubectl-flag
Update kubectl deprecated flag delete-local-data to delete-emptydir-data
2021-07-26 04:20:33 -07:00
Vaibhav 03dea1a56f Update the changes in access-cluster-services.md 2021-07-26 13:54:44 +05:30
Tim Bannister 39f2c3860d Reword “Create an External Load Balancer” task
- general cleanup
- update sample output
- use more tooltips
- avoid specifying specific cloud providers

The website repo doesn't maintain a definitive list of cloud providers that
pass Kubernetes conformance tests. It's certainly more than AWS and GCP as
the previous revision stated.
2021-07-24 02:19:40 +01:00
Abhijit Hoskeri ff63695666 encrypt-data: Don't recommend AES-CBC
CBC is not recommended any more due to vulnerability
to padding oracle attacks.

Promote secretbox instead.
2021-07-23 13:03:33 -07:00
XinYang d095a148f2
Update kubectl deprecated flag delete-local-data
Signed-off-by: XinYang <xinydev@gmail.com>

revert changes

Signed-off-by: XinYang <xinydev@gmail.com>

update more

Signed-off-by: XinYang <xinydev@gmail.com>
2021-07-23 10:39:30 +08:00
Kubernetes Prow Robot 98a52cdede
Merge pull request #29080 from able8/fix-an-empty-prerequisites
Fix an empty prerequisites section in update-daemon-set.md
2021-07-22 18:07:16 -07:00
Able Lv 72af5fdf2f
Update content/en/docs/tasks/manage-daemon/update-daemon-set.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-07-23 08:58:37 +08:00
Kubernetes Prow Robot 0650476fb5
Merge pull request #28930 from ehashman/kep-2238-beta
KEP-2238 probe-level grace period changes for beta/1.22
2021-07-22 17:11:16 -07:00
able.lv 9c61f34abd fix an empty prerequisites 2021-07-22 22:21:28 +08:00
Vaibhav 816a5debe8 Remove the duplicate content from access-cluster.md 2021-07-22 18:54:41 +05:30
Kubernetes Prow Robot be5f25eade
Merge pull request #27891 from fromanirh/cpumanager-policy-options
cpumanager: document cpu manager policy options
2021-07-22 05:15:51 -07:00
Kubernetes Prow Robot 11ca5f06dc
Merge pull request #28530 from Shubham82/Add-MongoDB-yamls
Add MongoDB deployment and service.
2021-07-22 05:05:51 -07:00
Wiktor Kwapisiewicz e8b498ee14
Fix secret name to be consistent with examples 2021-07-22 10:58:47 +02:00
Kubernetes Prow Robot f92e3ec2ba
Merge pull request #28903 from sejr/feat/podsecurity
Add Pod Security Standards documentation
2021-07-22 01:57:52 -07:00
Kubernetes Prow Robot b017081952
Merge pull request #28319 from ravisantoshgudimetla/maxSurge-beta
Introduce maxSurge as beta feature for DaemonSets
2021-07-21 21:57:51 -07:00
Kubernetes Prow Robot 297ef84338
Merge pull request #28882 from jiahuif/feature/leader-migration/to-beta
KEP-2436 Leader Migration: to beta
2021-07-21 11:31:51 -07:00
ravisantoshgudimetla 06599a6259 Make maxSurge as beta feature for DaemonSets
kubernetes/kubernetes#101742 merged which made this feature beta.
This is the companion docs PR for kubernetes/enhancements#2665

Co-authored-by: Karen Bradshaw <kbhawkey@gmail.com>
2021-07-21 12:20:20 -04:00
Samuel Roth e0d4b53b1c incorporating initial round of feedback 2021-07-21 15:33:46 +00:00
Francesco Romani a376a29d7e cpumanager: document cpu manager static policy options
The enhancement https://github.com/kubernetes/enhancements/issues/2625
want to add a new kubelet option to fine tune the behaviour of the
cpu manager policies, and to do so we add support for cpu manager policy
options themselves.

Signed-off-by: Francesco Romani <fromani@redhat.com>
2021-07-21 16:25:19 +02:00
Kubernetes Prow Robot 2007c90673
Merge pull request #28869 from verult/fsgroup-to-csi
Documentation for delegating FSGroup change to CSI driver
2021-07-21 07:04:08 -07:00
Kubernetes Prow Robot 1a7b4a5e2f
Merge pull request #26664 from bart0sh/PR0004-multisize-hugepages-GA
Graduate multiple sizes huge pages to GA
2021-07-21 06:58:08 -07:00
Kubernetes Prow Robot 793c66fffc
Merge pull request #28474 from SergeyKanzhelev/deprecateDynamicKubeletConfig
deprecation of DynamicKubeletConfig feature flag
2021-07-21 06:52:08 -07:00
Monis Khan 0d57c5dffa
Fix note about SA OIDC discovery doc default binding
Added in v1.19: https://pr.k8s.io/88344

Signed-off-by: Monis Khan <mok@vmware.com>
2021-07-20 17:19:54 -04:00
Elana Hashman 3f0103cd26
Update beta status for 1.22 probe-level grace periods 2021-07-20 11:09:36 -07:00
Cheng Xing ac68a21c9a Documentation for delegating FSGroup change to CSI driver 2021-07-19 14:28:07 -07:00
Indeed e4505847a6 fix typo. 2021-07-19 12:44:37 -07:00
Indeed b7a4d76be5 match Leader Migration beta implementation. 2021-07-19 12:44:37 -07:00
Sam Wheating 51c621a6ba Fixing improper sentence in HPA documentation 2021-07-19 10:07:51 -07:00
Ed Bartosh 7a0f9bc01e Graduate multiple sizes huge pages to GA
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2021-07-19 12:51:19 +03:00
Wesley Williams 723b94de50 Clarify that burstable pods also have their limit enforced by CFS quota 2021-07-16 18:10:38 +01:00
aliakbar 85cc70b333 Add explanations for control-plane pods restart after certificate renewal 2021-07-16 21:08:38 +04:30
Kubernetes Prow Robot 36df19e1d5
Merge pull request #28942 from ruffrey/patch-1
Fix incorrect mv command for kubectl-convert
2021-07-15 07:34:48 -07:00
Kubernetes Prow Robot 506ee6ff68
Merge pull request #28876 from tengqm/kubeadm-config-ref
Kubeadm config reference
2021-07-14 18:12:48 -07:00
ruffrey f65f046cb5
Fix incorrect mv command for kubectl-convert
Looks like the `mv` installation command for `kubectl-convert` had been copied from `kubectl` install, but not fully changed
2021-07-14 09:45:25 -07:00
Anubhav Vardhan 436d3fe8c4
Update content/en/docs/tasks/administer-cluster/highly-available-control-plane.md
Co-authored-by: chrismetz09 <cymetz@gmail.com>
2021-07-14 08:48:53 +05:30
Shannon Kularathna b1573ad314 Create garbage collection docs 2021-07-13 20:32:50 +00:00
Kubernetes Prow Robot 670116cc39
Merge pull request #28740 from bhumijgupta/add-kubectl-check-info
Add kubectl-convert plugin installation info
2021-07-12 14:29:42 -07:00
Kubernetes Prow Robot 8e737b26da
Merge pull request #27933 from toshokan/secrets-typo
[en] Fix secret -> secrets in titles
2021-07-10 18:34:46 -07:00
Christopher Negus 548ba073da Merge main into dev-1.22 to keep in sync 2021-07-09 18:19:13 +00:00
Kubernetes Prow Robot 7a85763a8e
Merge pull request #28835 from DestyNova/patch-1
Make kubectl executable in non-root install docs
2021-07-09 05:08:53 -07:00
Shubham Kuchhal a3b120928d Correct FQDN for DockerHub. 2021-07-09 17:02:58 +05:30
Qiming Teng 6e6c1f8920 Redirect kubeadm config reference
Instead of redirecting users to the godoc site for kubeadm configuration options, we'd better point them to the generated reference.
2021-07-09 12:54:18 +08:00
Kubernetes Prow Robot 3f21885d6b
Merge pull request #28657 from RA489/update_ha
Update highly-available-control-plane
2021-07-08 16:50:53 -07:00
André Martins e4615a2ffb tasks/network: add Cilium in dual-stack supported plugins
Update installation steps with the latest stable release.

Signed-off-by: André Martins <aanm90@gmail.com>
2021-07-09 01:37:00 +02:00
Kubernetes Prow Robot 4c6a904242
Merge pull request #28360 from neolit123/1.22-add-v1beta3
kubeadm: use the new v1beta3 instead of v1beta2
2021-07-08 09:42:54 -07:00
Sergey Kanzhelev a4fbeb27dc deprecation of DynamicKubeletConfig feature flag 2021-07-08 00:11:52 +00:00
Oisín ad5afa3dfa
Make kubectl executable in non-root install docs
Following the "if you do not have root access" installation docs for kubectl results in a "permission denied" error, so this change adds the appropriate chmod command to minimise confusion.
2021-07-07 14:00:33 +01:00
chenxuc 1542bedae4 improve example for kubelet config file 2021-07-07 20:31:41 +08:00
Shubham Kuchhal 752122089d Update link for "Service Account Signing Key Retrieval KEP" 2021-07-06 15:06:14 +05:30