Commit Graph

1532 Commits

Author SHA1 Message Date
Rodrigo Queiro f3921c9028
Remove "basic" from supported API auth methods
This was removed in v1.19.
2021-10-28 11:57:07 +02:00
Kubernetes Prow Robot 891953ec20
Merge pull request #30260 from neolit123/1.23-update-note-about-config-print
kubeadm-config.md: update the page to reflect current state
2021-10-28 02:16:28 -07:00
Kubernetes Prow Robot 850e16fe38
Merge pull request #30193 from PranshuSrivastava/broken_link
fixed the broken link
2021-10-27 16:21:02 -07:00
Lubomir I. Ivanov 586b359b05 kubeadm-config.md: update the page to reflect current state
We have seen a number of questions around the usage of "config print".
Clarify the usage of this command. Add a note that the output should
not be taken literally.

Link to the "customizing components" page instead of the "kubelet
integration" page. The former already links to the later.

Remove note about kube-dns which hasn't been supported for a while.
2021-10-27 18:52:53 +03:00
Jonas Steinberg 094d9c034b
remove period and change script to command
Incorrect punctuative period and change the word script to command for uniformity.
2021-10-27 08:41:51 -05:00
Kubernetes Prow Robot 63921abd6e
Merge pull request #30246 from mlbiam/patch-2
Update link to new OpenUnison project documentation site
2021-10-26 21:37:26 -07:00
Kubernetes Prow Robot 93ec17f502
Merge pull request #30235 from zwpaper/patch-1
ServerSideApply GA, drop the beta notice
2021-10-26 17:09:47 -07:00
Marc Boorshtein e779d2d3fc
Update link to new project documentation site 2021-10-26 15:35:17 -04:00
Shubham Kuchhal 8fbccfcd8f Improvement: Correct the "empty" link in Dynamic Admission Control. 2021-10-26 13:51:38 +05:30
Wei Zhang d7e05554de
ServerSideApply GA, drop the beta notice 2021-10-26 11:54:23 +08:00
Pranshu Srivastava 2642b12efc made requested changes 2021-10-23 04:21:22 +05:30
Pranshu Srivastava 1ee91f08c9 fixed the broken link 2021-10-22 21:29:07 +05:30
Kubernetes Prow Robot 66d9eb730d
Merge pull request #29946 from neolit123/1.23-update-docs-about-image-repository
kubeadm: add more details about air-gapped and custom images
2021-10-21 22:42:37 -07:00
Kubernetes Prow Robot 282661404d
Merge pull request #30008 from chirangaalwis/patch-2
Add missing example for querying permissions of a Service Account
2021-10-17 12:09:49 -07:00
Kubernetes Prow Robot df256aaee5
Merge pull request #30098 from ba1ajinaidu/patch-1
fixed a typo
2021-10-15 03:48:54 -07:00
Balajinaidu V cbd7a7ab74
fixed a typo 2021-10-15 15:07:17 +05:30
Shabir Mohamed Abdul Samadh 867eb85e3d
doc: update the glossary with new namespace re-write 2021-10-14 20:35:23 -04:00
Ayushman Mishra 8387af37e8 changed links from beta2-beta3
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
2021-10-13 10:34:55 +05:30
Kubernetes Prow Robot 627de25492
Merge pull request #29991 from mysunshine92/update-feature-gates-JobTrackingWithFinalizers
Update feature-gates
2021-10-11 19:43:46 -07:00
wangyamei 0f35593261 Update feature-gates.md 2021-10-12 10:32:48 +08:00
Lubomir I. Ivanov a7badaddeb kubeadm: add more details about air-gapped and custom images
- Include more details about custom image repositories, such
as making sure that paths in custom repositories comply with
kubeadm execution.
- Move the section "without internet connection" above
the section about custom images.
- Link the "create-cluster-kubeadm.md" guide these new section
as a pre-req step for nodes.
2021-10-11 20:45:00 +03:00
siddhantprateek 99b807a761 replaced link from api-beta2 to api-beta3
Signed-off-by: siddhantprateek <siddhantprateek@gmail.com>
2021-10-11 17:52:01 +01:00
Chiranga Alwis dc326f0389 Add example for querying SA permissions
Add example for querying SA permissions

Add missing example for querying the API authorization layer for checking the permissions of a Service Account

Add missing SA identifying prefix

Improve suggested text to align with current content

Co-authored-by: Sam Roth <2413031+sejr@users.noreply.github.com>

Improve suggested text to align with current content

Co-authored-by: Sam Roth <2413031+sejr@users.noreply.github.com>
2021-10-11 18:14:39 +05:30
Jesang Myung 05a21707dd
Update feature-gates.md
Delete duplicated lines (DynamicKubeletConfig)
2021-10-11 03:13:52 +09:00
Kubernetes Prow Robot 1ef0e9aa7f
Merge pull request #27428 from RA489/updatetools
Improvement for other tools
2021-10-07 01:35:45 -07:00
RA489 78f125c222 Improvement for other tools 2021-10-07 11:24:04 +05:30
RA489 42d2ca583d Merge branch 'main' into updatetools 2021-10-06 10:31:11 +05:30
Shubham Kuchhal 1262222578 Change master to v1.22.0 2021-10-04 15:52:46 +05:30
Shubham Kuchhal d4a08df1b9 Improvement: Correct the "code" link in Dynamic Admission Control. 2021-10-04 12:40:03 +05:30
learner0810 5e9d700ddb fix/typo-command-line-tools-reference/kubelet 2021-10-02 15:30:34 +08:00
RA489 b033b85cd9 Improvement for thirdparty tools 2021-09-30 15:35:17 +05:30
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 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
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
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 4c5a4f17b6
Merge pull request #29639 from zlatin/fix-duplicate
Fix duplicate words in kubectl overview
2021-09-12 13:24:06 -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
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
Qiming Teng c7ed438072 Fix kubeadm-config links
This PR fixes the links for kubeadm-config APIs.
2021-09-05 09:59:05 +08:00
Anuraag Agrawal 6c1ecfa016
Fix typo in health-checks doc 2021-08-31 11:53:15 +09: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
Cheng Wang a130f6b8b9
Fix typo `a extension` 2021-08-22 12:12:30 +08: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
Geoffrey Cline 57c0fe1120 update desc of namespace defaulting in CLI 2021-08-17 18:27:10 +00: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