Commit Graph

8701 Commits

Author SHA1 Message Date
Tim Bannister 640ca8aec8 Tidy Windows node introduction
Partial tidying to bring this page more in line with the Kubernetes
documentation style guide.

Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2021-09-29 11:23:51 +01:00
Kubernetes Prow Robot 4924944ea2 Merge pull request #29770 from Kartik494/ReadWriteOnceBehvaviour
Added a note for improvement in documentation for ReadWriteOnce and ReadWriteOncePod access mode.
2021-09-29 02:52:49 -07:00
Kubernetes Prow Robot 41896a5426 Merge pull request #29831 from gilsonmelo/patch-1
Including Oracle Cloud Infrastructure
2021-09-28 19:08:48 -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
Khaled (Kal) Henidak 2cf2b1937e add a note re selectorless services and proxy 2021-09-28 21:26:54 +00:00
Jay Pipes 6a4dddd251 clarify declarative API in custom controller docs
The content describing a declarative API in the custom controller
section of the custom resources doc was confusing:

> A declarative API allows you to declare or specify the desired state
of your resource **and tries to keep the current state of Kubernetes
objects in sync with the desired state**. The controller interprets the
structured data as a record of the user's desired state, and continually
maintains this state.

(emphasis added)

It is not the declarative API that tries to keep the current state of
the objects in sync with the desired state. It's the controller that
does that.

I've reworded this paragraph to hopefully clarify this.

Closes Issue #29348

Signed-off-by: Jay Pipes <jaypipes@gmail.com>
2021-09-28 16:19:54 -04:00
Kubernetes Prow Robot aec8618576 Merge pull request #29634 from AugustinasS/blog-data-duplication
add blog post on handling data duplication in data-heavy environments
2021-09-28 10:39:17 -07:00
Tim Bannister a7662f40fc Update publication date 2021-09-28 18:31:13 +01: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
kartik494 9fe3e942ff Added note to improve access modes documentation 2021-09-28 17:06:34 +05:30
RinkiyaKeDad 1e967d0b25 adding info about tagging SIGs in pr wrangling guide
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
2021-09-28 15:53:10 +05:30
Kubernetes Prow Robot 3cf6f4a031 Merge pull request #29744 from cpanato/update-patches-oct
patches: update releases for October cycle
2021-09-28 03:06:43 -07:00
Kubernetes Prow Robot 68f2c185b6 Merge pull request #29839 from niteshseram/fix/issue29828
remove addonmanager.kubernetes.io labels
2021-09-28 02:44: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
Nitesh Seram d3a5a71e88 remove addonmanager.kubernetes.io labels 2021-09-28 10:49:37 +05:30
Kubernetes Prow Robot 8890ac3668 Merge pull request #29593 from vaibhav2107/record-deployment
Remove the --record flag in https://kubernetes.io/docs/concepts/workloads/controllers/deployment.md
2021-09-27 18:40:43 -07:00
Tim Bannister 5b373f5bb9 Update “What's next” section of Workloads concept pages (#29730)
* Update “What's next” section of Workloads concept pages

Co-authored-by: Jihoon Seo <jihoon.seo@etri.re.kr>

* Add missing trailing / characters

Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Arsh Sharma <56963264+RinkiyaKeDad@users.noreply.github.com>

Co-authored-by: Jihoon Seo <jihoon.seo@etri.re.kr>
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Arsh Sharma <56963264+RinkiyaKeDad@users.noreply.github.com>
2021-09-27 17:16:43 -07:00
Gilson Melo 740c8762e2 Include Oracle Cloud Infrastructure
Including Oracle Cloud Infrastructure Security page.
2021-09-27 11:08:02 -05:00
Kubernetes Prow Robot 59b6a8be50 Merge pull request #29187 from sanusatyadarshi/patch-1
Added missing ServiceAccount, ClusterRole and ClusterRoleBinding to DNS Horizontal Autoscaler.
2021-09-26 18:52:22 -07:00
Robert Martin bd59a5fc20 Update hello-minikube.md
Fix minor typos
2021-09-25 20:02:10 -05:00
Kubernetes Prow Robot ce5ec30e0e Merge pull request #29715 from regentov/patch-1
fix typo that is semantically important
2021-09-24 18:28:21 -07:00
Kubernetes Prow Robot 3a7a495c6c Merge pull request #29055 from Ritikaa96/update-docs-cluster-networking-concept
updating flannel link address
2021-09-24 16:30:21 -07:00
Kubernetes Prow Robot c1ec23f4c2 Merge pull request #28863 from sgpinkus/patch-1
Update persistent-volumes.md
2021-09-24 16:28:22 -07:00
Richard Tweed 780dae2785 Clarified scenarios that could lead to privilege escalation (#29378)
* Clarified scenarios that could lead to privilege escalation

Made it clearer that it's not just creating pods which enables the privilege escalation. It's all workloads, all reconfiguration of workloads, and conceptually the creation and reconfiguration of custom resources which create workloads.

* Allowing link to priv escalation heading if required

* Update content/en/docs/reference/access-authn-authz/authorization.md

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

* Adding further clarifications

* Retitled escalation section

* Apply suggestions from vjftw

Co-authored-by: VJ Patel <VJftw@users.noreply.github.com>

* Clarified CRDs and reduced duplication

* Updating caution based on Geoffrey's comments

* Updating controller comment and linking out to reference docs

Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: VJ Patel <VJftw@users.noreply.github.com>
2021-09-24 16:02:21 -07:00
Kubernetes Prow Robot bb55a9e4fa Merge pull request #29693 from PushkarJ/patch-2
Replace k/security with k/committee-security-response
2021-09-24 15:25:49 -07:00
Pushkar Joglekar 391148fcd5 Update content/en/releases/release-managers.md
Co-authored-by: Bob Killen <killen.bob@gmail.com>
2021-09-24 15:02:56 -07:00
Abhibhaw Asthana 8bc9488622 Adds suggested changes to #29663
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-09-25 01:50:09 +05:30
Carlos Panato eb65e4d9f5 patches: update releases for October cycle
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-09-24 17:03:21 +02:00
Kubernetes Prow Robot 82fbc21e0d Merge pull request #29777 from jimmymccrory/fix-typo
Fix typo in control-plane-flags
2021-09-23 17:13:23 -07:00
Kubernetes Prow Robot 5607c5c345 Merge pull request #29763 from fabriziopandini/clusterclass-blog
ClusterClass and managed topologies blog
2021-09-23 15:22:54 -07:00
Dewan Ahmed 577e0c7ca5 Match folder name with publication date 2021-09-23 11:55:16 -03:00
Dewan Ahmed 0920641570 Update to the introduction 2021-09-23 11:53:58 -03:00
fabriziopandini 02809ef886 address comments 2021-09-23 16:01:08 +02:00
Kubernetes Prow Robot 1646156a0e Merge pull request #29780 from reylejano/issue-29776
Update kep link and release version for dockershim removal in faq
2021-09-23 05:21:22 -07:00
Jimmy McCrory e9b951239f Fix typo in control-plane-flags
`ClusteConfiguration` should be `ClusterConfiguration`
2021-09-22 19:46:44 -07:00
Rey Lejano 66045fc93c update kep link and release version for dockershim removal in faq 2021-09-22 18:14:20 -07:00
Kubernetes Prow Robot 39dcd0c8c8 Merge pull request #29640 from bhumijgupta/Fix/Release-Cadence
Fix release cadence in deprecation policy page
2021-09-22 16:25:11 -07:00
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
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
fabriziopandini 2cd822f120 ClusterClass and managed topologies blog 2021-09-22 11:48:18 +02: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
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
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
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
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