Kubernetes Prow Robot
2cbfbd005c
Merge pull request #29380 from dewan-ahmed/dewan-sig-node-spotlight
...
Blog on SIG Node spotlight 2021
2021-09-22 10:52:32 -07:00
Dewan Ahmed
3291b1141c
Update SIG Node Spotlight blog
2021-09-22 13:29:19 -03:00
Dewan Ahmed
5a089356b9
Addressed review comments.
2021-09-22 13:28:03 -03: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
Kubernetes Prow Robot
28cc5d4473
Merge pull request #29759 from silenceshell/improve-kubeadm-upgrade-doc
...
kubeadm upgrade to the latest patch release, not the latest stable
2021-09-21 17:32:00 -07:00
Sergiusz Urbaniak
0ad09c36d6
fix expiration of bound SA tokens
...
Signed-off-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
2021-09-21 08:21:46 +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
Kubernetes Prow Robot
e6b9490fb1
Merge pull request #29694 from ixodie/patch-4
...
Removed Apstra AOS from Cluster Networking
2021-09-20 17:56:24 -07:00
Stephen Augustus
d9d4daa184
releng: Update Release Managers
...
- Promote Verónica López to Release Manager
- Dan Mangum to Emeritus (TL + Release Manager)
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-09-20 17:30:28 -04: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
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
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
Kubernetes Prow Robot
b0f242cd3e
Merge pull request #29059 from chrishenzie/read-write-once-pod-access-mode-feature-blog
...
ReadWriteOncePod access mode alpha feature blog
2021-09-09 11:17:54 -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
Chris Henzie
809ff37d3b
ReadWriteOncePod access mode alpha feature blog
2021-09-08 14:42:43 -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
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
Kubernetes Prow Robot
6468a24ba0
Merge pull request #29613 from giraffesyo/patch-1
...
Use correct namespace
2021-09-05 18:44:28 -07: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