Commit Graph

7104 Commits

Author SHA1 Message Date
Kubernetes Prow Robot b50819e5f9 Merge pull request #29349 from jaypipes/controller-dec-api
clarify declarative API in custom controller docs
2021-09-29 09:10:50 -07:00
EricWvi 4033f3480b modify kubeadm config example about joining a node to dual-stack cluster 2021-09-29 21:39:10 +08:00
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 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
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
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
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
Abhibhaw Asthana 8bc9488622 Adds suggested changes to #29663
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-09-25 01:50:09 +05:30
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
Jimmy McCrory e9b951239f Fix typo in control-plane-flags
`ClusteConfiguration` should be `ClusterConfiguration`
2021-09-22 19:46:44 -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 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
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
Jacob Valdemar 0e47e6de2b Merge branch 'main' into patch-1 2021-09-19 22:24:31 +02:00
Jacob Valdemar 2cac383a7c Undo "Add another newline after the tab widgets" 2021-09-19 22:17:40 +02:00
Jacob Valdemar cc8bda3f41 Add another newline after the tab widgets 2021-09-19 22:07:09 +02:00
Jacob Valdemar 483779104b Undo accidental change to tabs name 2021-09-19 18:01:51 +02:00
Jacob Valdemar 6b610b8e33 Remove prefixed spaces in code environment 2021-09-19 17:55:11 +02: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
Jonas Steinberg c2742b279e "First this user must have [a] certificate issued..."
Added 'a' to the sentence "First this user must have certificate issued..." from the subsection "Normal Users"
2021-09-16 08:20:34 -05: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
Jonas Steinberg f9d5ab0627 add 'the' to 'without restarting [the] API server' from Static Token File section
smol.
2021-09-15 09:29:37 -05: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