Chris Henzie
988991b4fe
Update pause with Docker Schema 2 image
2024-12-19 13:11:05 -08:00
Tim Hockin
c299e28877
Change dnsutils from jessie-dnsutils to agnhost
2024-08-30 20:57:02 -07:00
Aritra Ghosh
071262933b
Adding script for cgroup v2 memory available.sh ( #41931 )
...
* script for cgroup v2 memory available.sh
* Update content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md
Co-authored-by: Michael <haifeng.yao@daocloud.io>
* Update memory-available-cgroupv2.sh
---------
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-11-22 02:07:28 +01:00
twelcon
54be184f07
Added 'command' block for some busybox pods script
2023-06-21 22:00:38 +05:30
Joseph Anttila Hall
d922bb2122
Konnectivity example refresh.
2023-03-31 16:10:39 -07:00
Kartik Sharma
e6cef6dd29
Add rolebinding to Configure Multiple Schedulers ( #38208 )
...
* Add rolebinding to Configure Multiple Schedulers
* Update content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
---------
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
2023-01-29 06:06:43 -08:00
Kubernetes Prow Robot
89a4542cb5
Merge pull request #37529 from bishal7679/switch-json-manifest
...
For namespace walkthrough, switch example manifests to YAML
2022-10-29 08:14:40 -07:00
Kubernetes Prow Robot
1a2d59e27e
Merge pull request #35234 from mcameron/patch-1
...
Update dnsutils.yaml example to prevent constant restarts
2022-10-29 07:20:39 -07:00
Bishal Das
18ae4051f7
updated json manifest to yaml
...
Signed-off-by: Bishal Das <bishalhnj127@gmail.com>
2022-10-26 10:11:46 +05:30
Dario Tranchitella
38b646b424
fix(konnectivity): using default container repository and last tag
2022-08-30 19:54:30 +02:00
carolina valencia
6810fa976d
Merge remote-tracking branch 'upstream/main' into dev-1.25
2022-08-18 15:58:41 -03:00
Arnaud Meukam
a180cd6853
Update docs to reference new container image registry
...
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes
codebase have been updated with the new endpoint.
Ref: https://github.com/kubernetes/k8s.io/issues/3411
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2022-08-18 16:35:26 +02:00
William Steinford
d6a1ba2a6d
Fix the grammar by using the verb form 'set up' where appropriate instead of the noun 'setup'
2022-08-08 16:48:26 -04:00
Max Cameron
9fd96d52fb
Update dnsutils.yaml
2022-07-22 10:02:05 +01:00
monk
950b8747a3
Fix wrong guide for egress selection.
...
This PR fix the wrong guide according to the commit bellow:
[apiserver: support egress selection name 'controlplane' and deprecate 'master'](a0aebf96ec
)
2022-07-06 20:54:46 +08:00
Nate W
22643121ff
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-04-04 09:40:29 -07:00
Raghu Katti
1c418bddd2
Added retry option to tail
...
If the logs get rotated the above tail would fail. -F ensures that it is logrotate proof.
2022-03-31 13:08:23 -04:00
Nate W
7c67921f3f
Merge remote-tracking branch 'upstream/main' into dev-1.24
2022-03-28 08:48:23 -07:00
Thomas Guettler
7122a4498a
fix busybox image to 1.28 (issues with `nslookup`).
...
Changes where done with these commands:
reprec 'image: busybox(?!:)' 'image: busybox:1.28' */docs */examples
reprec -- '--image=busybox(?!:)' '--image=busybox:1.28' */docs */examples
Related issues:
https://github.com/docker-library/busybox/issues/48
https://github.com/kubernetes/kubernetes/issues/66924
2022-03-02 20:48:26 +01:00
Lubomir I. Ivanov
806518df13
kubeadm: update references of "master" label/taint for 1.24
...
In 1.24 kubeadm will:
- stop using the "master" label on CP nodes.
- start tainting CP nodes with both "master" and "control-plane" taints.
In 1.25 the "master" taint will be removed.
Adjust references of the "master" label/taint to the above.
2022-02-23 19:22:50 +02:00
Jan Chaloupka
a475c2147e
Configure multiple schedulers: switch to the secure ports
...
Starting v1.23 the kube-scheduler no longer provides insecure serving.
2022-02-01 11:03:01 +01:00
Aaron Crickenberger
156173d622
replace dnsutils example image
...
The gcr.io/kubernetes-e2e-test-images repo is deprecated and will
eventually go away. Use an equivalent image from the project-owned
k8s.gcr.io repo
2021-11-03 14:32:58 -07:00
chirangaalwis
fc25753118
Remove unnecessary comment
2021-10-18 20:32:38 +05:30
chirangaalwis
b06baf8f80
Re-order ConfigMap definition
2021-10-16 21:52:09 +05:30
chirangaalwis
0add8b4a53
Remove --bind-address kube-scheduler argument
...
Defaults to 0.0.0.0
2021-10-16 13:30:24 +05:30
chirangaalwis
067f8a9370
Update custom scheduler example for v1.22+
...
Remove invalid scheduler args, add new scheduler args and add new Scheduler Configuration for defining scheduler name
2021-10-16 12:49:55 +05:30
Nitesh Seram
d3a5a71e88
remove addonmanager.kubernetes.io labels
2021-09-28 10:49:37 +05:30
Sanu Satyadarshi
0032199ed6
Add missing ServiceAccount
...
Added missing ServiceAccount, ClusterRole and ClusterRoleBinding.
https://github.com/kubernetes/website/issues/15280
https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml
2021-08-02 12:55:33 +05:30
Kubernetes Prow Robot
11eda2afb6
Merge pull request #27504 from gecube/master
...
Update konnectivity to 0.0.16 and update ZH docs accordingly
2021-05-09 07:26:47 -07:00
Bridget Kromhout
f7a0a0a951
"*-controller-manager" typo fix
...
I noticed a typo in a recent blog post, and a similar typo appears in
the comments for some examples. This PR corrects these typos.
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-04-14 16:40:32 -05:00
George Gaál
02099e2dd3
Update konnectivity to 0.0.16 and update ZH docs accordingly
2021-04-11 14:24:40 +03: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
Jerry Park
45a5a5210f
Fix issue with tasks/administer-cluster/out-of-resource/
2020-10-01 13:13:59 +09:00
Cweiping
c80c9c40c1
fix page configure-multiple-schedulers/#enable-leader-election style error ( #22642 )
...
* fix https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/#enable-leader-election style error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
* fix https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/#enable-leader-election style error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-07-26 20:16:16 -07:00
Kubernetes Prow Robot
5fbcd30139
Merge pull request #20691 from alculquicondor/fix-2nd-scheduler
...
Add missing ClusterRoleBinding and leases permissions for running 2nd scheduler
2020-04-30 15:05:37 -07:00
Aldo Culquicondor
ade52dec1e
Add missing ClusterRoleBinding and leases permissions for running 2nd scheduler
...
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-04-30 17:57:28 -04:00
Chao Xu
ac1d864575
Instructions on how to set up the Konnectivity service.
2020-04-05 12:10:05 -07:00
行颠
95d83bb12e
remove repeat space in yamls ( #19883 )
2020-03-27 04:46:23 -07:00
Rajesh Deshpande
7b4ad25f13
Correcting example from namespaces-walkthrough task ( #19294 )
...
* Correcting deployment example
As 'kubectl run' command is deprecated, creating deployment with deployment manifest and apply command.
* Deployment manifest for snowflake example
Deployment manifest for snowflake example
2020-03-15 21:32:35 -07:00
Antonio Ojea
d2dc2c60c6
Use dnsutils image for DNS debugging ( #18001 )
...
DNS debugging documentation is using a busybox image as example.
This image has different known issues with the way it resolves
the DNS names in k8s, creating confusion with users that try to
follow the docs.
The e2e tests use a custom small image ~4.3MB for DNS testing
with all the necessary tools. Also, the fact that this image is
being used for the k8s e2e testing guarantees it's compatibility.
2020-01-15 01:17:32 -08:00
diguage
5807a91689
keep content and file name to be consistent ( #16532 )
2019-09-24 00:49:26 -07:00
Oz N Tiram
4d14e98b08
Fix syntax broken highlighting ( #15830 )
...
Hugo's highlighter does not understand a variable name with angle
brackets, and breaks the coloring.
2019-08-13 13:53:41 -07:00
Kohei Toyoda
d6bcc7b8d9
Fix orders of yaml for examples. ( #15763 )
2019-08-09 14:33:15 -07:00
Tim Bannister
7289483c7d
Update “Autoscale the DNS Service in a Cluster” ( #14525 )
...
* Mark code blocks for syntax highlighting
* Use glossary tooltips where appropriate
* Reword DNS horizontal autoscaling task
- Mention that addons manager is deprecated
- Use unordered list for “What's next”
* Note AMD64 instruction set assumption
* Update to more recent cluster-proportional-autoscaler
Based on sample configuration in https://raw.githubusercontent.com/kubernetes/kubernetes/beba9921aa1a73431bf322ffa17df6b2aa314b0c/cluster/addons/dns-horizontal-autoscaler/dns-horizontal-autoscaler.yaml
2019-06-05 22:34:09 -07:00
s-ito-ts
7b7caf3b77
Fix orders of yaml for tasks/administer-cluster/[l-z]*.go ( #14245 )
2019-05-09 04:40:48 -07:00
s-ito-ts
5a89ffb684
Fix orders of yaml for tasks/administer-cluster/[a-k]*.go ( #14241 )
2019-05-08 22:44:47 -07:00
Elvadas NONO
37df3efaf9
Documentation LimitRange Policies ( #14086 )
...
* Documentation LimitRange Policies
* Fixing limirange docs issues
* Style and grammar
* Reviewer wanted
* syntax and grammar feedbacks
2019-05-07 22:32:34 -07:00
Tomáš Kukrál
f6033fccc8
fix indentaion in hpa deployment ( #12893 )
2019-03-07 16:50:03 -08:00
Andrew Sy Kim
35d0d34959
remove cloud controller manager docs on using Initializers for PV labeling ( #12375 )
2019-02-17 08:26:48 -08:00
Bruno M. Custódio
333f8183f8
Fix the "my-scheduler-as-kube-scheduler" ClusterRoleBinding. ( #11112 )
...
Signed-off-by: Bruno Custodio <brunomcustodio@gmail.com>
2018-11-28 08:33:39 -08:00