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