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
0a4887ebde
Merge pull request #29699 from PushkarJ/netw-ports-protocols
...
Add a ports and protocols reference page
2021-09-17 08:51:00 -07:00
Kubernetes Prow Robot
6630873d9d
Merge pull request #29344 from victuos/main
...
Adjust broken link in service.md
2021-09-16 05:47:46 -07:00
Pushkar Joglekar
7655d8d778
Add a ports and protocols reference page
...
- Refactored ports and protocols info under docs/reference
- Updated the ports for kube-scheduler and kube-controller based on
current state
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-09-15 13:19:04 -07:00
Andrey Regentov
49d7b493bb
semantic fix
...
use "latest" => "Always"
use nothing => "Always"
use any but "latest" => "IfNotPresent"
2021-09-15 15:46:26 +07:00
Kubernetes Prow Robot
59e9b43f1c
Merge pull request #26151 from feloy/feloy-api-reference-links
...
api-reference shortcode + script to test links
2021-09-14 18:22:40 -07: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
Philippe Martin
7d0e235a99
Add shortcode doc
2021-09-14 15:51:58 +02:00
Shubham Kuchhal
2a6272ddf8
Fixed the link for Exemptions.
2021-09-14 18:18:31 +05:30
Kubernetes Prow Robot
828e7629a8
Merge pull request #29691 from ixodie/patch-3
...
Removed Big Switch Fabric
2021-09-14 01:47:08 -07:00
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
Metal
c1c2f08662
Fix spelling
2021-09-14 09:05:42 +07:00
ixodie
f1751b1e24
Removed Apstra AOS
...
Apstra AOS (now owned by Juniper) has no direct integration with Kubernetes.
No CNI, no operator, no CRDs, nothing.
Kubernetes is not natively supported in the product, there is no mention of any k8s construct in the product.
This entry should be removed because it does not follow https://github.com/kubernetes/website/issues/20232
2021-09-13 16:34:52 -04:00
ixodie
e6f83df546
Removed Big Switch Fabric
...
None of the links for this entry actually work.
2021-09-13 12:40:56 -04:00
Kubernetes Prow Robot
4c5a4f17b6
Merge pull request #29639 from zlatin/fix-duplicate
...
Fix duplicate words in kubectl overview
2021-09-12 13:24:06 -07:00
Victuos
a225c841f0
Adjust broken link in service.md
2021-09-12 19:24:09 +02: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
Kubernetes Prow Robot
b41e88b2ab
Merge pull request #29635 from deepsan/serviceCatalog
...
Fix service-catalog usage of apiserver aggregation
2021-09-10 01:16:00 -07:00
Anubhav Vardhan
c9568cbaaf
Update highly-available-control-plane.md
2021-09-10 09:44:25 +05:30
deepsan
84c2324c2b
Fix service-catalog usage of apiserver aggregation
...
The Service Catalog architecture changed from using api aggregation to CRDs, but the docs still refer to the older architecture using api aggregation.
Couple of changes here:
1. Change the sentence on how Service Catalog is implemented
2. Replace the example for usage of api aggregation from service-catalog to metrics-server. There are multiple implementations that can be linked to(keda, prometheus, datadog,...), but keeping the documentation neutral by pointing to kubernetes-sigs/metrics-server
References:
- Service Catalog [v0.3.0 release notes](https://github.com/kubernetes-sigs/service-catalog/releases/tag/v0.3.0 ):
> In release 0.3.0, we've focused on replacing the Aggregated API Server with the CustomResourceDefinitions (CRDs) and the Admission Webhook solution.
- Project [README](https://github.com/kubernetes-sigs/service-catalog/pull/2691/files )
> Service Catalog recently switched to a new CRDs-based architecture. The old API Server-based implementation is available on the v0.2 branch. We support this implementation by providing bug fixes until July 2020.
2021-09-09 17:58:56 -07:00
Anubhav Vardhan
2e361073b1
Update highly-available-control-plane.md
2021-09-09 20:20:49 +05:30
Anubhav Vardhan
a0e52ff56f
Changed ha-control-plane.svg location
2021-09-09 20:17:21 +05:30
Arsh Sharma
69be6060ca
explaining the interactions of topology spread constraints and node affinity/selector ( #29632 )
...
* explaining the interactions of topology spread constraints and node affinity/selector
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
* udpates from code review
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
* more updated from code reviews
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
2021-09-09 06:48:10 -07:00
Kubernetes Prow Robot
4b18015cd3
Merge pull request #29628 from yechs/patch-1
...
Fix markdown link rendering & move image kubeadm-stacked-color.png to this repo
2021-09-09 01:00:12 -07:00
Kartik Sharma
bd8f97816a
Merge branch 'main' into ingressControllerNamespace
2021-09-09 08:40:39 +05:30
Siman
8155f1d16d
Update controlling-access.md as --insecure-port flag deprecated ( #29447 )
...
* Update English version of controlling-access.md as --insecure-port flag deprecated
* Update controlling-access.md as --insecure-port flag deprecated
* Update content/en/docs/concepts/security/controlling-access.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-09-08 19:30:10 -07:00
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
91d24e6505
Merge pull request #29637 from reylejano/update-kubeops-description
...
Follow-up to k/website pr 29529, fix small nit for .NET
2021-09-08 18:04: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
jay vyas
034ab83d92
kube-proxy disclaimer about cleanup ( #28147 )
...
* kube-proxy disclaimer about cleanup
* Update content/en/docs/concepts/services-networking/service.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/concepts/services-networking/service.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* kube-proxy config note
* Update service.md
kube proxy configuration
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-09-08 17:34:10 -07:00
Ye Shu
826fb8dc90
Change reference to kubeadm-stacked-color.png
...
Since the image is now moved to this repo, I'm changing all
references to the image to have them point to the local one.
2021-09-08 10:35:23 -04:00
bhumijgupta
d3dcda21a5
Revert change to double spacing
...
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-09-08 19:05:01 +05:30
bhumijgupta
2e55433aec
Fix release cadence in deprecation policy page
...
Signed-off-by: bhumijgupta <bhumijgupta@gmail.com>
2021-09-08 19:01:08 +05:30
Maxym Zalata
8555d69bb5
fix duplicate words
2021-09-08 13:51:27 +03:00
Rey Lejano
892118c9cc
follow-up to k website pr 29529
2021-09-07 16:58:20 -07:00
Ye Shu
a206af45bf
Ends img tag and revert changes to links
...
- Moves the image to this repo
- Adds <img/> to end the tag
- Revert changes made to markdown links
2021-09-07 17:48:00 +00:00
Kubernetes Prow Robot
a161d54e9f
Merge pull request #29209 from deepsan/api-server
...
Reword Go requirement for subordinate API servers
2021-09-07 05:39:15 -07:00
Kubernetes Prow Robot
b125d095ea
Merge pull request #29621 from tengqm/fix-kubeadm-api-pointer
...
Fix kubeadm-config links
2021-09-06 18:23:15 -07:00
Ye Shu
8d3d617d55
Fix not rendered markdown link in docs
...
The markdown links are not rendered properly on [the website](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/ ).
I replace them with html anchor tags to fix this weird issue.
2021-09-06 23:00:28 +08:00
Qiming Teng
c7ed438072
Fix kubeadm-config links
...
This PR fixes the links for kubeadm-config APIs.
2021-09-05 09:59:05 +08: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
8a26a33998
Merge pull request #29529 from buehler/patch-1
...
docs: Add "KubeOps" operator SDK to third-party list
2021-09-02 09:26:58 -07:00
Kubernetes Prow Robot
2948ff2fa3
Merge pull request #29127 from tengqm/amend-kubeadm-join
...
Amend kubeadm join doc for node preparation
2021-09-02 06:40:59 -07:00
Qiming Teng
87e92d4893
Update content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-09-02 14:55:24 +08:00
Vaibhav
f6c813de44
Remove the remaining last flag --record from deployment.md
2021-09-01 15:21:31 +05:30
Vaibhav
a0d63d1125
Remove the --record flag in https://kubernetes.io/docs/concepts/workloads/controllers/deployment.md
2021-09-01 01:49:22 +05:30
Anuraag Agrawal
6c1ecfa016
Fix typo in health-checks doc
2021-08-31 11:53:15 +09:00
Kubernetes Prow Robot
0cf63c805b
Merge pull request #29345 from sftim/20210812_migrate_image_good_practice_images_concept
...
Migrate good practice for container images into Containers section
2021-08-30 07:20:54 -07:00
Kubernetes Prow Robot
773411fa3c
Merge pull request #29030 from sgpinkus/patch-2
...
Update _index.md
2021-08-30 07:18:54 -07: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
e861bd334a
Merge pull request #29012 from Kartik494/stableexample
...
Modify documentation for stable storage
2021-08-30 07:14:54 -07:00
Kubernetes Prow Robot
07725b5490
Merge pull request #29536 from naisuuuu/improve-namespaces-wording
...
Improve wording of `kube-node-lease` namespace doc
2021-08-30 07:12: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
naisu
5220cdf8d2
Explain leases in `kube-node-lease` namespace doc
...
Add a reference to `Lease` resource api doc
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-08-26 02:22:45 +02:00
Kubernetes Prow Robot
c83e410333
Merge pull request #29492 from sftim/20210820_fix_cronjob_graduation_release
...
Fix incorrect info about when CronJob reached GA
2021-08-25 10:52:43 -07:00
naisu
497a5231df
Improve wording of `kube-node-lease` namespace doc
...
Correct grammar and provide a reference to more detailed documentation of concepts mentioned.
2021-08-25 17:20:22 +02:00
Christoph Bühler
c031257f3e
fix ordering of list
2021-08-25 11:25:29 +02:00
Christoph Bühler
d8199078f5
Add additional information about "kubeops"
2021-08-25 09:53:01 +02:00
Christoph Bühler
8b013b8e92
docs: Add "KubeOps" operator SDK to third-party list
...
Adding dotnet operator sdk/framework to third-party list of operator sdks.
2021-08-25 09:33:44 +02:00
Tyler Auerbeck
3dc86945ed
Fix link in pod-security-admission
2021-08-25 00:57:35 -04:00
Kubernetes Prow Robot
fcff108a23
Merge pull request #29226 from tmeralus/patch-1
...
fixed small typo
2021-08-24 21:10:39 -07:00
Tedley Meralus
964ab4a274
changed uprate to promote
...
changed word to better clarify actions used in kubernetes cluster
2021-08-24 23:57:00 -04:00
Kubernetes Prow Robot
ad5e309805
Merge pull request #29515 from sftim/20210823_tweak_dashboard_task
...
Revise task page to deploy and access the Kubernetes Dashboard
2021-08-24 20:34:39 -07: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
Kubernetes Prow Robot
9b17097b45
Merge pull request #28451 from vaibhav2107/learning-env
...
Update in docs/setup/learning-environment/_index.md
2021-08-24 10:43:15 -07:00
Kubernetes Prow Robot
dc262ad58b
Merge pull request #27905 from jai/jai/fix-20134
...
docs(manage-resources-containers): add volume and volumeMount for ephemeral storage
2021-08-24 10:41:14 -07:00
Tim Bannister
fd19a0c145
Migrate good practice for container images into Containers section
2021-08-24 10:47:18 +01:00
Kubernetes Prow Robot
607405e106
Merge pull request #29505 from jimangel/zoom-policy
...
adding zoom info for localization teams
2021-08-24 02:37:13 -07:00
Tim Bannister
a532758197
Fix incorrect info about when CronJob reached GA
2021-08-23 23:00:00 +01: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
5f301dcec5
Merge pull request #29468 from Abirdcfly/patch-2
...
Update rbac.md: Describe in detail how to specify resourceNames when using list verbs
2021-08-23 07:12:01 -07:00
Abirdcfly
19807f866c
Update content/en/docs/reference/access-authn-authz/rbac.md
...
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
2021-08-23 21:45:10 +08:00
S Nitesh Singh
2cb0f9cd8f
rename product security committee to security response committee
2021-08-23 16:54:01 +05:30
Jim Angel
d5b67cf560
adding zoom info for localization teams
2021-08-22 21:04:45 +00:00
Kubernetes Prow Robot
2fb1f22a7b
Merge pull request #29498 from Devops-Ramdas/patch-1
...
Update components.md
2021-08-22 09:49:59 -07:00
Cheng Wang
a130f6b8b9
Fix typo `a extension`
2021-08-22 12:12:30 +08:00
Ramdas Potale
988a62b463
Update components.md
...
I think adding the "for" word in the below sentence makes more sense.
"This document outlines the various components you need to have "for"
a complete and working Kubernetes cluster."
2021-08-21 09:27:03 +05:30
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
15a909818d
Merge pull request #29455 from cndoit18/feat/add-cronjob-timezone
...
[en]: description of the cronjob schedule timezone
2021-08-20 06:31:24 -07:00
Kubernetes Prow Robot
370b521a87
Merge pull request #29489 from saschagrunert/privileged-unconfined
...
Mention that privileged containers run unconfined
2021-08-20 02:35:24 -07:00
Kubernetes Prow Robot
753e70c072
Merge pull request #29487 from borgerli/main
...
Change CPU and Memory to lowercase because resoure name is case-sensitive
2021-08-20 01:23:24 -07:00
Li Bo
34d7331e4e
change CPU and Memory to lowercase because resoure name is case-sensitive
2021-08-20 16:13:55 +08:00
Sascha Grunert
61b8cafa84
Mention that privileged containers run unconfined
...
This is a note which helps users to understand the interaction between
privileged containers and seccomp profiles.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-08-20 10:09:11 +02:00
Kubernetes Prow Robot
b1b1395b0a
Merge pull request #28695 from geoffcline/kubectl-namespace-patch-1
...
update desc of namespace defaulting in CLI
2021-08-20 00:59:25 -07:00
cndoit18
4211fa7007
feat(cronjob): description of the cronjob schedule timezone
...
Signed-off-by: cndoit18 <cndoit18@outlook.com>
2021-08-20 11:49:09 +08:00
Kubernetes Prow Robot
cdefcc3a8b
Merge pull request #29477 from brakmic/patch-1
...
trivial: typo
2021-08-19 20:39:24 -07:00
Rey Lejano
64f91d8e2c
add note on owner references in garbage collection page
...
add note on owner references to owner dependents page
2021-08-19 17:43:09 -07:00
Harris Brakmić
2b268b1a76
trivial: typo
...
A small typo.
2021-08-19 22:07:59 +02:00
Abirdcfly
162da6561b
Update rbac.md: Describe in detail how to specify resourceNames when using list/watch verbs
2021-08-19 23:39:48 +08:00
Jordan Liggitt
315e290107
Avoid word-break on narrow page widths
2021-08-19 10:04:34 -04:00
Jordan Liggitt
8c3eb6e414
Clarify audit annotation destination
2021-08-19 09:59:19 -04:00
Jim Bugwadia
dad01370f8
add kyverno and fix OPA/GK link
...
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
2021-08-18 11:07:02 -07:00
Geoffrey Cline
57c0fe1120
update desc of namespace defaulting in CLI
2021-08-17 18:27:10 +00:00
Victuos
457fd23848
Merge branch 'main' into main
2021-08-17 14:19:44 +02: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