Mark Rossetti
d2b9f0e09c
fix linting/whitespace in configure-gmsa.md
2022-01-19 14:40:09 -08:00
Chris Short
d158cdf028
Removing additional Docker mentions
2022-01-19 15:10:45 -05:00
Chris Short
40afa49efa
Update static-pod.md
...
Fixes Issue #31394
2022-01-19 14:16:57 -05:00
Md Sahil
2c30b68c77
Update update-daemon-set.md
...
<h3>What type of PR is this ?</h3>
Improve documentation.
<h3>Which type of issue this PR fixes</h3>
fixes 31311(issue).
2022-01-19 21:16:15 +05:30
Simas Butavičius
d6ca144def
Fix: typo in cloud-controller.md
...
The cloud-controller-manager is a Kubernetes control plane component" according to docs. That is, a singular manager. This PR fixes typo in docs where it was referenced to as "cloud controller managers".
2022-01-19 16:03:41 +02:00
Shubham Kuchhal
15bc0c7621
Improvement: Updated FEATURE STATE of PodSecurityAdmission.
2022-01-19 18:04:52 +05:30
Purneswar Prasad
bf6e6caa12
Changed the explicit mention of Docker due to deprecation in Tasks > Netwrking
2022-01-19 13:24:15 +05:30
Kubernetes Prow Robot
ebceaf1343
Merge pull request #30862 from sftim/20211211_marke_dockershim_deprecated_add_mcr
...
Mark dockershim deprecated / add MCR
2022-01-18 14:13:03 -08:00
Lukas Paluch
88a92b0d47
set hpa examples to current networking api version
2022-01-18 19:19:54 +01:00
Jordan Liggitt
3dfffd39c8
Clarify deprecation rule 3
2022-01-18 10:12:19 -05:00
Tim Bannister
843ff5a90b
Fix external etcd setup guide
2022-01-18 13:32:57 +00:00
Tim Bannister
acea84ae3f
Tweak wording around reporting issues
...
The style guide recommends against using “we” in documentation.
2022-01-18 13:32:57 +00:00
Tim Bannister
63f32f4908
Tidy prerequisites
...
Use tabs to make the comparison visually straighforward, and also to
clearly indicate that the reader has a choice to make.
2022-01-18 13:32:57 +00:00
Viacheslav Vasilyev
0ef0c8d570
Update encrypt-data.md - multi-master configuration notice
...
Add short notice about multi-cluster configurations
2022-01-18 12:40:37 +02:00
Kubernetes Prow Robot
b599a32374
Merge pull request #30959 from bglimepoint/patch-1
...
Note that subPathExpr uses round brackets.
2022-01-17 15:32:49 -08:00
Tim Bannister
02f1234ce8
Link to DaemonSet update task
...
from DaemonSetUpdateSurge feature gate short description
2022-01-17 22:25:27 +00:00
Tim Bannister
a8112a6d8a
Clarify advice about etcd private key
...
"Quote" can mislead; skip should be more obvious.
2022-01-17 21:55:08 +00:00
Tim Bannister
f1dda969c4
Add security advice about SSH agent forwarding
...
In the case of a malicious node, or malicious superuser with access to
the same node, SSH agent forwarding is a risk. Call that out.
2022-01-17 21:41:01 +00:00
Tim Bannister
000536e52c
Fix Markdown formatting
2022-01-17 21:41:01 +00:00
Tim Bannister
62905feb8e
Don't recommend any CNI plugin for kubeadm clusters
2022-01-17 21:32:12 +00:00
Kubernetes Prow Robot
9bdb086f30
Merge pull request #30331 from renan/MaxSurgeDefault
...
Fix default value for MaxSurge in RollingUpdates for DaemonSets beat feature
2022-01-17 13:12:49 -08:00
Kubernetes Prow Robot
d9edcc33ff
Merge pull request #31325 from Darshnadas/weave
...
Removed weave url
2022-01-17 12:52:49 -08:00
Kubernetes Prow Robot
c7079c4ee1
Merge pull request #31349 from humblec/csiMigration
...
mention the correct feature gate name for RBD CSI migration.
2022-01-17 12:46:49 -08:00
Kubernetes Prow Robot
19b327c3df
Merge pull request #31263 from brianpursley/fish-completion
...
Add instructions for enabling fish auto-completions for kubectl
2022-01-17 12:02:50 -08:00
Anubhav Vardhan
34ded72a7f
Update event.md
...
Update content/en/docs/reference/glossary/event.md
Create event.md
Create event.md
Update event.md
Add full link
Update content/en/docs/reference/glossary/event.md
Update content/en/docs/reference/glossary/event.md
Update content/en/docs/reference/glossary/event.md
Update event.md
Update event.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2022-01-18 01:00:30 +05:30
Kubernetes Prow Robot
1357deb43b
Merge pull request #31221 from raesene/main
...
Add blog article “Securing Admission Controllers”
2022-01-17 01:15:30 -08:00
Yashodhan Mohan Bhatnagar
3a6fa8fea2
Correcting DNS record for pods exposed by a Service
...
For pods, DNS record incorrectly specifies deployment name
instead of service name. This commit corrects that.
2022-01-17 01:39:01 +05:30
Meysam Azad
7a3732e0d0
docs: modify grammatical error ✏️
2022-01-16 19:49:51 +03:00
Darshna Das
8a5c44c874
Added changes
2022-01-16 20:47:37 +05:30
Kubernetes Prow Robot
ec54c706de
Merge pull request #31287 from neolit123/1.24-fix-ha-etcd-guide
...
kubeadm: update HA etcd guide for clarity and fix an issue
2022-01-16 04:57:28 -08:00
Vitthal Sai
be56556f8f
Incorporates the feedback changes
2022-01-16 16:45:22 +05:30
Vitthal Sai
d8f4cefa59
Mention the kubectl binary folder as PATH environment variable
2022-01-15 22:14:53 +05:30
Meysam Azad
60551bc338
typo: remove redundant preposition ✏️
2022-01-15 13:26:50 +03:00
Humble Chirammal
9abefaba6b
mention the correct feature gate name for RBD CSI migration.
...
The feature gate string (CSIMigrationRBD) was not matching with the
implementation (csiMigrationRBD) and this commit make it in parity
Ref# https://github.com/kubernetes/kubernetes/pull/107571
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-01-15 09:24:54 +05:30
Kubernetes Prow Robot
312853c9d7
Merge pull request #31343 from gjtempleton/Correct-Pod-Statuses-Link
...
EN - Concepts - Correct Pod-Conditions Anchor Link
2022-01-14 12:22:26 -08:00
GuyTempleton
80e2f669a0
Docs - EN - Concepts - Correct Pod-Conditions Anchor Link
2022-01-14 10:30:44 +00:00
Alex Zielenski
e346ea41ee
Fix typo for OpenAPIV3 and OpenAPIEnums
...
If a user were to copy & paste from the docs into the feature-gate option they would receive the error `flag: unrecognized feature gate: OpenAPIv3` or `flag: unrecognized feature gate: OpenAPIEnum`. This change uses the correct case for `V` and uses the plural form for `Enums` as the command line parser expects.
2022-01-13 18:51:01 -08:00
Yashodhan Mohan Bhatnagar
a18a34c482
Clean up docker references from Service documentations
...
1. Remove examples contrasting k8s networking with Docker networking
from concept document explaining connecting applications using services
2. Remove reference to dockerlinks in favor of English description
of the env vars autocreated for every Service.
2022-01-14 02:39:33 +05:30
Tim Bannister
ef6d83b5dd
Clarify example for setting Linux command line
2022-01-13 17:43:34 +00:00
Adrian Ludwin
9117178a97
Namespace names must be RFC 1123 DNS labels
...
The how-to docs to create a new namespace already specify this, but I think it's worth mentioning in the overview doc that a namespace name must be an RFC 1123 label, as I didn't initially think to look in the how-to doc for limitations.
2022-01-13 12:10:06 -05:00
Darshna Das
c5881a11b8
Removed weave url
2022-01-13 19:56:57 +05:30
Lubomir I. Ivanov
b00ffa2093
kubeadm-upgrade: adjust note about node drain
...
The current entry under additional information about drain can
be confusing and users might jump into draining the nodes before
the upgrade steps (as a pre-req), following the
instructions in the external link. This is not accurate.
Adjust the entry text to explain that drain is a step as part of
the upgrade process and this additional information entry just
mentions why it is needed.
2022-01-13 15:36:30 +02:00
d3vus
42e88a361c
Updated managed-resource-containers.md
2022-01-13 13:05:17 +05:30
Kubernetes Prow Robot
29254d7eab
Merge pull request #31296 from championshuttler/owner
...
Fix link to OWNERS_ALIASES
2022-01-12 11:10:13 -08:00
Kubernetes Prow Robot
ebfa2e4bed
Merge pull request #31306 from ptux/patch-13
...
Update migrating-telemetry-and-security-agents.md
2022-01-12 11:02:14 -08:00
Meysam Azad
1c4ea6d5af
docs: place annotation between backticks ✏️
2022-01-12 19:25:27 +03:00
Lubomir I. Ivanov
0acf0e98ee
kubeadm: update HA etcd guide for clarity and fix an issue
...
There were a couple of reported problems with this guide:
- The introductory paragraph talks about single control plane nodes
and does not mention the different options for HA etcd. Clear the
language to reduce the confusion and cross-link to the ha-topology
page.
- The hostname / IP detection in kubeadm can end
up with values not suitable for the certificates that kubeadm
generates for all etcd instances. Ensure that the hostnames / IPs
are pinned by the user in the example script.
Side cleanup related to the dockershim removal:
- Use containerd in the setup example and don't mention docker as
a requirement.
2022-01-12 16:24:26 +02:00
Kubernetes Prow Robot
6833ee99e3
Merge pull request #31305 from gjkim42/add-requirement-for-expandeddnsconfig
...
Add requirement for the ExpandedDNSConfig feature
2022-01-12 06:12:37 -08:00
Kubernetes Prow Robot
b42674e881
Merge pull request #31289 from ixodie/patch-5
...
Removing Romana
2022-01-12 05:30:37 -08:00
JNat
ce37f1b293
added Stack Overflow guidance
...
Added extra links to the guidance pertaining asking questions on Stack Overflow, to ensure users first read through guidance to ensure questions are both on-topic and well-written — both of which will improve these users' experience on Stack Overflow, and avoid having off-topic questions asked there.
2022-01-12 13:29:30 +00:00
Shannon Kularathna
b0da90dd08
Minor wording fixes
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-12 17:22:19 +04:00
Wang
02dc4a258a
Update migrating-telemetry-and-security-agents.md
2022-01-12 22:17:55 +09:00
Gunju Kim
62d76a2d88
Add requirement for the ExpandedDNSConfig feature
2022-01-12 22:07:17 +09:00
Kubernetes Prow Robot
976f23445e
Merge pull request #31281 from anubha-v-ardhan/glossary-toolstip-statefulset
...
Add glossary_tooltip for StatefulSet in Recommended labels
2022-01-12 03:54:37 -08:00
Shivam Singhal
b49701b566
Fix link to OWNERS_ALIASES
2022-01-12 12:02:18 +02:00
Kubernetes Prow Robot
98d8836c23
Merge pull request #31267 from mengjiao-liu/fix-PreemptionPolicy
...
Fix wrong capitalization for preemptionPolicy field
2022-01-11 11:13:15 -08:00
ixodie
c073285fb3
Removing Romana
...
Romana is defunct and has been removed from main networking docs already.
2022-01-11 10:53:58 -05:00
Rory McCune
7e067efddc
Update content/en/blog/_posts/2022-01-19-Securing-Admission-Controllers.md
...
Blog Post from SIG-Security docs on securing admission controllers.
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
Co-Authored-By: Rey Lejano <rlejano@gmail.com>
Co-Authored-By: Nate W. <4453979+nate-double-u@users.noreply.github.com>
2022-01-11 10:44:29 +00:00
Kubernetes Prow Robot
d159608a62
Merge pull request #31284 from Babapool/add-tooltip
...
Add Glossary_tooltip for object
2022-01-11 01:15:16 -08:00
Vitthal Sai
b930314a64
Add glossary_tooltip for object
2022-01-11 14:24:09 +05:30
Shannon Kularathna
be490005ff
Remove Docker mentions
2022-01-11 07:07:22 +00:00
Anubhav Vardhan
5a5b4d8a70
Comment YAML to specify excerpt
2022-01-11 10:33:07 +05:30
Anubhav Vardhan
f6ae550af4
Add glossary_tooltip for StatefulSet
2022-01-11 10:26:58 +05:30
Kubernetes Prow Robot
0872e8ec51
Merge pull request #30818 from sftim/20211007_revise_device_plugins_page
...
Revise device plugins page
2022-01-10 14:42:26 -08:00
Kubernetes Prow Robot
4698b128c0
Merge pull request #31205 from MikeSpreitzer/fix-apf-alpha
...
Corrected alpha release for APIPriorityAndFairness FeatureGate
2022-01-10 14:14:26 -08:00
Filip Křepinský
8f8d2bb039
make deployment status behaviour more descriptive
2022-01-10 21:22:45 +01:00
Kubernetes Prow Robot
d4387d2064
Merge pull request #31265 from shannonxtreme/blog-edit
...
Correct minor spelling and grammar issues in dockershim blog
2022-01-10 10:35:13 -08:00
Jayesh Srivastava
27d400d0e6
Update localization.md
2022-01-10 22:00:54 +05:30
Mengjiao Liu
a35da2ba7f
Fix wrong capitalization for preemptionPolicy field
2022-01-10 17:59:22 +08:00
Sascha Grunert
36a5a39a35
Update CRI description to be more verbose
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2022-01-10 10:38:15 +01:00
Shannon Kularathna
58fcd66c89
Correct minor spelling and grammar issues
2022-01-10 07:58:19 +00:00
brianpursley
ad015ad425
Add instructions for enabling fish auto-completions for kubectl
2022-01-09 20:36:19 -05:00
Babapool
ec94e69c4e
Merge the tutorials under tutorials->clusters into tutorials->security
2022-01-09 21:31:20 +00:00
mtilson
1e85065aaa
Alias for context
2022-01-09 12:47:43 +03:00
Kubernetes Prow Robot
ae5ae3ab71
Merge pull request #31247 from championshuttler/unkow
...
Remove Unknown Symbol on Container Runtime Interface (CRI) Page
2022-01-08 06:58:18 -08:00
Kubernetes Prow Robot
5446a4f7ed
Merge pull request #31219 from pacoxu/patch-9
...
storage class parameters value should be string
2022-01-08 06:30:18 -08:00
Kubernetes Prow Robot
77cc3857e6
Merge pull request #30662 from CarlosDomingues/patch-1
...
Use tee to write to /etc/bash_completion.d/kubectl
2022-01-08 06:28:19 -08:00
Kubernetes Prow Robot
c4b4768ae0
Merge pull request #31145 from hhyasdf/introduce-hybridnet
...
Add Hybridnet CNI to networking.md
2022-01-08 06:26:19 -08:00
Shivam Singhal
5473fe272f
Remove Unknown Symbol on Container Runtime Interface (CRI) Page
2022-01-08 15:20:14 +02:00
Arhell
0c61c48529
[en] fix meetup link
2022-01-08 01:34:01 +02:00
Michelle Fernandez Bieber
e21f0563f3
Added ingressClassName: nginx to Ingress example, mentioned to the necessity of it and referenced to the section describing that further
2022-01-07 22:15:42 +01:00
Avinesh Tripathi
34273a6874
Update content/en/includes/default-storage-class-prereqs.md
...
Co-authored-by: Arsh Sharma <56963264+RinkiyaKeDad@users.noreply.github.com>
2022-01-07 22:46:02 +05:30
Kubernetes Prow Robot
68a90aef60
Merge pull request #31208 from Priyankasaggu11929/psaggu-add-moc-apac-blog
...
blog: meet our contributors APAC India region
2022-01-07 06:58:30 -08:00
Priyanka Saggu
4bb3f367a2
blog: meet our contributors APAC India region
2022-01-07 20:21:15 +05:30
Kubernetes Prow Robot
36c22f1d48
Merge pull request #31229 from sftim/20220106_update_dockershim_survey_article_closure
...
Mark dockershim survey closed
2022-01-07 01:18:31 -08:00
Tim Bannister
a3e8980eac
Add Contiv-VPP network plugin
2022-01-06 22:24:08 +00:00
Kubernetes Prow Robot
4763cd9329
Merge pull request #30759 from ixodie/patch-12
...
Kind cleanup - Remove Contiv
2022-01-06 14:22:00 -08:00
Kubernetes Prow Robot
c18ddf5d75
Merge pull request #31227 from DanStough/remove-kubeadm-clusterstatus
...
kubeadm: remove ClusterStatus references
2022-01-06 14:20:01 -08:00
Tim Bannister
2a0fb0690f
Mark dockershim survey closed
2022-01-06 21:04:13 +00:00
Kubernetes Prow Robot
a7d28c2192
Merge pull request #30972 from SergeyKanzhelev/dockershim-blog-post
...
Add blog post announcing actual dockershim removal
2022-01-06 12:56:00 -08:00
Sergey Kanzhelev
9617e67e51
Update content/en/blog/_posts/2022-01-07-kubernetes-is-moving-on-from-dockershim.md
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2022-01-06 12:40:58 -08:00
DanStough
4030f7fab9
kubeadm: remove ClusterStatus references
2022-01-06 14:50:38 -05:00
Paco Xu
d51b32bab8
storage class parameters value should be string
2022-01-06 11:24:06 +08:00
Sergey Kanzhelev
4207597a91
blog post draft: https://docs.google.com/document/d/160edAf2q3-FY8SFNCfEoSWcQ0Y7OUUy4hD7nc-b11n8/edit#
2022-01-06 01:37:16 +00:00
Tim Bannister
2558306e58
Add third-party content disclaimer
2022-01-05 21:44:49 +00:00
Tim Bannister
d67ac4dc95
Fix mismatched whitespace
...
Convert a tab to spaces to match other lines in snippet.
2022-01-05 21:44:48 +00:00
Tim Bannister
fea1dc2801
Clean up front matter
2022-01-05 21:44:48 +00:00
Tim Bannister
7715646907
Tweak wording for Device Plugins concept
2022-01-05 21:44:44 +00:00
Kubernetes Prow Robot
1bc24bb348
Merge pull request #31201 from mtilson/patch-3
...
Remove extra command and fix reference to profile
2022-01-05 13:17:48 -08:00
Kubernetes Prow Robot
1b75c44306
Merge pull request #31058 from championshuttler/notecleanup
...
Cleanup notes in Define a Command and Arguments docs
2022-01-05 12:23:49 -08:00
Kubernetes Prow Robot
988b1ba439
Merge pull request #30348 from afirth/2021-11-03-docs-for-kustomize-env-vars
...
[DOCS] Document the environment variable substitution feature of kustomize configMapGenerator
2022-01-05 12:07:47 -08:00
Kubernetes Prow Robot
b6d995e671
Merge pull request #31182 from sftim/20220103_fix_case_patch_releases_tables
...
Fix case for tables in patch releases list
2022-01-05 11:31:48 -08:00
Kubernetes Prow Robot
bef1768ff1
Merge pull request #31207 from tengqm/tune-config-links
...
Tune config API links
2022-01-05 08:42:25 -08:00
Neha Viswanathan
24ee2527d0
migrate the K8s networking model section ( #28617 )
2022-01-05 08:08:41 -08:00
Kubernetes Prow Robot
2ab575cf27
Merge pull request #30327 from perithompson/patch-2
...
Update Windows pause image
2022-01-05 04:18:33 -08:00
Qiming Teng
6be193b4de
Tune config API links
...
We favor links to generated docs targetting non-developer audiences over
golang specifics.
2022-01-05 13:42:32 +08:00
Kubernetes Prow Robot
bf39ea5ea5
Merge pull request #31202 from rsalmond/patch-1
...
Fix broken link to grpc liveness probe yaml
2022-01-04 21:26:32 -08:00
Mike Spreitzer
9f1de9cd87
Corrected alpha release for APIPriorityAndFairness FeatureGate
2022-01-04 21:25:23 -05:00
mtilson
5e964818e8
Remove "Service" as well
2022-01-05 02:15:41 +03:00
Kubernetes Prow Robot
9118ba9df6
Merge pull request #31019 from championshuttler/fixLink
...
Fix the link to access cluster service in docs
2022-01-04 12:36:08 -08:00
Kubernetes Prow Robot
c39b834244
Merge pull request #30431 from Kartik494/improveDocsCRD
...
Added a note for CRD improvement in Docs
2022-01-04 12:14:08 -08:00
rob salmond
36bf4368c7
Fix broken link to grpc liveness probe yaml
2022-01-04 14:18:01 -05:00
mtilson
3e48467a27
Remove extra command and fix reference to profile
2022-01-04 21:40:48 +03:00
Kubernetes Prow Robot
cc53157970
Merge pull request #31161 from CodingCanuck/patch-1
...
Fix grammar in kubernetes dashboard docs
2022-01-04 09:16:53 -08:00
Kubernetes Prow Robot
d9545116cd
Merge pull request #31184 from CodingCanuck/patch-3
...
Fix kind delete cluster commands
2022-01-04 09:10:52 -08:00
Peri Thompson
60824acdd2
Update windows pause image
...
Signed-off-by: Peri Thompson <perit@vmware.com>
2022-01-04 09:40:47 +00:00
hhyasdf
1d56098e9a
Add Hybridnet CNI to networking.md
2022-01-04 10:34:57 +08:00
Kubernetes Prow Robot
4793ac10d6
Merge pull request #31181 from tengqm/fix-gc
...
Fix nits in the garbage collection page
2022-01-03 15:13:00 -08:00
Kubernetes Prow Robot
b7ac7eeedc
Merge pull request #31050 from suchen-sci/update-ingress-controller-easegress-link
...
[ingresscontroller] Update Easegress link for Kubernetes website
2022-01-03 14:27:00 -08:00
Kubernetes Prow Robot
91b57ffa12
Merge pull request #31138 from superorbital/tammersaleh/cronjob-schedule-fix
...
The `schedule: "*/1 * * * *"` is the same as "* * * * *"
2022-01-03 14:13:00 -08:00
Alex McCarthy
90970b7b73
Fix kind delete cluster commands
...
The name flag requires two leading dashes, not one.
2022-01-03 07:17:52 -10:00
Alex McCarthy
6b4cbac16c
Remove trailing whitespace to fix command pasting
2022-01-03 07:03:52 -10:00
Kubernetes Prow Robot
0de2680607
Merge pull request #31170 from ptux/fix-debug-application-en
...
fix glossary
2022-01-03 07:58:59 -08:00
Tim Bannister
4c0612d605
Fix case for tables in patch releases list
...
(aside: if we did want these all-uppercase, I'd be tempted to apply that
style using CSS / Sass)
2022-01-03 15:44:06 +00:00
Qiming Teng
757915ae99
Fix nits in the garbage collection page
...
Some nits fixed in this PR:
- The typo of 'MaxContainers' and 'MaxPerPodContainer';
- The section name which should be 'Container garbage collection' rather
than 'Container image garbage collection'.
2022-01-03 21:14:31 +08:00
afirth
b9da040a08
Document the environment variable substitution feature of configMapGenerator
2022-01-03 11:56:03 +01:00
Qiming Teng
83323d428d
Reformat the memory-manager page
...
This commit reformats the memory manager page:
- convert the page from DOS to UNIX format;
- wrap long lines where appropriate for ease of change tracking;
- remove useless trailing spaces and empty lines.
This commit contains **NO** changes to the text itself.
2022-01-03 11:36:37 +08:00
Qiming Teng
c1783b4b71
Tune memory manager page
...
This PR fixes the memory manager page by:
- removing links to non-existent sections;
- fixing links with bad anchors;
- fixing incorrect language tag for code snippets
2022-01-03 11:28:41 +08:00
ptux
cef7f2f546
fix glossary
2022-01-03 08:58:28 +09:00
Kubernetes Prow Robot
1179306f4b
Merge pull request #31053 from sftim/20211221_include_netlify_preview_screenshot
...
Add screenshot of GitHub showing link to Netlify preview
2021-12-31 12:40:51 -08:00
Alex McCarthy
f424739d9c
Fix grammar in kubernetes dashboard docs
...
Start a new sentence after a period.
2021-12-31 07:06:04 -10:00
Tammer Saleh
19845f593e
The `schedule: "*/1 * * * *"` is the same as "* * * * *"
2021-12-29 00:19:02 +00:00
Kubernetes Prow Robot
ebe842eb1f
Merge pull request #30947 from marosset/windows-add-ws2022-as-supported
...
Updating intro-windows-in-k8s for 1.23
2021-12-27 09:21:16 -08:00
Meysam Azad
12ab3aecca
fix: modify typo ✏️
2021-12-27 19:51:29 +03:00
Kubernetes Prow Robot
72b65adec6
Merge pull request #31037 from erpel/patch-1
...
Update Release Managers Link
2021-12-27 07:55:16 -08:00
Kubernetes Prow Robot
66032f9bc6
Merge pull request #31079 from championshuttler/kep
...
Fix the description of the Summary API Source section
2021-12-25 17:43:14 -08:00
kartik494
c7b9b20083
Added a note for CRD improvement in Docs
2021-12-24 11:31:45 +05:30
Philipp Erbelding
f62a5eb677
Apply suggestions from code review
...
Obviously the better approach. I was not familiar enough with how which repo corresponds to which site and just blindly followed the link in the placeholder.
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-23 09:29:49 +01:00
glongzh
b56ba23397
Update content/en/docs/concepts/configuration/configmap.md
...
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2021-12-23 16:05:25 +08:00
glongzh
19ab41d4b8
Update configmap docs with subpath limitation
...
This note should be added to avoid confusion just as [Secrets](/docs/concepts//configuration/secret#mounted-secrets-are-updated-automatically)
2021-12-23 10:23:23 +08:00
Shivam Singhal
9aa7f71e45
Fix the description of the Summary API Source section
2021-12-23 04:04:40 +02:00
Shivam Singhal
7a2863b99a
Cleanup notes in Define a Command and Arguments docs
2021-12-22 23:42:55 +02:00
Kubernetes Prow Robot
cdeca91910
Merge pull request #30166 from stefanlasiewski/patch-1
...
sha256sum requires 2nd space for the file type
2021-12-22 01:29:35 -08:00
Kubernetes Prow Robot
74a3573ed7
Merge pull request #31057 from championshuttler/faqq
...
Add blog post link to dockershim removal faq
2021-12-21 22:57:35 -08:00
Bobae Kim
a50453f753
Added update log
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-12-22 13:58:19 +09:00
Kubernetes Prow Robot
3500303928
Merge pull request #29676 from kvaps/kink-and-pxe
...
blog: Add Kubernetes-in-Kubernetes and PXE bootable servers farm blog post
2021-12-21 17:37:35 -08:00
Kubernetes Prow Robot
3ddd14415f
Merge pull request #30826 from tengqm/fix-configapi-123
...
Improve configuration API for 1.23
2021-12-21 17:35:35 -08:00
Tim Bannister
7b34155a24
Update article publication date
2021-12-22 01:32:28 +00:00
Kubernetes Prow Robot
dffd3a86ec
Merge pull request #30960 from tengqm/fix-examples
...
Fix examples
2021-12-21 17:17:35 -08:00
Kubernetes Prow Robot
2521d09aff
Merge pull request #29227 from sftim/20210804_tweak_resource_limiting_troubleshooting_advice
...
Tweak advice about managing resources for containers
2021-12-21 17:13:36 -08:00
Shivam Singhal
c727a0078d
Add blog post link to dockershim removal faq
2021-12-22 00:55:06 +02:00
Andrei Kvapil
97fdfdb06b
Add Kubernetes-in-Kubernetes and PXE bootable servers farm blog post
...
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2021-12-21 22:53:47 +01:00
Tim Bannister
7f1f16746f
Include screenshot showing Netlify preview
2021-12-21 11:39:10 +00:00
chen
f767c7171b
update easegress link
2021-12-21 17:25:10 +08:00
Kubernetes Prow Robot
2f667e93a4
Merge pull request #31039 from gtsystem/add-lightkube-link
...
Add link to lightkube in Community-maintained client libraries.
2021-12-21 01:18:45 -08:00
Giuseppe Tribulato
ff7726faf1
Add link to lightkube in Community-maintained client libraries.
2021-12-20 20:21:09 +01:00
chrismetz09
da6826f5cc
Diagram-Guide: corrected Figure 10 caption
...
for Figure 10 in How to use captions section
2021-12-20 09:55:54 -08:00
Kubernetes Prow Robot
5782f65264
Merge pull request #31004 from clementnuss/patch-1
...
docs: add link to a new kubelet csr approver
2021-12-20 07:04:56 -08:00
Clément Nussbaumer
65eaccecf5
remove kubeler-rubber-stamp
...
Due to it not being compatible with K8s 1.22 anymore and not being maintained either
2021-12-20 14:10:13 +01:00
Kubernetes Prow Robot
7191d32055
Merge pull request #31034 from didicodes/third-party
...
Adding third party shortcode to the Telepresence content
2021-12-20 04:47:25 -08:00
Philipp Erbelding
81238ea7ff
Update Release Managers Link
...
Link lead to redirec/placeholder due for deletion on December 31st 2021
2021-12-20 09:55:05 +01:00
Marko Mudrinić
59e2125b8f
patches: update patch release calendar for January 2022 cycle
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2021-12-20 09:47:13 +01:00
Edidiong Asikpo
80f38982fe
Added the {{% thirdparty-content %}} shortcode
2021-12-20 08:04:37 +01:00
Kubernetes Prow Robot
485518468b
Merge pull request #31028 from didicodes/telepresence
...
Update: Developing and debugging services locally
2021-12-19 22:19:25 -08:00
Qiming Teng
bce7fb57e2
Improve configuration API for 1.23
...
The previous commit for configuration APIs has some nits to fix:
- The client-authentication API has both v1beta1 and v1 supported.
We need to include both.
- The kube-scheduler v1alpha1 is superceded by v1alpha3 which is new.
- The links to some external type definitions should point to the 1.23
API rather than old versions.
2021-12-20 09:45:38 +08:00
Kubernetes Prow Robot
9b7902e20f
Merge pull request #31006 from tengqm/rm-sched-policy
...
Remove kube-scheduler-policy contents
2021-12-19 14:33:25 -08:00
Edidiong Asikpo
d97147912f
Update local debugging documentation
2021-12-19 14:31:35 +01:00
Wang
f5df7772f4
Update audit.md
2021-12-19 19:08:46 +09:00
Shivam Singhal
5fee22b574
Fix the link to access cluster service in docs
2021-12-18 12:25:34 +02:00
Qiming Teng
f733bbb956
Remove kube-scheduler-policy contents
2021-12-18 09:43:50 +08:00
Kubernetes Prow Robot
59f7c6f39c
Merge pull request #28905 from RA489/update_cluster
...
Improvement to create cluster page
2021-12-17 07:44:29 -08:00
Mike Monteith
f7d717d2fe
Use --patch-file in documentation
...
--patch-file is designed for file input, using a subshell `--patch $(cat filename.yaml)` is unecessary
2021-12-17 15:00:35 +00:00
Kubernetes Prow Robot
6f019208b8
Merge pull request #30299 from chrismetz09/metz-diagStyleGuide
...
Add Diagram Guide to Documentation Style Overview section
2021-12-17 03:40:29 -08:00
Clément Nussbaumer
3e839ef963
docs: add link to a new kubelet csr approver
2021-12-17 09:59:46 +01:00
Kubernetes Prow Robot
574eca943f
Merge pull request #30906 from mattcary/pv-resize
...
Clarify editing PV for volume resize
2021-12-16 14:54:52 -08:00
Kubernetes Prow Robot
1b12bcc645
Merge pull request #30958 from MikeSpreitzer/fix-105494b
...
Update NetworkPolicy concept doc for egress
2021-12-16 12:52:52 -08:00
Kubernetes Prow Robot
4832d3026c
Merge pull request #30995 from palnabarun/releng/update-release-managers
...
releng: update release managers and OWNERS_ALIASES
2021-12-16 10:56:54 -08:00
Mike Spreitzer
c25398b904
fix typeo in content/en/docs/concepts/services-networking/network-policies.md
...
Co-authored-by: Chris Negus <cnegus@redhat.com>
2021-12-16 13:45:39 -05:00
Kubernetes Prow Robot
194ef5ac6b
Merge pull request #30986 from jimangel/co-chair-tweaks
...
Updating SIG Co-chair requirements
2021-12-16 08:21:19 -08:00
Kubernetes Prow Robot
78b252f511
Merge pull request #30689 from saschagrunert/spo-release
...
Add blog post about SPO v0.4.0 release
2021-12-16 08:15:19 -08:00
Tim Bannister
65e92a8f14
Add Docker Engine as container runtime
...
Mention that the support via Dockershim is deprecated.
Co-Authored-By: Rey Lejano <rlejano@gmail.com>
2021-12-16 16:09:29 +00:00
Kubernetes Prow Robot
e2e7843554
Merge pull request #30596 from mattcary/blogpost
...
StatefulSet AutoDelete blog post
2021-12-16 07:29:19 -08:00
Nabarun Pal
94601ce233
releng: update release managers
...
Promote Nabarun Pal to Release Manager
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2021-12-16 17:17:23 +05:30
Tim Bannister
dafeca8b40
Fixup Prevent PersistentVolume leaks blog article
...
- Add ":" into title
- Fix path in repository
2021-12-16 09:18:33 +00:00
Tim Bannister
4b71eb034b
Retitle (published) Pod Security blog article
...
Make this article's title align with others in the series.
2021-12-16 09:18:09 +00:00
Kubernetes Prow Robot
503f8a478f
Merge pull request #30903 from tengqm/update-feature-gates
...
Update feature gates for 1.23
2021-12-15 18:47:18 -08:00
chrismetz09
f381db2d49
fixed typos
2021-12-15 15:30:28 -08:00
Jim Angel
a331d7b840
Updating SIG Co-chair requirements
...
Removing archaic requirements for SIG Docs co-chairs. For the record, that I did not fully meet when becoming a co-chair a couple years ago. The current set of requirements hurt more than they help.
2021-12-15 16:11:49 -06:00
Mike Spreitzer
eab36f83c9
Update docs/concepts/services-networking/network-policies for egress
...
That doc did not get fully updated when egress filtering was
introduced.
2021-12-15 15:15:03 -05:00
chrismetz09
e830abc8bd
refactored caption section and hyperlinked diagrams to live editor
2021-12-15 12:09:20 -08:00
Mark Rossetti
f19ded7dc0
Apply suggestions from code review
...
Using v{{< skew currentVersion>}} in windows docs
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-15 09:20:54 -08:00
KimDoubleB
e275149785
Update cascade default - background
2021-12-15 23:59:26 +09:00
ystkfujii
19928a83fa
Change the dockershim state to deprecation
2021-12-15 21:51:06 +09:00
Kubernetes Prow Robot
51e89f16d4
Merge pull request #30913 from killerkc12/remove-docker-from-node-pressure
...
Remove docker from Node-pressure Eviction
2021-12-15 03:54:18 -08:00
killerkc12
5de2a04a2f
Remove docker from Node-pressure Eviction
2021-12-15 16:59:57 +05:30
Kubernetes Prow Robot
9324262416
Merge pull request #30935 from ahmetb/patch-9
...
blog: rephrase the article update
2021-12-15 01:06:20 -08:00
Paulo Gomes
7979bad01e
Add AppArmor support section
...
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
2021-12-15 07:59:38 +00:00
ystkfujii
1fb9324fc3
remove the section on dockershim
2021-12-15 14:32:10 +09:00
Qiming Teng
5f8e58a2c0
Fix errors detected by the test case
...
The service account token one must have `serviceAccountName` specified
in order to be successfully validated.
The PV duplicate example can only refer to an existing volume.
2021-12-15 12:50:30 +08:00
Qiming Teng
440ebd1e0e
Fix example test code
...
This commit adapts the example test case to 1.23.
2021-12-15 12:49:45 +08:00
bglimepoint
ab9fdcbe24
Note that subPathExpr uses round brackets.
...
As it's easy to misread this as curly brackets for users familiar with
shell interpolation.
2021-12-15 04:16:21 +00:00
Kubernetes Prow Robot
29db85089f
Merge pull request #30916 from kaihoffman/main
...
Minor grammar & consistency updates
2021-12-14 13:22:50 -08:00
Mark Rossetti
e774004131
Updating intro-windows-in-k8s for 1.23
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2021-12-14 13:11:54 -08:00
Ahmet Alp Balkan
a5da40b917
blog: rephrase the article update
...
this blog post was modified as part of #29740 but IMO the update note doesn't make it clear enough what's going on.
2021-12-14 11:40:45 -08:00
Kubernetes Prow Robot
7012c979f5
Merge pull request #30800 from sftim/20211208_add_v1.23_release
...
Add v1.23 release to release list
2021-12-14 10:27:47 -08:00
Tim Bannister
ea4dfa19a1
Add v1.23 release to release list
...
Co-authored-by: Puerco <puerco@users.noreply.github.com>
2021-12-14 17:00:37 +00:00
Kai Hoffman
3ea785d07d
Merge branch 'kubernetes:main' into main
2021-12-14 12:55:36 +00:00
Kai Hoffman
0c7491f125
Update to plural (grammar fix)
...
Minor change of ingress controller -> ingress controllers for grammatical agreement with the rest of the sentence.
2021-12-14 12:54:03 +00:00
Sascha Grunert
6e97ed46fb
Add `SELinuxProfile` CRD graduation part
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-14 12:39:27 +01:00
Sascha Grunert
dd63a3102a
Fix typos in selinux part
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-14 12:37:33 +01:00
Sascha Grunert
9d5e049afd
Rename post directory to reflect correct date
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-14 12:33:39 +01:00
Sascha Grunert
e3301a4e95
Merge pull request #1 from jhrozek/spo-release
...
Add content about SELinux recording and moved selinuxd
2021-12-14 12:32:34 +01:00
Kubernetes Prow Robot
003ffe4b56
Merge pull request #30702 from yoshwata/patch-1
...
The command empties the shell variable.
2021-12-14 02:47:45 -08:00
Kubernetes Prow Robot
a5d367e9fd
Merge pull request #30907 from liggitt/flowcontrol-v1beta1
...
Document flowcontrol v1beta1 removal release
2021-12-13 20:32:02 -08:00
Qiming Teng
03b5de4e1c
Kubelet config v1alpha1 ( #30859 )
...
* Add config API for kubelet v1alpha1
The CredentialProvider struct is defined in the v1alpha1 config API
rather than v1beta1. The upstream generator is updated to include this
version (https://github.com/kubernetes-sigs/reference-docs/pull/268 ).
This commit adds references to the API as well.
* Wrap long lines in the page
2021-12-13 18:28:03 -08:00
Qiming Teng
4f27a3fb16
Update feature gates for 1.23
2021-12-14 09:54:14 +08:00
Kubernetes Prow Robot
8577231a24
Merge pull request #30716 from dgengtek/main
...
kube-etcd certificate requires additional SAN's
2021-12-13 16:16:02 -08:00
Kubernetes Prow Robot
e2b18a2897
Merge pull request #30844 from tengqm/kubeadm-ref-123
...
Update kubeadm reference for 1.23
2021-12-13 16:08:01 -08:00
yoshwata
321795000b
fix: here doc style and comment
2021-12-13 23:43:37 +00:00
Matt Cary
33aae9b7e5
Update content/en/docs/concepts/storage/persistent-volumes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-13 15:35:11 -08:00
Jordan Liggitt
5b6e46d6de
flowcontrol v1beta1 removal release
2021-12-13 18:28:16 -05:00
yoshwata
f1bd7c48af
Update kustomization.md
...
I generated a file in a here document, but the shell variable part seemed to be empty.
2021-12-13 22:00:24 +00:00
Matthew Cary
57e72bce9a
Clarify editing PV for volume resize
2021-12-13 10:22:14 -08:00
Kensei Nakada
dc5820977b
Change the role restriction for `/lgtm`
2021-12-13 23:45:26 +09:00
Kubernetes Prow Robot
632bafa331
Merge pull request #30836 from neolit123/1.24-fix-bug-kubeadm-patches-config
...
kubeadm: fix wrong config example for customization with patches
2021-12-12 14:29:57 -08:00
Lubomir I. Ivanov
2295e0c1e2
kubeadm: fix wrong config example for customization with patches
...
The patches sub-structure is top level and not under nodeRegistration.
2021-12-12 23:06:27 +02:00
Antonio Ojea
ec3ed1ee36
kubernetes networking model clarifications ( #28454 )
...
Amend some clarifications to the kubernetes networking model to
deal with some ambiguities, mainly related to the use of NAT and
the host-network pods special requirements.
xref:
https://groups.google.com/g/kubernetes-sig-network/c/m6lwTjKLV8o/m/jM59qEKOBAAJ
2021-12-11 10:31:58 -08:00
Tim Bannister
6d9fec4175
Update third party list of container runtimes
2021-12-11 17:06:51 +00:00
Kubernetes Prow Robot
96feca9a5b
Merge pull request #30854 from chetak123/main
...
Changed Docker EE to MCR in Windows
2021-12-11 08:31:57 -08:00
Kubernetes Prow Robot
0b266eb4fe
Merge pull request #30784 from ChetHosey/patch-1
...
Correct separator in generated ConfigMap.
2021-12-11 08:29:58 -08:00
Ayushman Mishra
2042d8966d
changes
...
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
2021-12-11 21:53:07 +05:30
Kubernetes Prow Robot
b29ea89e95
Merge pull request #30855 from neolit123/1.24-remove-reset-status-phase
...
kubeadm: remove "reset" phase that no longer exists
2021-12-11 08:07:58 -08:00
Kubernetes Prow Robot
f751450229
Merge pull request #30841 from sftim/20211209_fix_link_to_hpa_reference
...
Fix link to HorizontalPodAutoscaler API reference
2021-12-10 21:25:57 -08:00
Kubernetes Prow Robot
4ac9aa413e
Merge pull request #29532 from aojea/patch-1
...
Update dual-stack node.status
2021-12-10 20:35:57 -08:00
Qiming Teng
36a57f5b4d
Update kubeadm reference for 1.23
...
This PR refresh the generated files for kubeadm v1.23.
2021-12-11 12:11:18 +08:00
Lubomir I. Ivanov
5d674845f5
kubeadm: remove "reset" phase that no longer exists
...
The phase was removed with k/k commit in 1.23:
b9171aee20
We forgot to remove it from the docs before 1.23 was released.
2021-12-11 00:01:54 +02:00
Ayushman Mishra
5ae6af819b
Changed Docker EE to MCR in Windows
...
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
2021-12-11 02:34:29 +05:30
Chet Hosey
1abdc117c9
Correct separator in generated ConfigMap.
2021-12-10 12:15:16 -08:00
Kubernetes Prow Robot
bec83989aa
Merge pull request #30830 from markusheinemann/main
...
Add glossary entry for cadvisor
2021-12-10 03:13:10 -08:00
Kubernetes Prow Robot
7783d3abad
Merge pull request #30353 from Jiawei0227/master
...
Doc: Add CSI Migration status update blog post
2021-12-10 03:07:11 -08:00
Markus Heinemann
a86ca5b431
Add glossary entry for cadvisor
2021-12-09 22:28:24 +00:00
Tim Bannister
bf66a81980
Fix link to HPA API reference
...
Co-Authored-By: Christoph Neijenhuis <christoph.neijenhuis@commercetools.de>
2021-12-09 20:46:44 +00:00
Marc Boorshtein
d4388492c5
Merge branch 'kubernetes:main' into master
2021-12-09 15:12:00 -05:00
chrismetz09
36bcc388cf
fixed colon typos
2021-12-09 12:11:25 -08:00
chrismetz09
5e17ad0f18
Add diagram guide
2021-12-09 11:44:05 -08:00
Avinesh Tripathi
efe4541e5a
Update default-storage-class-prereqs.md
2021-12-09 22:41:06 +05:30
Kubernetes Prow Robot
0a2da8cb46
Merge pull request #30776 from reylejano/deprecation-guide-hpa
...
Add hpa v2beta1 and v2beta2 to deprecation guide
2021-12-09 02:50:09 -08:00
Kubernetes Prow Robot
5baf960187
Merge pull request #30758 from ixodie/patch-11
...
Kind cleanup - Remove Romana
2021-12-09 02:34:11 -08:00
Kubernetes Prow Robot
b8142bc158
Merge pull request #30792 from Deepakktripathy/mysoln
...
removed the italics
2021-12-09 02:32:09 -08:00
Sascha Grunert
591fa12dd9
Change publishing date to 12/17
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-09 09:09:28 +01:00
Jiawei Wang
ba84180b7e
doc: Add csi migration status update blog
2021-12-09 07:14:44 +00:00
Rey Lejano
a1506ae810
add hpa v2beta1 and v2beta2 to deprecation guide
2021-12-08 20:57:15 -08:00
Kubernetes Prow Robot
79da4d1662
Merge pull request #30825 from jimangel/url-fix
...
fix wrong url
2021-12-08 17:24:09 -08:00
Jim Angel
bea7fe7116
fix wrong url
2021-12-08 19:07:05 -06:00
Kubernetes Prow Robot
a50b7b9a1c
Merge pull request #29668 from feloy/apiref-1.23
...
API reference v1.23
2021-12-08 16:58:09 -08:00
Kubernetes Prow Robot
aa848abc62
Merge pull request #30422 from PushkarJ/psa-tutorial
...
Tutorials for Pod Security Admission
2021-12-08 16:30:10 -08:00
Kubernetes Prow Robot
2740d85747
Merge pull request #30803 from tengqm/configapi-123
...
Configuration API for v1.23
2021-12-08 15:25:45 -08:00
Tim Bannister
3dd1eb1121
Add descriptions to tasks
2021-12-08 22:05:52 +00:00
Tim Bannister
5ab064ceea
Tidy resource management task pages
...
Revise tasks within “Manage Memory, CPU, and API Resources”:
- reword to avoid implying that API clients can create a container
(you can, but its done by creating a Pod)
- call a manifest a manifest
- use tooltips where relevant
- link to new API reference not the old one
- other improvements
2021-12-08 22:05:36 +00:00
Tim Bannister
367faca49f
Tweak advice about managing resources for containers
...
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2021-12-08 21:40:16 +00:00
OlaAde
69f6250d6e
Typo Correction
...
Added missing `:` colons to the sample code.
2021-12-08 21:26:19 +03:00
Philippe Martin
02445930e5
Reference docs for kubernetes 1.23
2021-12-08 09:35:00 +01:00
Sascha Grunert
16c8cc0702
Update content/en/blog/_posts/2021-12-13-security-profiles-operator-v0.4.0/index.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-08 09:25:44 +01:00
Qiming Teng
b198199336
Configuration API for v1.23
2021-12-08 16:19:23 +08:00
Pushkar Joglekar
d1e25451d3
Added shell script examples
...
Fixed nits, broken links and numbering
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
Co-authored-by: Jim Angel <jimangel@users.noreply.github.com>
2021-12-08 10:41:55 +05:30
Pushkar Joglekar
d29e93acbb
Tutorial for pod security admission
...
Refer blog post for v1.23 + suggestions from code review
2021-12-08 10:41:25 +05:30
Kubernetes Prow Robot
e808edad3a
Merge pull request #30802 from tengqm/compref-123
...
Component reference for v1.23
2021-12-07 19:49:45 -08:00
Kubernetes Prow Robot
fe10ce6efc
Merge pull request #30502 from jimangel/blog-psa-beta
...
v1.23 blog post: Pod Security Admission Graduates to Beta
2021-12-07 18:01:40 -08:00
Qiming Teng
f51716ce29
Component reference for v1.23
2021-12-08 09:52:24 +08:00
Matthew Cary
1e7731f60f
statefulset autodelete blog post
2021-12-07 17:39:39 -08:00
Kubernetes Prow Robot
9dd810d8ed
Merge pull request #29761 from dilyar85/add-new-blog
...
Blog: Using Admission Controllers to Detect Container Drift at Runtime
2021-12-07 17:13:28 -08:00
Kubernetes Prow Robot
90f6bf72c2
Merge pull request #30556 from deepakkinni/pv_protect_v1
...
Doc: Add blogpost for honor PV reclaim policy fix
2021-12-07 17:01:23 -08:00
Kubernetes Prow Robot
4f909205eb
Merge pull request #30538 from bridgetkromhout/blog-dual-stack-ga
...
v1.23 blog post: Dual-stack IPv4/IPv6 Networking Reaches GA
2021-12-07 16:53:23 -08:00
Kubernetes Prow Robot
e7a987c548
Merge pull request #30797 from sftim/20211208_improve_1.23_release_blog_logo_presentation
...
Improve 1.23 release blog logo presentation
2021-12-07 16:45:22 -08:00
Tim Bannister
2782b1ef8f
Update v1.23 release article to use logo styles
2021-12-08 00:31:13 +00:00
Jim Angel
c79d213abc
adding blog and correcting 1.23 docs
...
Co-authored-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2021-12-07 18:20:57 -06:00
Kubernetes Prow Robot
1e0a43a866
Merge pull request #30786 from tom1299/patch-1
...
Fix broken link to Ingress API
2021-12-07 16:05:22 -08:00
Jesse Butler
0e4f9b3de5
Merge pull request #30770 from karenhchu/main
...
Create Kubernetes 1.23 Release Blog.md
2021-12-07 18:21:01 -05:00
Jakub Hrozek
a2e3f11d22
Add content about SELinux recording and moved selinuxd
2021-12-07 23:09:31 +01:00
Karen Chu
1c4413c2b5
Add Kubernetes 1.23 Release Logo
...
Adding folder and image file for Kubernetes 1.23 Release logo for release blog
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-12-07 18:14:11 +00:00
Karen Chu
ffcd58fc32
Create v1.23 release blog article
...
Co-authored-by: Mickey Boxell <mickey.boxell@oracle.com>
Co-authored-by: Puerco <puerco@users.noreply.github.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-07 18:13:02 +00:00
Deepak Tripathy
c214d37d86
removed the italics
2021-12-07 19:00:47 +03:00
tom1299
fa84bdbe69
Update content/en/docs/concepts/services-networking/ingress.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-07 15:59:22 +01:00
Jesse Butler
45d37b71ab
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-07 09:28:42 -05:00
Sascha Grunert
b32c348ff2
Add first content bits
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-12-07 12:28:25 +01:00
tom1299
d5539a6558
Fix broken link to Ingress API
2021-12-07 10:15:21 +01:00
Tim Bannister
8983d73fff
Tidy HostProcess task page ( #30762 )
...
* Tidy HostProcess task page
* Use spaces for indentation
Tabs for indentation are less easy to work with between different
contributors. Switch to spaces.
* Fix table for HostProcess requirements
2021-12-06 13:07:33 -08:00
Kubernetes Prow Robot
aa2f69c15f
Merge pull request #30756 from waynerv/patch-2
...
fix typo in reference/setup-tools/kubeadm/implementation-details.md
2021-12-06 08:34:32 -08:00
Kubernetes Prow Robot
d6865d1a1f
Merge pull request #30712 from funkypenguin/issue30661
...
Fix auditing example to permit log rotation
2021-12-06 06:04:32 -08:00
Jesse Butler
584421fe11
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-06 08:55:54 -05:00
ixodie
5d7141f903
Kind cleanup - Remove Contiv
...
This domain/URL has no relevant content, is a squatter.
Video link on youtube is 5 years old.
Product seems to be abandonware.
2021-12-06 06:53:02 -05:00
ixodie
ac929239cf
Kind cleanup - Remove Romana
...
This doimain does not work and company appears to be defunct.
2021-12-06 06:48:52 -05:00
Waynerv
c2b5d6041f
fix typo
2021-12-06 18:51:21 +08:00
RA489
3766686671
Improvement to create cluster page
2021-12-06 12:38:43 +05:30
Kubernetes Prow Robot
fdac57e01c
Merge pull request #30346 from sureshdsk/sureshdsk-patch-1
...
Update parallel-processing-expansion.md
2021-12-05 20:40:32 -08:00
Kubernetes Prow Robot
200c6cadeb
Merge pull request #30501 from dialogbox/patch-1
...
Update manage-resources-containers.md
2021-12-05 20:16:32 -08:00
Kubernetes Prow Robot
524e61c17a
Merge pull request #30457 from umairadeeb/patch-1
...
Kubelet accepts graceful node shutdown parameters in camel case while they are written in the document in pascal case
2021-12-05 20:14:32 -08:00
Erico Fusco
f04516f995
Update kubeadm-upgrade.md ( #30135 )
...
* Update kubeadm-upgrade.md
`apt-mark hold` is still required when `apt-get` is used with `--allow-change-held-packages`.
`--allow-change-held-packages` unholds the package but it doesn't pin the new version.
* Add missing changes
* Update kubeadm-upgrade.md
Remove apt >1.1 examples.
2021-12-05 20:12:32 -08:00
Kubernetes Prow Robot
440409e8b1
Merge pull request #29663 from abhibhaw/issue-29524
...
feat: Documents effects on secrets when memory swap is enabled
2021-12-05 20:10:32 -08:00
Kubernetes Prow Robot
a3c6627798
Merge pull request #30125 from chirangaalwis/patch-4
...
Combine Service Account to Map with Resource Type
2021-12-05 20:08:32 -08:00
Kubernetes Prow Robot
b640a95056
Merge pull request #30371 from reylejano/update-about-blogs
...
Add line about contributor blogs should go to kubernetes.dev on the blog-case-studies page
2021-12-05 20:06:32 -08:00
Kubernetes Prow Robot
c9fb665413
Merge pull request #30741 from ptux/patch-10
...
[en] Update admission-controllers.md
2021-12-05 20:04:32 -08:00
Brandon Smith
1c90494c38
1.22 Windows HostProcess containers update ( #30699 )
...
* Transferred applicable modifications for 1.23 over to 1.22.
* kublet -> kubelet
* Update content/en/docs/tasks/configure-pod-container/create-hostprocess-pod.md
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
2021-12-05 20:02:33 -08:00
Meha Bhalodiya
798aae5127
Fix a few grammar issues and typos ( #28387 )
...
* Fix a few grammar issues and typos
* Minor changes
2021-12-05 19:50:32 -08:00
Kubernetes Prow Robot
4187c652f8
Merge pull request #29152 from tiraboschi/crd_edit_status
...
Concretely explain how to patch CRD status
2021-12-05 19:24:32 -08:00
Kubernetes Prow Robot
24c84387ac
Merge pull request #29078 from vaibhav2107/cluster-services
...
Remove the duplicate content from access-cluster.md
2021-12-05 19:22:32 -08:00
Kubernetes Prow Robot
e2eff1fa69
Merge pull request #29686 from rguichard/blog-en/fix-typo
...
fix(blog): RWX access mode is about nodes, not pods
2021-12-05 18:02:33 -08:00
Kubernetes Prow Robot
8efdd0c9c1
Merge pull request #29716 from Nordix/pod-topology-spread
...
Updates in pod-topology-spread-constraints.md
2021-12-05 18:00:32 -08:00
Kubernetes Prow Robot
63db6dbf66
Merge pull request #29717 from jonassteinberg1/patch-1
...
add 'the' to 'without restarting [the] API server' from Static Token …
2021-12-05 17:56:32 -08:00
Kubernetes Prow Robot
1b95b8b60d
Merge pull request #29719 from sftim/20210915_document_node_problem_detector_add_on
...
Add node problem detector to add-ons
2021-12-05 17:54:35 -08:00
Kubernetes Prow Robot
246d261529
Merge pull request #29841 from pacoxu/patch-7
...
Add safe sysctl net.ipv4.ip_unprivileged_port_start
2021-12-05 17:46:32 -08:00
Kubernetes Prow Robot
1664e4e4c4
Merge pull request #29964 from MikeSpreitzer/fix-105494
...
Improve API Priority and Fairness for clients
2021-12-05 17:32:32 -08:00
prameshj
63420166a1
Update docs to clarify the dns configmap format. ( #29988 )
...
* Update docs to clarify the dns configmap format.
* Update content/en/docs/tasks/administer-cluster/nodelocaldns.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-12-05 17:28:32 -08:00
Kubernetes Prow Robot
307252f513
Merge pull request #29985 from stormqueen1990/update-secret-text
...
[en] Clarify secret encryption in the glossary
2021-12-05 17:26:33 -08:00
Mohit Sharma
1660298346
fixed the list container images by pod section ( #30207 )
...
Signed-off-by: Mohit Sharma <imoisharma@icloud.com>
2021-12-05 17:18:32 -08:00
Kubernetes Prow Robot
a6f6f7d9d9
Merge pull request #30213 from avinashupadhya99/fix-deployment-rollout-pause-resume-wordings
...
Improvement for k8s.io/docs/concepts/workloads/controllers/deployment/ pause rollout wordings
2021-12-05 16:58:32 -08:00
Kubernetes Prow Robot
8abfbc924e
Merge pull request #30210 from voor/pod-topology-spread-constraints-fix-formatting-example
...
Pod Topology Spread Constraints: Resolve formatting issue and add example for node affinity example.
2021-12-05 16:36:32 -08:00
Wang
8a8f9c40f9
Update admission-controllers.md
2021-12-06 09:16:27 +09:00
Kubernetes Prow Robot
44ef715019
Merge pull request #30673 from gbarceloPIB/patch-1
...
Kubectl command waits until init containers terminated
2021-12-05 15:44:32 -08:00
Kubernetes Prow Robot
5eede16691
Merge pull request #30730 from sftim/20211404_link_to_page_about_help_and_good_first_issues
...
Link to https://k8s.dev/ docs about good first issues
2021-12-05 15:32:32 -08:00
Suvro
a0c6f3fd6f
Replaced annotation with ingressClassName ( #30171 )
...
* Replaced annotation with ingressClassName
Updated content of https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/#using-multiple-ingress-controllers
with ingressClassName which replaces annotations
Signed-off-by: Suvro Ghosh <sughosh@redhat.com>
* Update content/en/docs/concepts/services-networking/ingress-controllers.md
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
2021-12-05 15:14:32 -08:00
Kubernetes Prow Robot
d2d722ae30
Merge pull request #30223 from slayer321/add-volume-example
...
docs: add PV duplicate example
2021-12-05 15:12:32 -08:00
prabhsimransingh
5f369513e0
Fixing kubectl cheatsheet run command comment to be more accurate ( #29879 )
...
* Fixing kubectl cheatsheet run command comment to be more accurate
* remove new line
2021-12-05 15:10:32 -08:00
Kubernetes Prow Robot
6ce3307738
Merge pull request #30690 from hangyan/patch-1
...
Remove kompose up and down command doc
2021-12-05 14:58:32 -08:00
Kubernetes Prow Robot
bbeb5184a7
Merge pull request #29739 from jtslear/jts/recommend-hpa-config
...
Add recommendation for Deployment when HPA is enabled
2021-12-05 14:56:32 -08:00
Tim Bannister
366ae6e48b
Fix IngressClass tabs
2021-12-05 22:27:50 +00:00
Kubernetes Prow Robot
097bf85ed8
Merge pull request #30722 from amandapunch/update-kubecon-date
...
Update date to mention KubeCon NA 2022
2021-12-05 12:08:32 -08:00
Kubernetes Prow Robot
ec41959cc1
Merge pull request #30134 from ixodie/patch-10
...
Removing GCE bridging/routing config tweaks
2021-12-05 12:06:32 -08:00
Kubernetes Prow Robot
04d4d3e86b
Merge pull request #30517 from sftim/20211117_reorder_storage_concepts
...
Reorder storage concepts
2021-12-05 11:56:32 -08:00
Kubernetes Prow Robot
33fec29009
Merge pull request #30707 from sftim/20211201_tweak_ingressclass_params
...
Present scope for IngressClass params using tabs
2021-12-05 06:18:32 -08:00
mtilson
9c8367804c
short alias to set/show namespace
...
usage:
$ kn # shows current namespace
$ kn default # switch to specified namespace
2021-12-05 14:54:13 +03:00
Kubernetes Prow Robot
702ae926dd
Merge pull request #30711 from sftim/20211123_improve_hpa_docs
...
Improve docs for HorizontalPodAutoscaler
2021-12-04 07:04:31 -08:00
Tim Bannister
c1af8d4c1b
Present scope for IngressClass params using tabs
...
Use tabs for the two different options that an IngressClass can use to
refer to another object, in order to specific parameters that relate to
that IngressClass:
- namespaced scope
- cluster scope (the default / historical behavior)
2021-12-04 11:14:13 +00:00
Tim Bannister
2087546633
Link to https://k8s.dev/ docs about good first issues
...
Where we mention the "help" or "good first issue" labels, let's
hyperlink to https://kubernetes.dev/docs/guide/help-wanted/ (our
official page on that topic).
2021-12-04 10:13:50 +00:00
amandapunch
1a3e293393
Update chronological order and remove korean language updates
2021-12-03 15:16:38 -08:00
Bridget Kromhout
cd511eff9c
Adding blog post for dual-stack GA
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Nate W. <4453979+nate-double-u@users.noreply.github.com>
2021-12-03 13:06:35 -06:00
Kubernetes Prow Robot
4f193feffe
Merge pull request #30710 from sftim/20211201_improve_probe_documentation
...
Improve documentation for container probes
2021-12-03 06:08:27 -08:00
Tim Bannister
e1bf8f22b2
Improve docs for HorizontalPodAutoscaler
...
Co-authored-by: Chris Negus <cnegus@redhat.com>
2021-12-03 12:11:45 +00:00
amandapunch
f7a9e0e729
update date to mention kubecon North America 2022
2021-12-02 20:51:16 -08:00
Marc Boorshtein
8dfd425486
making working clearer
...
*should* implies that an `extra` can be mixed case. but really it can't because a mixed case `extra` will mismatch on an RBAC `ClusterRole` once the header is canonicalized.
2021-12-02 22:01:07 -05:00
Kubernetes Prow Robot
3baac6dde3
Merge pull request #30705 from jlbutler/merged-main-dev-1.23
...
Periodic integration branch sync for 1.23
2021-12-02 18:02:26 -08:00
Tim Bannister
8a0f330654
Improve documentation for container probes
...
- mention gRPC probes in concept page
- revise explanation of gRPC probes in task page
- general tidying
2021-12-03 00:26:22 +00:00
Kubernetes Prow Robot
3362d3ce6e
Merge pull request #30704 from sftim/20211201_tweak_flex_volume_deprecation
...
Tweak flexVolume deprecation
2021-12-02 16:10:27 -08:00
Tim Bannister
d09282b3f0
Tweak FlexVolume deprecation text
2021-12-02 23:46:47 +00:00
Kubernetes Prow Robot
bc246a385d
Merge pull request #30706 from SergeyKanzhelev/grpcFieldName
...
Fix grpc field name inconsistency with API naming rules
2021-12-02 12:03:44 -08:00
Kubernetes Prow Robot
11b24e5724
Merge pull request #30658 from sftim/20211128_de-emphasize_deprecated_scheduling_policies
...
De-emphasize deprecated scheduling policies for v1.23 and later
2021-12-02 11:41:44 -08:00
Kubernetes Prow Robot
089d6ee918
Merge pull request #30108 from sftim/20211016_revise_dynamic_kubelet_config_task
...
Revise dynamic kubelet config task
2021-12-02 10:03:34 -08:00
Brandon Smith
b90d125e1c
kublet -> kubelet ( #30700 )
2021-12-02 09:45:34 -08:00
dgengtek
bd6dd9b58e
kube-etcd certificate requires additional SAN's
2021-12-02 17:33:50 +01:00
dilyar85
d9f0097efd
Blog: Using Admission Controllers to Detect Container Drift at Runtime
...
Applied some wordsmithing
Move attribution into the figure tag
Address comment
Add project open-source link and update content
Address review from sftim
Update future improvement section with current gaps to ideal K8s design
Set release date to 2021-12-21
2021-12-01 21:06:21 -08:00
Kubernetes Prow Robot
b3219adc40
Merge pull request #29896 from jeefy/update-change-cause-docs
...
Add change-cause annotation to labels/annotations page
2021-12-01 18:55:33 -08:00
David Young
4f96e391b4
Fix auditing example
...
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
2021-12-02 14:36:53 +13:00
Tim Bannister
87f371ac8d
Fix typo
2021-12-01 23:27:21 +00:00
Kubernetes Prow Robot
6f7f9810b0
Merge pull request #30547 from josephburnett/hpa-v2
...
Revise HPA documentation for stable HPA v2 API
2021-12-01 15:19:19 -08:00
Craig Box
d123775bbe
Emdashen
2021-12-02 12:05:31 +13:00
Kubernetes Prow Robot
1922a3d4de
Merge pull request #29685 from Guneetconvent2002/dev-1.23
...
Divided headings: labels, annotations, taints
2021-12-01 14:57:18 -08:00
Guneetconvent2002
4a7a977901
Fix headings for well-known labels annotations and taints
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-12-01 22:38:22 +00:00
Kubernetes Prow Robot
d654529ae1
Merge pull request #30688 from craigbox/master
...
Add release interview for 1.22
2021-12-01 13:51:17 -08:00
Kubernetes Prow Robot
793c08e6be
Merge pull request #30611 from bobbypage/pod-priority-docs
...
docs: Pod priority based graceful node shutdown
2021-12-01 12:39:18 -08:00
David Porter
94e62c43bf
docs: Pod priority based graceful node shutdown
...
Signed-off-by: David Porter <porterdavid@google.com>
2021-12-01 12:09:57 -08:00
Kubernetes Prow Robot
bbdb8c5fa7
Merge pull request #30597 from mattcary/kep-1847
...
KEP 1847 StatefulSet autodelete documentation
2021-12-01 11:55:18 -08:00
Matthew Cary
40e06a6fdb
KEP 1847 Statefulset auto-delete documentation
2021-12-01 11:44:21 -08:00
Sergey Kanzhelev
3797c338a7
grpc field name consistency
2021-12-01 18:57:07 +00:00
Deepak Kinni
5b375a6c70
Doc: Add blogpost for honor PV reclaim policy fix
...
Signed-off-by: Deepak Kinni <dkinni@vmware.com>
2021-12-01 10:33:27 -08:00
Craig Box
5441cfe431
Fix nit per review
2021-12-02 07:28:10 +13:00
Jesse Butler
018f9d05a2
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-12-01 12:23:10 -05:00
Kubernetes Prow Robot
81389449f1
Merge pull request #29845 from RinkiyaKeDad/pr_wrangller_fix
...
adding info about tagging SIGs in pr wrangling guide
2021-12-01 06:07:16 -08:00
Kubernetes Prow Robot
b1a73567ec
Merge pull request #30686 from chetak123/flexVolume_deprecated
...
Mark FlexVolume deprecated
2021-12-01 05:39:14 -08:00
Ayushman Mishra
0cbedcfeed
changes made
...
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
changes
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
2021-12-01 18:27:48 +05:30
Kubernetes Prow Robot
f20b27e539
Merge pull request #30094 from ixodie/patch-9
...
Remove Open vSwitch from “How to implement the Kubernetes networking model”
2021-12-01 04:23:16 -08:00
Kubernetes Prow Robot
819d7c8289
Merge pull request #30657 from SataQiu/fix-kubeadm-20211128
...
kubeadm: add instructions about rebalancing CoreDNS Pods after joining more nodes
2021-12-01 04:21:14 -08:00
SataQiu
344aa15779
kubeadm: add instructions about rebalancing CoreDNS Pods after joining more nodes
2021-12-01 18:14:12 +08:00
Kubernetes Prow Robot
4afed8f01f
Merge pull request #30664 from ashish-jaiswar/NewBranch
...
updated setup-konnectivity.md page
2021-11-30 22:09:17 -08:00
Craig Box
42597a0162
Tone down the humour
2021-12-01 13:53:59 +13:00
Kubernetes Prow Robot
f17f3884a2
Merge pull request #29740 from SergeyKanzhelev/grpcProbeDocsPlaceholder
...
gRPC probes support (KEP 2727)
2021-11-30 16:09:18 -08:00
Brandon Smith
6a684469cb
Windows HostProcess Beta 1.23 Documentation ( #30391 )
...
* Added initial version change
* Added more information for HostProcess in 1.23, removed content relating to 1.22 specifically.
* Made containerd mention specific to 1.6
* Added note about base images and removed annotation mentions
* Reworded prerequisites section.
2021-11-30 15:49:17 -08:00
Craig Box
61edd87d8a
Spelling and grammar fixes
2021-12-01 12:42:50 +13:00
John T Skarbek
df3184bd52
Add recommendation for Deployment when HPA is enabled
...
* Advertise that we need to remove `spec.replicas` when a Horizontal Pod
Autoscaler is active to prevent unnecessary changes in Pod counts during
Deployment object changes
* Make note that a Deployment that has this value set behave awkwardly if a
Deployment is scaled manually outside of the Deployment object
Signed-off-by: John T Skarbek <jtslear@gmail.com>
2021-11-30 18:37:10 -05:00
Sergey Kanzhelev
ef6668539c
gRPC probes
2021-11-30 23:35:27 +00:00
Craig Box
55bb7d2912
Second draft
2021-12-01 12:28:18 +13:00
Craig Box
ce2092a123
Review fixes
2021-12-01 11:13:04 +13:00
Kubernetes Prow Robot
0660f9a376
Merge pull request #30436 from ravisantoshgudimetla/windows-pods
...
[docs][windows]: Pod OS field update
2021-11-30 13:59:01 -08:00
ravisantoshgudimetla
89e744666c
[docs][windows]: Pod OS field update
...
Co-authored-by: James Sturtevant <jsturtevant@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-11-30 16:52:44 -05:00
Kubernetes Prow Robot
a8f9148849
Merge pull request #30593 from alculquicondor/ready-alpha
...
Add JobReadyPods feature gate
2021-11-30 11:51:02 -08:00
Kubernetes Prow Robot
de9e3feb8f
Merge pull request #30534 from Jefftree/openapiv3
...
Docs for OpenAPI v3
2021-11-30 11:01:01 -08:00
Kubernetes Prow Robot
37e00b2f00
Merge pull request #30442 from damemi/scheduler-multipoint-config
...
Add docs on scheduler MultiPoint config
2021-11-30 10:55:01 -08:00
Kubernetes Prow Robot
84760237c6
Merge pull request #30626 from cici37/validation-rules
...
Add documentation for Validation Rules feature to Custom Resource Definitions task docs
2021-11-30 10:38:56 -08:00
Kubernetes Prow Robot
e858fe2b64
Merge pull request #30606 from saschagrunert/cri-architecture
...
Add CRI architecture to cluster concepts
2021-11-30 10:24:56 -08:00
Kubernetes Prow Robot
177448d3f8
Merge pull request #30552 from gnufied/kep-1790-doc
...
Add doc for Recovery from expansion failure
2021-11-30 10:18:56 -08:00
Jefftree
41547099c4
Add section for OpenAPI v3
2021-11-30 09:48:23 -08:00
Mike Dame
f7f336cf14
Add docs on scheduler MultiPoint config
2021-11-30 11:32:50 -05:00
Hang Yan
56035c1f8c
Remove kompose up and down command doc
...
kompose has drop support for `up` and `down` subcommand since v1.22.0.
Also update kompose versions
2021-11-30 23:19:13 +08:00
Sascha Grunert
91c07e0402
Add blog post about SPO v0.4.0 release
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-11-30 14:55:26 +01:00
Craig Box
3fc912e791
First draft of blog for submission
2021-11-30 21:54:49 +13:00
Sascha Grunert
26aa51a940
Add CRI architecture to cluster concepts
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-11-30 09:35:51 +01:00
Ashish jaiswar
b546825c32
Update content/en/docs/tasks/extend-kubernetes/setup-konnectivity.md
...
Co-authored-by: Meha Bhalodiya <mehabhalodiya@gmail.com>
2021-11-30 13:22:22 +05:30
Ayushman Mishra
9bef88f008
Edited FlexVolume deprecated
...
Signed-off-by: Ayushman Mishra <ayushvidushi01@gmail.com>
2021-11-30 09:18:11 +05:30
Kubernetes Prow Robot
e5d4d25a77
Merge pull request #30604 from mengjiao-liu/kubelet-sysctl-allow-slashes
...
kubelet: sysctls allows slashes as a separator
2021-11-29 18:30:56 -08:00
Hemant Kumar
22475d9cf1
Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-11-29 21:29:57 -05:00
Carlos Domingues
42e485b814
Use tabs and explicitly say this is for bash only
2021-11-29 22:23:54 -03:00
Carlos Domingues
7efe6cb612
Remove unecessary "echo"
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-11-29 22:11:31 -03:00
Kubernetes Prow Robot
0ed0a0cce5
Merge pull request #30110 from sftim/20211016_add_now_delete_to_cheat_sheet
...
Add immediate pod deletion to cheat sheet
2021-11-29 17:04:57 -08:00
Kubernetes Prow Robot
0f4eb182c5
Merge pull request #30430 from Shubham82/Correct-link-Authorization
...
Improvement: Corrected the link for Authorization.
2021-11-29 16:38:56 -08:00
Kubernetes Prow Robot
9b0b807049
Merge pull request #30674 from liggitt/podsecurity-beta
...
Update webhook anchor
2021-11-29 15:54:56 -08:00
Kubernetes Prow Robot
61b691e9f2
Merge pull request #30677 from bridgetkromhout/dev-1.23
...
Clarifications for dual-stack going GA in 1.23.
2021-11-29 15:33:22 -08:00
Kubernetes Prow Robot
348045197e
Merge pull request #30445 from trierra/csi-portworx
...
CSI migration portworx in alpha state
2021-11-29 15:19:21 -08:00
Kubernetes Prow Robot
48612bee86
Merge pull request #30553 from gnufied/kep-695-doc
...
Move ConfigurableFSGroupPolicy to GA
2021-11-29 13:51:21 -08:00
Bridget Kromhout
014f73f326
Clarifications for dual-stack going GA in 1.23.
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2021-11-29 15:41:43 -06:00
Hemant Kumar
37532e231a
Add docs for RecoverVolumeExpansionFailure feature
2021-11-29 16:37:57 -05:00
Hemant Kumar
2ebfcfea1a
Update docs for ConfigurableFSGroupPolicy
2021-11-29 14:03:26 -05:00
Oksana Naumov
02f63b9661
CSI migration of Portworx is in alpha
2021-11-29 10:49:10 -08:00
Kubernetes Prow Robot
44576253cf
Merge pull request #30533 from humblec/rbd-mig-doc-1.23
...
Add RBD CSI migration section to the storage volumes guide
2021-11-29 09:13:23 -08:00
cici37
cd1726aa10
Adding details on CEL validation for CRD.
2021-11-29 09:06:40 -08:00
cici37
9d69f67399
Add feature gate `CustomResourceValidationExpressions` into /command-line-tools-reference/feature-gates.md
2021-11-29 09:06:40 -08:00
Joe Betz
a9641b6ccd
Add stub for validatiton rule documentation
2021-11-29 09:06:40 -08:00
Kubernetes Prow Robot
3aa8d6b429
Merge pull request #30435 from ravisantoshgudimetla/psb
...
[docs]: Promote STS minReadySeconds to beta
2021-11-29 08:53:23 -08:00
Jordan Liggitt
e6a9fd269e
Update webhook anchor
2021-11-29 09:46:22 -05:00
ravisantoshgudimetla
9ea79fa719
[docs]: Update existing fields in STS spec
2021-11-29 09:06:51 -05:00
gbarceloPIB
6cb934ba19
Update pod-lifecycle.md
2021-11-29 13:59:13 +01:00
sandipanpanda
269dad43a0
Fix broken link of Install Docker Engine - Enterprise on Windows Servers ( #30105 )
...
* Fix the broken link of Install Docker Engine
Fix the broken link of Install Docker Engine - Enterprise on Windows Servers. Updated the redirect URL from https://hub.docker.com/editions/enterprise/docker-ee-server-windows to https://docs.microsoft.com/en-us/virtualization/windowscontainers/quick-start/set-up-environment?tabs=Windows-Server#install-docker
* Fix the broken link of Install Docker Engine
* Fix the broken link of Install Docker Engine
* Update adding-windows-nodes.md
* Update adding-windows-nodes.md
2021-11-29 01:09:22 -08:00
Kubernetes Prow Robot
73f7c7ae32
Merge pull request #30605 from cpanato/dev-21-cycle
...
patches: update patch release calendar for December/21 cycle
2021-11-29 00:37:22 -08:00
ashish-jaiswar
edc96615a6
updated setup-konnectivity.md
2021-11-29 10:11:47 +05:30
Carlos Domingues
cde216e2f4
Use tee to write to /etc/bash_completion.d/kubectl
2021-11-29 00:43:34 -03:00
Tim Bannister
b8a9baeb89
De-emphasize scheduling priorities
...
Scheduling priorities are deprecated, so:
- move the page later in the parent topic
- hint that it's not a priority in the sitemap for the live docs
2021-11-28 19:05:16 +00:00
Kubernetes Prow Robot
5cad9834f7
Merge pull request #28626 from sandipb/patch-1
...
dns-pod-service.md: Fix unqualified host search ex
2021-11-27 10:38:40 -08:00
Tim Bannister
c0c3d040f8
Add node problem detector to add-ons
2021-11-27 18:37:48 +00:00
Tim Bannister
5799a8cd48
Add immediate pod deletion to cheat sheet
2021-11-27 18:20:19 +00:00
Tim Bannister
c043aca0dc
Tidy page
2021-11-27 18:19:40 +00:00
Tim Bannister
282bc9187c
Revise what's next section
2021-11-27 18:19:40 +00:00
Humble Chirammal
280229b0ec
Add RBD CSI migration section to the storage volumes guide
...
Kubernetes adds the RBD CSI migration functionality via CSI
migration translation lib.
Ref# kubernetes/kubernetes#95361
This commit add the migration details to volumes.md and
feature-gates.md
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2021-11-26 23:42:10 +05:30
Kubernetes Prow Robot
129b15b0a3
Merge pull request #30631 from Babapool/fix-metadata
...
Correcting the docs for label kubernetes.io/metadata.name
2021-11-26 01:04:52 -08:00
xiaoxubeii
f183a65cfe
Fix containerd version typo
2021-11-26 15:41:24 +08:00
Vitthal Sai
2ae0496450
Added mention of the K8s API Server
2021-11-25 23:27:12 +05:30
Kubernetes Prow Robot
fe2b4047db
Merge pull request #30264 from doughgle/patch-2
...
Clarify why cordon all but 4 nodes.
2021-11-25 06:54:34 -08:00
Kubernetes Prow Robot
46b8ceb7df
Merge pull request #30404 from kerthcet/feature/add-migration-to-scheduler-v1beta3
...
add migration guide to scheduler v1beta3
2021-11-25 06:32:34 -08:00
Kubernetes Prow Robot
44a3025b52
Merge pull request #30628 from 243f6a8885a308d313198a2e037/patch-1
...
fix: typos in health-checks.md
2021-11-25 03:10:33 -08:00
243f6a88 85a308d3
af2a60b57f
fix: typo in health-checks.md
2021-11-25 19:00:41 +09:00
Robot Jelly
fbe2194d5b
added line separation in kubectl page ( #30359 )
...
* added line separation in kubectl page
added line separation in kubectl page - 2
added line separation in kubectl page - 3 added space at ends
final changes
added spaces at end
* removed Line-549 from end of the file
* added Line-548 at the end of file
2021-11-25 01:26:33 -08:00
Vitthal Sai
82c3a0785d
Incorporated the suggested feedback
2021-11-25 14:47:29 +05:30
Kubernetes Prow Robot
020cbc46b0
Merge pull request #30586 from wiggitywhitney/concepts-pdb
...
Clarify PDB line in disruptions concept page
2021-11-24 23:22:33 -08:00
Vitthal Sai
1f34679e9f
Correcting the docs for label kubernetes.io/metadata.name
2021-11-25 12:29:18 +05:30
kerthcet
74dcb53cc5
add migration docs for scheduler component config api from v1beta2 to v1beta3
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2021-11-25 11:26:25 +08:00
Mengjiao Liu
159234a0a6
kubelet: sysctls allows slashes as a separator
2021-11-25 11:14:56 +08:00
Kubernetes Prow Robot
c02a0715e1
Merge pull request #29015 from rajula96reddy/memory-qos
...
1.22 feature blog for memory qos support with cgroups v2
2021-11-24 15:39:32 -08:00
Tim Bannister
f71bc6d90a
Fix punctuation nit
2021-11-24 23:28:06 +00:00
Tim Bannister
bfb6fd44d0
Update article publication date
2021-11-24 23:27:07 +00:00
Aldo Culquicondor
d42a12c2eb
Add JobReadyPods feature gate
2021-11-24 15:39:23 -05:00
Jason Kim (Jun Chul Kim)
add3441154
Update manage-resources-containers.md
...
Warn people about mistaking "M" suffix for "m" when setting resource limits #30499
2021-11-24 23:11:27 +09:00
Kubernetes Prow Robot
f20afa3bd2
Merge pull request #30598 from Babapool/add-kui
...
Create an entry that describes the Kui tool within docs
2021-11-24 03:14:20 -08:00
Vitthal Sai
fddb61757e
Added content for better phrasing as suggested
2021-11-24 16:36:37 +05:30
Kubernetes Prow Robot
199047637f
Merge pull request #29709 from fromanirh/cpumanager-policy-options-feature-gates
...
node: cpumanager: policy options to beta: document the options graduation process
2021-11-23 12:34:52 -08:00
Madhav Budhiraja
2ff1bffa3d
Remove extra bracket
2021-11-23 23:56:41 +05:30
Kubernetes Prow Robot
e2117699c7
Merge pull request #30495 from msau42/dev-1.23
...
update on-by-default for csi migration providers
2021-11-23 09:18:17 -08:00
Kubernetes Prow Robot
007e2ea63c
Merge pull request #30535 from haircommander/cri-stats
...
Document PodAndContainerStatsFromCRI feature
2021-11-23 09:02:17 -08:00
Francesco Romani
7d8483e0e4
node: cpumanager: document the graduation process
...
Document the graduation process and the maturity level
of the cpumanager policy options, and the new feature gate
involved. No changes regarding the existing options.
For more details: https://github.com/kubernetes/enhancements/pull/2933
Signed-off-by: Francesco Romani <fromani@redhat.com>
2021-11-23 18:01:15 +01:00
Peter Hunt
7c1e61a697
Document PodAndContainerStatsFromCRI feature
...
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2021-11-23 11:48:54 -05:00
Joseph Burnett
ee39fdc2ad
Update docs with HPA v2 stable.
2021-11-23 14:21:08 +01:00
Shubham Kuchhal
349be77566
Improvement for Authorization in Extending Kubernetes docs.
...
Improvement: Corrected the link for Authorization.
Fix Typo
2021-11-23 16:49:02 +05:30
Carlos Panato
0810f31204
patches: update patch release calendar for December/21 cycle
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-11-23 09:20:16 +01:00
Kubernetes Prow Robot
29c2aedd69
Merge pull request #30537 from robscott/topology-hints-1.23
...
Updating Topology Aware Hints docs for 1.23
2021-11-22 18:22:17 -08:00
Kubernetes Prow Robot
1c31b83f9d
Merge pull request #30294 from bradbeck/zsh-completion
...
Fix zsh completion setup
2021-11-22 18:14:16 -08:00
Kubernetes Prow Robot
62bccf0712
Merge pull request #30599 from budhirajamadhav/pr-repair-obsolote-link-sigdocsagenda
...
Fix obsolete link to Sig docs agenda doc
2021-11-22 18:12:16 -08:00
Kubernetes Prow Robot
2363c92474
Merge pull request #28701 from rajeshdeshpande02/add-cp-command
...
Adding kubectl cp command examples in the cheat sheet
2021-11-22 17:56:16 -08:00
Kubernetes Prow Robot
8b9ed000f2
Merge pull request #28218 from kelvinn/patch-2
...
Fix incorrect command
2021-11-22 17:48:16 -08:00
Kubernetes Prow Robot
85d4742e75
Merge pull request #30543 from fossilet/patch-1
...
Fix shell misquote.
2021-11-22 17:34:16 -08:00
budhirajamadhav
fbeab275d0
Fix obsolete link to sig docs agenda doc
2021-11-23 03:12:10 +05:30
Vitthal Sai
a6ba36764d
Create an entry that describes the Kui tool within docs
2021-11-23 02:01:43 +05:30
Michelle Au
40d431a42c
update on-by-default for csi migration providers
2021-11-22 12:16:19 -08:00
ravisantoshgudimetla
466561c47c
[docs]: Promote STS minReadySeconds to beta
2021-11-22 09:57:24 -05:00
Jason Kim (Jun Chul Kim)
e0fdee6b0d
Update certificates.md
...
[kubelet has client and server certificates](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/#client-and-serving-certificates ).
But this page only mentions kubelet client certificate. I linked to the [page](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/#client-and-serving-certificates ) because I couldn't find the doc about what are those `certain features`. Please suggest a better link if there are any.
2021-11-22 15:19:13 +09:00
wiggitywhitney
97495989fc
Clarify PDB line in disruptions concept page
2021-11-21 18:39:54 -06:00
Kubernetes Prow Robot
7714140cc6
Merge pull request #30500 from sysnet4admin/patch-5
...
Update managing-tls-in-a-cluster.md
2021-11-21 16:19:03 -08:00
wiggitywhitney
c0a8fe5be2
Clarify glossary entry for PodDisruptionBudget
2021-11-21 17:11:05 -06:00
Kubernetes Prow Robot
6e45595d3a
Merge pull request #29871 from verb/1.23-ec-beta
...
Promote EphemeralContainers to beta in website
2021-11-20 17:10:59 -08:00
Kubernetes Prow Robot
b6ae6e78f7
Merge pull request #29386 from bridgetkromhout/dev-1.23
...
Promote IPv4/IPv6 dual-stack support to Stable in 1.23
2021-11-20 11:04:59 -08:00
Kubernetes Prow Robot
8da444be20
Merge pull request #30505 from pohly/structured-logging-1.23
...
logging: structured logging, klog deprecation
2021-11-20 10:54:59 -08:00
Kubernetes Prow Robot
04d20067e8
Merge pull request #30468 from klueska/kep-2902-distribute-cpus-policy
...
Add description of distribute-cpus-across-numa CPUManager policy option
2021-11-20 10:44:59 -08:00
Kubernetes Prow Robot
6be6d31823
Merge pull request #30333 from chetak123/mark_flexvolume_deprecated
...
Added Note for Deprecation of Flexvolume
2021-11-20 10:38:59 -08:00
Kubernetes Prow Robot
66c07ae9ad
Merge pull request #30109 from sftim/20211016_revise_seccomp_tutorial
...
Revise seccomp tutorial
2021-11-20 10:36:59 -08:00
Kubernetes Prow Robot
2b062f57e5
Merge pull request #29753 from verult/fsgroup-to-csi-beta
...
Updating DelegateFSGroupToCSIDriver feature to beta
2021-11-20 10:30:59 -08:00
Bridget Kromhout
a209e3d65e
Dual-stack to stable in 1.23
...
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2021-11-20 16:53:27 +00:00
Kubernetes Prow Robot
074e35836b
Merge pull request #30573 from SijmenHuizenga/patch-1
...
Fix broken ref in services-networking/service.md
2021-11-20 08:49:00 -08:00
Kubernetes Prow Robot
000a9de46f
Merge pull request #30559 from aravindhp/windows-projected-volume-follow-up
...
storage: Minor fixes to Windows projected volumes
2021-11-20 08:40:59 -08:00
Sijmen
20685c80c5
Fix broken ref in services-networking/service.md
2021-11-20 17:33:12 +01:00
Yongzhi Pan
a5b097977f
Fix misquote.
2021-11-20 09:35:31 +08:00
Rob Scott
2474ff93aa
Updating Topology Aware Hints docs for 1.23
2021-11-19 16:17:10 -08:00
Aravindh Puthiyaparambil
11f5db4461
storage: Minor fixes to Windows projected volumes
...
- Add missing period
- Link to projected volume permission KEP instead of PR
- Add missing PowerShell command
2021-11-19 12:58:42 -08:00
Kubernetes Prow Robot
48a2a132b7
Merge pull request #29478 from ravisantoshgudimetla/patch-12
...
Recommend using TTL field in job
2021-11-19 04:16:51 -08:00
Kubernetes Prow Robot
2040c81a31
Merge pull request #30525 from weibeld/main
...
Change 'container' to 'Pod' in Jobs documentation
2021-11-19 02:10:52 -08:00
Daniel Weibel
d367806825
Fix wording in Jobs documentation
2021-11-19 00:58:17 +04:00
Neha Viswanathan
eaf2004e2a
replace dead links
2021-11-18 09:44:51 -08:00
Neha Viswanathan
d9d2c78964
replace dead links
2021-11-18 09:29:12 -08:00
Patrick Ohly
c3073161f7
logging: structured logging, klog deprecation
...
This is primarily the docs PR for
- alpha: https://github.com/kubernetes/enhancements/issues/2845
- beta: https://github.com/kubernetes/enhancements/issues/1602
But as it touches the file, it also updates the examples and explanations to
reflect some recent observations.
2021-11-18 08:17:36 +01:00
Vaibhav
e8ff60d0e9
Update the reference statement in access-cluster-services.md
2021-11-18 10:49:08 +05:30
Kevin Klues
378fc570b1
Add description of distribute-cpus-across-numa CPUManager policy option
...
Signed-off-by: Kevin Klues <kklues@nvidia.com>
2021-11-17 23:19:54 +01:00
Jesse Butler
d330226a95
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-11-17 12:55:09 -05:00
Kubernetes Prow Robot
c688bcd8e6
Merge pull request #29751 from swatisehgal/clarify-podsresource-getallocatable
...
Pod Resource API: graduate getAllocatableResources to Beta
2021-11-17 07:23:54 -08:00
Kubernetes Prow Robot
0aa00b6902
Merge pull request #30509 from soltysh/cronjob_warning
...
Add warning about using unsupported CRON_TZ
2021-11-17 07:17:54 -08:00
Swati Sehgal
c7231c8d6d
Explicitly state that GetCpuIds returns exclusive cpus
...
Based on the discussion here: https://github.com/kubernetes/kubernetes/pull/97415#discussion_r722548437
we explictly state that the GetCpuIds returned for a ContainerResource in the ListPodResourcesResponse
represent only exclusively allocated CPUs.
In order to evaluate the CPUs corresponding to the shared pool, List endpoint should be used in conjunction
with GetAllocatableResources endpoint. We highlight the steps that the client needs to take evaluate this.
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2021-11-17 15:16:57 +00:00
Swati Sehgal
8d6da01857
podresource-api: Graduate GetAllocatableResources to Beta
...
Also, explicitly clarify the behavior of GetAllocatableResources
The explanation that GetAllocatableResources can be used to obtain available resources
on the node can be misinterpretted as an API that is used to obtain free/unallocated
resources on a node.
This PR adds additional text to clarify that this API endpoint only returns
allocatable resources which are resources exposed to kubelet as defined here:
https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable .
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2021-11-17 15:16:57 +00:00
Kubernetes Prow Robot
d54f09182f
Merge pull request #30504 from wiggitywhitney/quantity-glossary-si
...
Update 'Quantity' glossary definition to explain acronym SI
2021-11-17 04:27:54 -08:00
wiggitywhitney
93df00af00
Update to explain acronym SI
2021-11-17 06:08:52 -06:00
Kubernetes Prow Robot
9028af1ae3
Merge pull request #28226 from saschagrunert/image-config-json
...
Add docs about auth differences between Docker and Kubernetes
2021-11-17 03:49:54 -08:00
Hoon Jo
0cb7bc3295
Update managing-tls-in-a-cluster.md
...
In my humble view, `kubectl certificate approve my-svc.my-namespace` command may understand easily to follow up this procedure.
Update managing-tls-in-a-cluster.md
Change some text as Divya Mohan's guidance.
Update managing-tls-in-a-cluster.md
Change text as sftim's guidance.! Thank you so much!
2021-11-17 18:56:37 +09:00
Oline Case
cd7f704703
Add k8s.dev url to Community page
2021-11-16 23:43:53 -08:00
Falimonda
8815230e45
Fixes grammatical errors in Kubespray setup doc ( #29460 )
...
* Fixes grammatical errors
* Removes period as recommended in review
* Update content/en/docs/setup/production-environment/tools/kubespray.md
Co-authored-by: Rey Lejano <rlejano@gmail.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-16 19:07:53 -08:00
Kubernetes Prow Robot
36be0ebac9
Merge pull request #30288 from drigz/patch-2
...
Remove "basic" from supported API auth methods
2021-11-16 18:51:53 -08:00
Tim Bannister
195ab34d01
Fix nits
...
Tidying that I spotted whilst reordering the storage concepts section.
2021-11-17 00:21:53 +00:00
Tim Bannister
9c0c75e0f2
Reorder storage concepts
...
Introduce concepts in an order that should suit people new to
Kubernetes, so that you don't encounter details like volume cloning
until you've seen more of the basic volume types (persistent,
ephemeral, projected).
2021-11-17 00:20:18 +00:00
Kubernetes Prow Robot
cee6c712bd
Merge pull request #30366 from aravindhp/windows-projected-volume
...
storage: document Windows projected volume limitations
2021-11-16 16:11:53 -08:00
Kubernetes Prow Robot
f235dc6cb6
Merge pull request #30225 from liggitt/podsecurity-runasuser
...
PodSecurity: runAsUser docs
2021-11-16 15:59:54 -08:00
Kubernetes Prow Robot
490e286a35
Merge pull request #30512 from tallclair/patch-3
...
Remove link to compromised github account
2021-11-16 15:43:54 -08:00
Kubernetes Prow Robot
768905ec73
Merge pull request #30385 from kvaps/fix-konnectivity-audience
...
Refer ServiceAccountTokenVolumeProjection documentation instead of providing incorrect instructions.
2021-11-16 14:42:33 -08:00
Tim Allclair
db7dfbf166
Remove link to compromised github account
...
Follow up from incomplete fix in https://github.com/kubernetes/website/pull/30496
2021-11-16 14:20:10 -08:00
Aravindh Puthiyaparambil
4c296c6ad0
storage: document Windows projected volume limitations
...
xref: https://github.com/kubernetes/kubernetes/issues/102849
2021-11-16 09:38:05 -08:00
Maciej Szulik
b5e83e8944
Add warning about using unsupported CRON_TZ
2021-11-16 17:38:01 +01:00
Lee Verberne
771ee157a9
Promote EphemeralContainers to beta
2021-11-16 07:51:28 -05:00
RinkiyaKeDad
b2d8188cc7
add hyperlink to list of sigs
...
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
2021-11-16 15:56:43 +05:30
Lachlan Evenson
06431e1801
Update incorrect GH profile link
...
Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>
2021-11-15 17:16:55 -08:00
Tim Allclair
1c8ec705a3
Remove link to compromised github account
...
This abandoned account was identified by a security researcher, and reported through the Kubernetes bug bounty program.
Don't we have a link checker that should identify cases like this? I'm guessing the github username was changed, so the link was redirecting (still valid), until the researcher recreated it. We should probably have the link checker flag redirects as well.
2021-11-15 16:28:37 -08:00
Kubernetes Prow Robot
7754cf242b
Merge pull request #30405 from ptux/patch-4
...
[en] update custom-resources
2021-11-15 16:21:52 -08:00
Kubernetes Prow Robot
3055d99813
Merge pull request #30440 from vaibhav2107/service-networking
...
Remove the link as refereneced content is missing
2021-11-15 12:40:49 -08:00
Rajula Vineet Reddy
3af41facff
1.22 feature blog for memory qos support
2021-11-15 18:49:43 +08:00
Vaibhav
ab99e7b104
Update the referenced link to kuberentes network model
2021-11-15 14:03:46 +05:30
Kubernetes Prow Robot
25ed878238
Merge pull request #30478 from chirangaalwis/patch-6
...
Review Network Policy Ingress rules during Service debugging
2021-11-15 00:32:48 -08:00
Chiranga Alwis
45148c60e0
Review network policy ingress rules
...
Add missing note to review Kubernetes Network Policy Ingress rules during debugging Kubernetes Service issues
Update document link
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-11-15 11:49:39 +05:30
Kubernetes Prow Robot
6320991d0a
Merge pull request #30373 from Babapool/crictlv
...
Updated circtl version to v1.22.0 from v1.17.0 in install kubeadm doc #30349
2021-11-14 18:08:48 -08:00
Kubernetes Prow Robot
0027ada6e0
Merge pull request #30464 from ptux/patch-8
...
[en] Update operator.md
2021-11-14 16:16:48 -08:00
Wang
0f643c43e3
Update operator.md
2021-11-14 13:10:01 +09:00
Kubernetes Prow Robot
1466530a49
Merge pull request #30361 from pohly/generic-ephemeral-volumes-ga
...
generic ephemeral volume GA
2021-11-13 14:04:46 -08:00
Kubernetes Prow Robot
6ff0695578
Merge pull request #30226 from leoluz/leoluz/blog/fix-ssa-codesnip
...
Fix server-side-apply code snippet in blog post
2021-11-13 09:24:46 -08:00
Kubernetes Prow Robot
d2f227d73e
Merge pull request #29727 from jonassteinberg1/patch-2
...
"First this user must have [a] certificate issued..."
2021-11-12 21:06:46 -08:00
Avinash Upadhyaya
0913d9ed39
fix: deployment rollout pause and resume wordings
...
fix: revert link change for pausing deployments and some rewording
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-11-13 10:01:32 +05:30
Kubernetes Prow Robot
d9a041eb7d
Merge pull request #30067 from sftim/20211013_tidy_pull_image_private_registry_task
...
Tidy task “Pull an Image from a Private Registry”
2021-11-12 19:46:46 -08:00
Kubernetes Prow Robot
bf1a799b85
Merge pull request #30458 from wiggitywhitney/pod-disruption-glossary
...
Fix to reveal more info when '[+]' is clicked
2021-11-12 19:20:46 -08:00
Kubernetes Prow Robot
99f80cc0ab
Merge pull request #30461 from Anakin100100/patch-1
...
Removed depracated ruby client library
2021-11-12 19:06:46 -08:00
Kubernetes Prow Robot
670429c193
Merge pull request #30389 from hbagdi/ingress-class-namespaced-params-ga
...
graduate IngressClassNamespacedParams to GA
2021-11-12 17:40:47 -08:00
Kubernetes Prow Robot
79e2a98b54
Merge pull request #30444 from wiggitywhitney/pdb-glossary
...
Fix to reveal more info when '[+]' is clicked
2021-11-12 16:20:47 -08:00
Kubernetes Prow Robot
20573065b3
Merge pull request #30460 from SubtextRyan/patch-1
...
Corrected grammatical error
2021-11-12 16:14:47 -08:00
Anakin100100
358ec86ec4
Removed depracated ruby client library
...
The 'kubr' gem has last been updated 7 years ago. It doesn't provide the required modern functionalities. The documentation consists of one code example and that's it. It's inclusion in this list only wastes time of Ruby on Rails developers because no sane person would chose it.
2021-11-12 21:44:23 +01:00
Kubernetes Prow Robot
5e7776274f
Merge pull request #30447 from SergeyKanzhelev/dockershim-removal-blog
...
dockershim removal readiness blog post
2021-11-12 12:14:28 -08:00
Sergey Kanzhelev
5d09f5edb5
dockershim removal readiness blog post
2021-11-12 17:42:51 +00:00
Kubernetes Prow Robot
c3439b3e15
Merge pull request #30295 from siddhantprateek/main-v2
...
Mentioned Markdown flavor in Contribution new content
2021-11-12 09:38:28 -08:00
Siddhant Prateek Mahanayak
12854d0586
Suggested Changes
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-12 23:01:48 +05:30
Kubernetes Prow Robot
3c1d642746
Merge pull request #30393 from elmiko/update-ccm-node-controller
...
update cloud controller doc on node controller
2021-11-12 09:20:28 -08:00
SubtextRyan
46988781a3
Corrected grammatical error
...
Subject/verb disagreement: changed "...system execute the handler..." to "...system executes the handler..."
2021-11-12 12:05:00 -05:00
Kubernetes Prow Robot
1406c2d85a
Merge pull request #30170 from bobfuru/clarify-container-images-wording
...
Replace "Docker image" with "container image", other minor edits
2021-11-12 09:02:28 -08:00
sandipanpanda
7a513e6dee
Fix broken anchor link of #type-nodeport in service.md ( #30388 )
...
* Fix broken anchor link of #type-nodeport in service.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in overview.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in ingress.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in troubleshooting-kubeadm.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in connecting-frontend-backend.md
* Update anchor link from #nodeport to #type-nodeport
Update anchor link from #nodeport to #type-nodeport in source-ip.md
2021-11-12 08:02:28 -08:00
Michael McCune
0d864c18d9
update cloud controller doc on node controller
...
This change updates the information about the node controller in the
cloud controller managers. The node controller is not responsible for
creating new node objects, it updates them with information from the
provider infrastructure.
2021-11-12 08:25:40 -05:00
Kubernetes Prow Robot
e0ffcf9342
Merge pull request #30374 from clarinette9/docs-bfe-ingress
...
add BFE-ingress-controller to the document ingress-controllers.md.
2021-11-12 05:22:28 -08:00
Kubernetes Prow Robot
4de6225385
Merge pull request #30350 from spiffxp/drop-kubernetes-e2e-test-images
...
replace dnsutils example image
2021-11-12 05:20:28 -08:00
wiggitywhitney
8716bb6e1e
Fix to reveal more info when plus is clicked
2021-11-12 06:34:30 -06:00
Umair A. Shahid
53bf4f212a
Kubelet accepts graceful node shutdown parameters in camel case while they are written in the document in pascal case
2021-11-12 12:29:34 +01:00
Patrick Ohly
65bceb1876
generic ephemeral volumes: document graduation to GA
2021-11-12 09:46:11 +01:00
Akihiro Suda
e2f17b7579
Fix typos,config paths in kubelet-in-userns.md. Add link to port forwarder implementation ( #30410 )
...
* kubelet-in-userns.md: fix typoes
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
* kubelet-in-userns.md: fix unexpected config paths
Referring to `/etc/containerd/config.toml` makes sense only when the user has
read/write permissions to `/etc/containerd/config.toml` in the current mount
namespace, which is not always assumed in the context of this documentation.
The same applies to `/etc/crio/crio.conf`, too.
Partially revert PR 30020.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
* kubelet-in-userns.md: add back the link to example port forwarder implementation
Add back the link to `k3s/pkg/rootlessports/controller.go` removed in PR 30020.
As stated in `{{ <note> }}`, the corresponding section is written for developers
of Kubernetes distros, not for end users.
So we should retain the implementation details here.
Partially revert PR 30020.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-11-11 18:02:28 -08:00
Kubernetes Prow Robot
1e36c7611f
Merge pull request #30360 from qzdl/patch-2
...
update pod mapping to avoid deprecation notice
2021-11-11 17:44:28 -08:00
wiggitywhitney
89b1ee4032
Fix to reveal more info when plus is clicked
2021-11-11 12:09:05 -06:00
Kubernetes Prow Robot
92e5d41881
Merge pull request #30439 from sysnet4admin/patch-4
...
Update apparmor.md
2021-11-11 09:46:08 -08:00
Harry Bagdi
4729b75ffb
graduate IngressClassNamespacedParams to GA
2021-11-11 08:51:52 -08:00
Kubernetes Prow Robot
c58838a690
Merge pull request #30423 from alculquicondor/tracking-beta
...
Graduate JobTrackingWithFinalizers to beta
2021-11-11 06:29:50 -08:00
Vaibhav
f58c7705bb
Remove the link as refereneced content is missing
2021-11-11 14:10:19 +05:30
Kubernetes Prow Robot
9dbee0dd47
Merge pull request #30351 from liggitt/podsecurity-beta
...
Podsecurity beta updates
2021-11-10 23:37:50 -08:00
Hoon Jo
9ac60ec13d
Update apparmor.md
...
Due to exec command DEPRECATED. so please add `--` to avoid info message.
`Current`
```
root@wk8s-m:~# kubectl exec hello-apparmor cat /proc/1/attr/current
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
k8s-apparmor-example-deny-write (enforce)
```
```
root@wk8s-m:~# kubectl exec hello-apparmor touch /tmp/test
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
touch: /tmp/test: Permission denied
command terminated with exit code 1
```
`Change`
```
root@wk8s-m:~# kubectl exec hello-apparmor -- cat /proc/1/attr/current
k8s-apparmor-example-deny-write (enforce)
```
```
root@wk8s-m:~# kubectl exec hello-apparmor -- touch /tmp/test
touch: /tmp/test: Permission denied
command terminated with exit code 1
```
2021-11-11 16:02:04 +09:00
Cheng Xing
1e0796c4e4
Delegate FSGroup to CSI beta
2021-11-10 17:02:51 -08:00
Jordan Liggitt
4b7784728a
PodSecurity beta updates
2021-11-10 10:30:51 -05:00
Aldo Culquicondor
575b742e0a
Graduate JobTrackingWithFinalizers to beta
2021-11-10 09:35:30 -05:00
Ashley Davis
8ae9faaed1
[en] update link to cert-manager docs
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-11-10 14:18:23 +00:00
ahg-g
14a003cb3b
add docs for JobMutableNodeSchedulingDirectives ( #30390 )
2021-11-10 04:43:27 -08:00
Kubernetes Prow Robot
53f7612552
Merge pull request #30186 from sandersaares/request-is-not-a-guarantee
...
A CPU request does not result in a guarantee
2021-11-09 23:15:26 -08:00
Kubernetes Prow Robot
8f52166ac8
Merge pull request #28887 from chenxuc/pause-resume2
...
clarify rollout behavior in deployment
2021-11-09 23:13:26 -08:00
Kubernetes Prow Robot
c3318e0cd9
Merge pull request #30400 from RA489/ha
...
Improvement to create cluster using minikube
2021-11-09 18:35:26 -08:00
Kubernetes Prow Robot
5436d4af9d
Merge pull request #30398 from jihoon-seo/211109_Make_redirection_for_highly-available-control-plane
...
Make redirection for highly-available-control-plane
2021-11-09 18:33:26 -08:00
Kubernetes Prow Robot
2245b59156
Merge pull request #30387 from kvaps/omit-api-audiences
...
ServiceAccountTokenVolumeProjection: api-audiences flag can be omitted
2021-11-09 18:31:27 -08:00
Kubernetes Prow Robot
c4ce619f28
Merge pull request #30369 from vivek-koppuru/basic-auth-fix
...
Fix wording of basic auth secret doc to keep it consistent with validation
2021-11-09 17:15:26 -08:00
Kubernetes Prow Robot
c15f89b549
Merge pull request #30411 from justaugustus/steering-2021
...
Update Steering membership following 2021 election
2021-11-09 13:21:48 -08:00
Wang
2d560fd4fb
Update custom-resources.md
2021-11-10 05:07:02 +09:00
Josh Berkus
009e15655a
Add Arnaud to the Thanks section.
...
Signed-off-by: Josh Berkus <josh@agliodbs.com>
2021-11-09 10:05:24 -08:00
Stephen Augustus
5cebb20920
blog: Lint warnings and username fixes in 2021 Steering post
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-11-09 06:35:34 -05:00
Wang
324e4e07fa
[en] update custom-resources
...
Make it clear that the main API server delegates requests to user created API server.
2021-11-09 18:31:31 +09:00
RA489
1ddef08a50
Improvement to create cluster page
2021-11-09 11:06:25 +05:30
Kubernetes Prow Robot
d886d65675
Merge pull request #29957 from sftim/20211007_document_thirdparty-content_shortcode
...
Document {{% thirdparty-content %}} shortcode
2021-11-08 18:23:39 -08:00
Jihoon Seo
047c8577d5
Make redirection for highly-available-control-plane
2021-11-09 10:50:38 +09:00
Kubernetes Prow Robot
e35a6e103f
Merge pull request #30118 from Shatakshi0805/fix-link-in-release-managers.md
...
fix broken link in release-managers.md
2021-11-08 17:26:49 -08:00
Kubernetes Prow Robot
a45e1b3347
Merge pull request #30368 from TreeKat71/main
...
Typo `etcdutl` in configure-upgrade-etcd.md
2021-11-08 17:20:49 -08:00
Aravindh Puthiyaparambil
c0dd24a8ba
storage: create new file for projected volumes
...
Move inline examples into the examples folder
2021-11-08 16:07:33 -08:00
Christoph Blecker
bf0e9ea2e5
Fix typo in SC blog post
2021-11-08 15:15:53 -08:00
Kubernetes Prow Robot
a812761d1d
Merge pull request #30395 from reylejano/update-non-root-blog
...
Blog: renamed non-root-containers-and-devices.md to have date prefix
2021-11-08 14:27:20 -08:00
Rey Lejano
120d0424c2
renamed non-root-containers-and-devices.md to 2021-11-09-non-root-containers-and-devices.md
2021-11-08 13:45:03 -08:00
Rey Lejano
aba3e29883
renamed steering-committee-results-2021 to 2021-11-08-steering-committee-results-2021.md and update date
2021-11-08 13:33:55 -08:00
Kaslin Fields
65faac6f3e
Create steering-committee-results-2021
2021-11-08 11:48:36 -08:00
Kubernetes Prow Robot
5ac4b5f765
Merge pull request #29703 from mythi/non-root-containers-and-devices-blog
...
blog: non-root containers and devices
2021-11-08 07:47:20 -08:00
Mikko Ylinen
c7cb7683f9
blog: non-root containers and devices
...
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-11-08 17:39:13 +02:00
Kubernetes Prow Robot
1e090d8f1a
Merge pull request #29868 from RA489/activedeadlinesec
...
explanation of the role of activeDeadlineSeconds in initContainers be…
2021-11-08 06:43:00 -08:00
Andrei Kvapil
69c6dc0a82
Refer ServiceAccountTokenVolumeProjection documentation instead of providing incorrect instructions.
...
Since Kubernetes v1.20 it is enabled by default.
2021-11-08 15:16:05 +01:00
Andrei Kvapil
02d9cec45e
api-audiences flag can be omitted
2021-11-08 11:52:11 +01:00
Bob Furu
b5b60db805
Replace Docker image with container image and other minor edits for clarity
2021-11-07 20:21:09 -05:00
Ayushman
dabf80ae56
Added Note for Deprecation of Flexvolume
...
flexVolume
Signed-off-by: Ayushman <ayushvidushi01@gmail.com>
2021-11-07 13:55:52 +05:30
Kubernetes Prow Robot
dfbb64991f
Merge pull request #30117 from ztzxt/patch-1
...
Bump dashboard version to 2.4.0 from 2.3.1
2021-11-06 19:26:51 -07:00
clarinette9
5de494f375
add bfe to ingress-controllers.md
...
add link and introduction of bfe ingress controller to /content/en/docs/concepts/services-networking/ingress-controllers.md
2021-11-06 20:31:47 +08:00
Vitthal Sai
f200e6d223
Updated circtl version to v1.22.0 from v1.17.0 in install kubeadm doc
2021-11-06 11:56:43 +05:30
Kubernetes Prow Robot
273ea3671f
Merge pull request #30370 from chris-short/patch-1
...
Adding links to kubernetes.dev
2021-11-05 23:14:51 -07:00
Kubernetes Prow Robot
6aad0849aa
Merge pull request #30278 from wiggitywhitney/extensions-copy
...
Improve Extensions Definition
2021-11-05 13:56:41 -07:00
Kubernetes Prow Robot
80b4fe0cac
Merge pull request #30069 from sftim/20211013_tweak_kubectl_skew_advice
...
Tweak advice about kubectl skew
2021-11-05 13:52:40 -07:00
Rey Lejano
ba4390cf48
add line about contributor blogs to kubernetes.dev
2021-11-05 12:05:15 -07:00
Chris Short
ee6b1a831e
Adding links to kubernetes.dev
...
Boosting the contributor site up in Google rankings is a priority for the Kubernetes Upstream Marketing team: https://github.com/kubernetes/contributor-site/issues/202
Adding links here where appropriate:
- Contributor Cheatsheet
- kubernetes.dev itself
- contributor resources
2021-11-05 12:52:38 -04:00
Vivek Koppuru
4f9f1dccfc
Fix wording of basic auth secret doc to keep it consistent with validation
2021-11-05 18:18:03 +05:30
Muller Hsu
f0c98092e9
Update configure-upgrade-etcd.md
...
Typo
Should be `etcdctl` not etcdutl
2021-11-05 17:53:56 +08:00
Kubernetes Prow Robot
ff7a649956
Merge pull request #30151 from kerthcet/feature/add-introduce-to-scheduler-v1beta3
...
add introductions for scheduler component config api migrations
2021-11-04 17:31:53 -07:00
wiggitywhitney
2ec7040fd4
Improve Extensions Definition
2021-11-04 10:37:37 -05:00
Samuel Culpepper
7a8fef9992
update pod mapping to avoid deprecation notice
2021-11-04 14:30:51 +01:00
Carlos Panato
bbe5439576
update patch release for november 2021 cycle
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-11-04 09:05:56 +01:00
Carlos Panato
1068af1a37
remove release 1.19 from the active patch release
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-11-04 09:05:31 +01:00
kerthcet
c0175c5635
add introductions for scheduler component config api migrations
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2021-11-04 10:10:30 +08:00
Kubernetes Prow Robot
0c04e2c54c
Merge pull request #30146 from neolit123/1.23-update-ts-guide-for-cert-rotation
...
kubeadm/TS guide: fix a misleading step about cert rotation
2021-11-03 18:28:03 -07:00
Kubernetes Prow Robot
5862d9155e
Merge pull request #30147 from chirangaalwis/patch-5
...
Notify deletion of Kubelet Bootstrap Token
2021-11-03 17:56:03 -07:00
Aaron Crickenberger
156173d622
replace dnsutils example image
...
The gcr.io/kubernetes-e2e-test-images repo is deprecated and will
eventually go away. Use an equivalent image from the project-owned
k8s.gcr.io repo
2021-11-03 14:32:58 -07:00
Suresh Kumar
2b61e464a6
Update parallel-processing-expansion.md
...
removed unwanted jinja tags
2021-11-03 19:33:09 +05:30
Kubernetes Prow Robot
f8276a4830
Merge pull request #30107 from chirangaalwis/patch-3
...
Update "multiple schedulers" example
2021-11-02 15:31:42 -07:00
chirangaalwis
7449bb36a0
Update config refs to KubeSchedulerConfiguration
2021-11-02 19:56:21 +05:30
Renan Gonçalves
b4b8893a93
Fix default value for MaxSurge
...
The implementation defines the default value for MaxSurge being 0, as to
preserve the current behavior of rolling updates in DaemonSets.
This change is just a copy-paste of the docblock defined in the types.go
file.
See:
- 10a3cc815b/pkg/apis/apps/types.go
- 10a3cc815b/pkg/apis/apps/v1/defaults.go (L87-L91)
2021-11-02 14:03:40 +01:00
Kubernetes Prow Robot
007f515d17
Merge pull request #30168 from arosequist/patch-1
...
Add missing space before parenthesis
2021-11-02 05:18:59 -07:00
Chiranga Alwis
c5cb03ab13
Shorten the description on field updating
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 14:01:35 +05:30
Chiranga Alwis
7b6d84ec7c
Use note short code to highlight the content
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 13:59:24 +05:30
Guangwen Feng
5a92aaf08b
Fix typo
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-02 13:38:41 +08:00
Kubernetes Prow Robot
f49e939aa7
Merge pull request #30247 from aysabzevar/main
...
add sudo to Red Hat-based distributions - en
2021-11-01 22:06:58 -07:00
Chiranga Alwis
514db9eb70
Improve and reorder the wording
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 10:31:38 +05:30
Chiranga Alwis
eedbfd5724
Add content best practices
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2021-11-02 10:28:51 +05:30
Kubernetes Prow Robot
fdeb34b1fd
Merge pull request #30313 from Shubham82/correct-K8s_bug_reports-link
...
Corrected the "all Kubernetes bug reports" link in Kubernetes Security and Disclosure Information.
2021-11-01 09:55:20 -07:00
Kubernetes Prow Robot
1a8c641d79
Merge pull request #25299 from sftim/20201129_revise_api_reference
...
Revise “Kubernetes API Concepts”
2021-11-01 09:47:20 -07:00
Kubernetes Prow Robot
b30a5df214
Merge pull request #30262 from doughgle/patch-1
...
Use kubectl exec [POD] -- [COMMAND] instead.
2021-11-01 09:09:18 -07:00
Shubham Kuchhal
f9faa6f658
Corrected the "all Kubernetes bug reports" link in Kubernetes Security and Disclosure Information.
2021-11-01 15:20:47 +05:30
Björn Svensson
f160db17d6
PodTopology: add notes of possible changed default behavior
...
Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
2021-11-01 08:34:50 +01:00
Kubernetes Prow Robot
8600a6aa08
Merge pull request #30291 from alculquicondor/patch-2
...
Fix whitespace in pod topology spread constraints page
2021-10-31 06:31:18 -07:00
Kubernetes Prow Robot
bc785b9dbc
Merge pull request #30256 from marosset/windows-runasnonroot-updates
...
Updating runAsNonRoot support for Windows
2021-10-29 14:37:10 -07:00
Kubernetes Prow Robot
3dd978ec23
Merge pull request #29019 from SergeyKanzhelev/nodeRegistrationRequired
...
Node re-registration required to update the node labels
2021-10-29 01:10:51 -07:00
Sergey Kanzhelev
40b013b63f
Node re-registration required to update the node labels
2021-10-29 05:25:48 +00:00
Siddhant Prateek
6ba1534f10
Mentioned Markdown flavor in Contribution new content
...
Signed-off-by: Siddhant Prateek <siddhantprateek@gmail.com>
2021-10-28 22:31:00 +05:30
Jordan Liggitt
e50ce5f269
PodSecurity: runAsUser
2021-10-28 11:21:02 -04:00
Brad Beck
b48ddd9e90
Fix zsh completion setup
2021-10-28 10:02:50 -05:00
Aldo Culquicondor
1061e7ff22
Fix whitespace in pod topology spread constraints page
2021-10-28 08:46:17 -04:00
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
Anatoliy Serputov
cb60b1dd00
Fix: typo in install-kubeadm.md
2021-10-27 19:57:28 -04:00
Kubernetes Prow Robot
62f62f3828
Merge pull request #30230 from neolit123/1.23-fix-link-to-custom-images
...
kubeadm: fix link to kubeadm-init#custom-images
2021-10-27 16:29:03 -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
Kubernetes Prow Robot
01a8f26250
Merge pull request #30234 from calvin0327/improvement-install-kubeadm
...
Improvement for install-kubeadm
2021-10-27 16:07:02 -07:00
Jonathan Dobson
26280ee0c1
Move CSIVolumeFSGroupPolicy to GA
2021-10-27 16:54:04 -06:00
Kubernetes Prow Robot
a3c025e979
Merge pull request #30274 from liggitt/podsecurity-typo
...
Fix typo in podsecurity config example
2021-10-27 13:08:25 -07:00
Jordan Liggitt
0dfdffe95f
Fix typo in podsecurity config example
2021-10-27 13:58:12 -04: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
Guilherme Macedo
b1d1fc369e
Minor typo corrections and improvements for 'Overview of Cloud Native Security' page ( #30185 )
...
* Update overview.md
Minor typo corrections and improvements.
* Update overview.md
* Fix broken link
2021-10-27 05:53:25 -07:00
Ali Yousefi Sabzevar
d895791f1f
fix the sudo problem with cat using tee - en
2021-10-27 14:22:35 +02:00
Tim Bannister
f5bb0c7e8a
Document thirdparty-content shortcode
2021-10-27 11:04:28 +01:00
Richie McG
a7a4745b79
Revert an incorrect fix
...
corrections for etctutl command name incorrectly “fixed” #30215
2021-10-27 18:56:16 +09:00
Douglas Hellinger
b2035168a7
Clarify why cordon all but 4 nodes.
2021-10-27 15:58:55 +08:00
Kubernetes Prow Robot
6490aafd51
Merge pull request #30242 from sftim/20211026_fix_version_for_release_notes
...
Link to the release notes for the version of Kubernetes being documented
2021-10-26 21:43:26 -07: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
Douglas Hellinger
52fe4549f9
Update zookeeper.md
2021-10-27 10:37:34 +08:00
Douglas Hellinger
593fb144b6
Update zookeeper.md
...
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
2021-10-27 10:31:23 +08:00
calvin
7780084390
improvement for install-kubeadm.
2021-10-27 10:07:49 +08:00
Kubernetes Prow Robot
4a3f2ef536
Merge pull request #30198 from SergeyKanzhelev/dockershimUpdates
...
Find out what container runtime is used and mention private registries
2021-10-26 17:15:41 -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
Mark Rossetti
bf6ab9519d
Remove outdated section stating Windows does not support CPU limits
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2021-10-26 14:35:13 -07:00
Mark Rossetti
afbb133e9f
Updating runAsNonRoot support for Windows
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2021-10-26 13:25:31 -07:00
Ali Yousefi Sabzevar
9a36c05f6a
add sudo to Red Hat-based distributions - en
2021-10-26 21:43:55 +02:00
Marc Boorshtein
e779d2d3fc
Update link to new project documentation site
2021-10-26 15:35:17 -04:00
Jesse Butler
4e755b2f2c
Merge remote-tracking branch 'upstream/main' into dev-1.23
2021-10-26 14:13:06 -04:00
Sergey Kanzhelev
4a6d4d5dd3
find out what container runtime is used and mention private registries
2021-10-26 16:26:59 +00:00
Kubernetes Prow Robot
eeef239745
Merge pull request #30239 from Shubham82/Update-empty-link_Dynamic_Admission_Control
...
Improvement: Correct the "empty" link in Dynamic Admission Control.
2021-10-26 04:35:30 -07:00
Kubernetes Prow Robot
b750d985eb
Merge pull request #30229 from neolit123/1.23-link-to-ha-guide-main-branch
...
kubeadm: use git.k8s.io to link to kubeadm repo
2021-10-26 04:15:30 -07:00
Tim Bannister
45e902468c
Link to the release notes for the version of Kubernetes being documented
2021-10-26 12:08:02 +01:00
Kubernetes Prow Robot
cc888c6eaa
Merge pull request #29881 from mallow111/issue-29850
...
Fix issue #29850 - Drop v1.apps in Deployment
2021-10-26 03:35:31 -07: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
Kubernetes Prow Robot
0af4dd9687
Merge pull request #30031 from sahilvv/ga_ttl
...
GA TTLAfterFinished
2021-10-25 19:07:30 -07:00
Lubomir I. Ivanov
b8d0c07ba8
kubeadm: fix link to kubeadm-init#custom-images
...
Add missing / prefix otherwise the link to
"custom-images" points towards a 404.
2021-10-26 00:20:56 +03:00
Lubomir I. Ivanov
0162445d1e
kubeadm: use git.k8s.io to link to kubeadm repo
...
With the kubeadm repository changing branch from
master -> main, use the "branchless" URL:
git.k8s.io/kubeadm
when linking to the HA guide.
2021-10-26 00:09:19 +03:00
Leonardo Luz Almeida
5dfe3bf1db
Fix server-side-apply code snippet in blog post
2021-10-25 15:26:28 -04:00
Min Wang
7ebe37aa3a
Update deployment.md
2021-10-25 12:24:22 -07:00
Kubernetes Prow Robot
d6fad21377
Merge pull request #30075 from nuno-faria/patch-1
...
Remove extra parenthesis
2021-10-25 11:21:03 -07:00
Robert Van Voorhees
489e938f1c
Resolve formatting issue and add example for node affinity example.
2021-10-25 10:29:57 -04:00
Kubernetes Prow Robot
b7e1c2a041
Merge pull request #30212 from deepak1725/dk-fix-netflix
...
fix broken blog link
2021-10-25 07:22:23 -07:00
Deepak Sharma
a24fa75c7b
fix broken blog link
2021-10-25 19:24:20 +05:30
slayer321
d283c1f545
docs: add PV duplicate example
2021-10-25 09:52:46 -04:00
RinkiyaKeDad
95d9f0c19f
fixing whitespace for pod topology spread constraints page
...
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
2021-10-25 15:36:11 +05:30
Kubernetes Prow Robot
7502b9e383
Merge pull request #29206 from sftim/20210803_revise_nginx_ingress_minikube_tutorial_task
...
Revise task for practising NGINX Ingress controller
2021-10-24 16:56:21 -07:00
Min Wang
046e3a1643
Update deployment.md
2021-10-24 12:25:04 -07:00
Tim Bannister
a49c612734
Rewrap API concepts page
2021-10-24 14:31:20 +01:00
Tim Bannister
2ca81a1cd2
Bump Table API to v1
...
Table is now GA
2021-10-24 14:31:20 +01:00
Tim Bannister
a53db47615
Revise API details page
2021-10-24 14:31:19 +01:00
Richie McG
64b5b16bac
Correct Typo
...
Correct typo form etcdutl to etcdctl on line 333
2021-10-23 17:29:03 +09:00
Kubernetes Prow Robot
21e7ae323c
Merge pull request #29990 from jizusun/fix-link
...
fix broken link for owner references in Finalizers
2021-10-22 17:46:49 -07:00
Kubernetes Prow Robot
f5049435ab
Merge pull request #30064 from sftim/20211012_link_pv_reclaim_policy_change_task_new_api_reference
...
Tidy task about PV reclaim policy
2021-10-22 17:00:50 -07:00
Kubernetes Prow Robot
adae6c457b
Merge pull request #30148 from robotjellyzone/fixingSkew
...
Fixing Skew in localization doc
2021-10-22 16:40:49 -07:00
Pranshu Srivastava
2642b12efc
made requested changes
2021-10-23 04:21:22 +05:30
Kubernetes Prow Robot
4ecb2fda5b
Merge pull request #30099 from lucasbasquerotto/patch-1
...
Fix typo at deployment.md
2021-10-22 13:26:44 -07:00
Pranshu Srivastava
1ee91f08c9
fixed the broken link
2021-10-22 21:29:07 +05:30
Sander Saares
667d338866
Adjust wording based on review comment
2021-10-22 16:41:21 +03:00
Sander Saares
3f5ab3f982
A CPU request does not result in a guarantee
...
It is merely a pod placement constraint but the phrasing leads readers to the incorrect understanding that some actual CPU time is guaranteed/reserved. Re-phrase to make it clear this is nothing more than a request.
2021-10-22 09:02:42 +03:00
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
286db402a2
Merge pull request #30123 from sftim/20211017_more_responsive_figure_sizing
...
Make figure sizing more responsive
2021-10-21 17:10:37 -07:00
Ravi Gudimetla
1afd786d1b
Apply suggestions from code review
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-10-21 10:46:42 -04:00
Lucas Basquerotto
c9847dafe2
Fix typo at network-policies.md
2021-10-21 10:57:42 -03:00
Jizu Sun
2342716d89
Merge branch 'main' into fix-link
2021-10-21 18:05:15 +08:00
sandipanpanda
d33605578f
Fix broken link in k8s.io/docs/concepts/overview/working-with-objects/finalizers/ ( #30159 )
...
* Fix broken link in finalizers.md
* Update finalizers.md
* Update finalizers.md
2021-10-20 16:56:08 -07:00
Anthony Rosequist
ebe5a92cbe
Add missing space before parenthesis
2021-10-20 15:24:22 -05:00
Stefan Lasiewski
537c2e101b
sha256sum requires 2nd space for the type
2021-10-20 10:12:43 -07:00
robotjellyzone
2fbb744783
added one space at end
2021-10-20 17:48:49 +05:30
robotjellyzone
5f2dd40003
added two spaces at end
2021-10-20 14:16:37 +05:30
robotjellyzone
5ad520a6ab
Fixing Skew localization doc
2021-10-20 11:46:52 +05:30
Sahil Vazirani
11117310a5
GA TTLAfterFinish
2021-10-19 21:49:57 -07:00
Chiranga Alwis
40f5256924
Notify deletion of Kubelet bootstrap token
...
Kubeadm deletes the file `/etc/kubernetes/bootstrap-kubelet.conf` as per https://github.com/kubernetes/kubernetes/pull/80676
2021-10-20 02:20:40 +05:30
Lubomir I. Ivanov
6ea5318972
kubeadm/TS guide: fix a misleading step about cert rotation
...
The "kubelet-finalize" step does not work on worker nodes,
because commonly they do not have the cluster CA key and all
"init" phases have a pre-step to check for the existence of
the CA key, designating the cluster as one that uses external CA
or not.
Changing this behavior is complicated in kubeadm, thus manually
instruct the user how to do edit the file and to restart the kubelet.
This is already what we do in:
https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/#check-certificate-expiration
2021-10-19 20:24:48 +03:00
Kubernetes Prow Robot
3d826f0957
Merge pull request #29695 from ixodie/patch-5
...
Removed Contiv.io
2021-10-19 07:47:04 -07:00
ixodie
33c363a370
Added open contiv repo
...
Adding back repo and removing broken link
2021-10-19 09:19:25 -04:00
ixodie
46fc61cd04
Merge branch 'main' into patch-9
2021-10-19 09:16:16 -04:00
Jizu Sun
a6f27be7e1
Update content/en/docs/concepts/overview/working-with-objects/finalizers.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-10-19 10:48:54 +08:00
ixodie
7d9051266d
Removing GCE bridging/routing config tweaks
...
Removing this content seems to be appropriate:
Content does not contain a link to a CNI.
Content is not required for k8s to function.
Content seems to be replicated in longer form on the Google Cloud docs site.
2021-10-18 18:29:33 -04:00
Kubernetes Prow Robot
ea8244a5e9
Merge pull request #30090 from ixodie/patch-7
...
Removed Nuage marketing
2021-10-18 13:37:22 -07:00
chirangaalwis
35525d17b5
Add extra details for clarity
2021-10-18 20:44:13 +05:30
chirangaalwis
fc25753118
Remove unnecessary comment
2021-10-18 20:32:38 +05:30
Chiranga Alwis
dcbf152118
Remove unnecessary reference to scheduler
...
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
2021-10-18 20:29:53 +05:30
Chiranga Alwis
9a0f0e25ea
Rearrange words for better meaning
...
Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
2021-10-18 20:28:17 +05:30
Kubernetes Prow Robot
3f824a8989
Merge pull request #28601 from RA489/update_etcd
...
Example with data dir for restore
2021-10-18 01:35:51 -07:00
chirangaalwis
029ec4cd67
Combine Service Account to map with resource kind
2021-10-18 10:53:00 +05:30
RA489
cbc8ad69f5
explanation of the role of activeDeadlineSeconds in initContainers behaviour
2021-10-18 10:40:44 +05:30
RA489
c689362c08
Example with data dir for restore
2021-10-18 10:32:25 +05:30
Chiranga Alwis
10846473ac
Add reference to the created scheduler configuration CM
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-10-18 10:21:13 +05:30
Tim Bannister
dc84f0cb97
Mark figures' intended size
...
This commit activates Sass styling to make image sizes more responsive
on the rendered page.
2021-10-17 21:31:52 +01:00
Kubernetes Prow Robot
e9cee7345b
Merge pull request #30113 from 100mik/add-create-pod-example
...
Add Pod creation example in k8s.io/docs/concepts/workloads/pods/
2021-10-17 12:57:48 -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
381dfa36e4
Merge pull request #29466 from chrismetz09/metz-pictContrib
...
Add mermaid figures to /docs/contribute section
2021-10-17 09:51:48 -07:00
Shatakshi
114d66760e
update release-managers.md
2021-10-17 21:05:00 +05:30
Shatakshi
cdb2735dae
update release-managers.md
2021-10-17 17:32:25 +05:30
Shatakshi
b91526b51a
fix broken link in release-managers.md
2021-10-17 16:31:59 +05:30
ztzxt
c864a62dff
Bump dashboard version to 2.4.0 from 2.3.1
2021-10-17 13:28:03 +03:00
Soumik Majumder
04a53b8ad0
Add Pod creation example in k8s.io/docs/concepts/workloads/pods/
2021-10-17 01:50:02 +05:30
chirangaalwis
b06baf8f80
Re-order ConfigMap definition
2021-10-16 21:52:09 +05:30
Tim Bannister
5d5a2125c5
Use a glossary tooltip for "node"
2021-10-16 13:02:04 +01:00
Tim Bannister
ee588f6d2b
Write headings in sentence case
...
Other than page titles, headings should be sentence case
2021-10-16 13:02:04 +01:00
Tim Bannister
97a7bbcea8
Expand on runtime default part of seccomp tutorial
2021-10-16 13:02:04 +01:00
nuno-faria
d7ccf551bf
Create a separate sentence
2021-10-16 12:55:35 +01:00
Tim Bannister
bb634e6db9
Revise seccomp tutorial
...
- Drop docs for Kubernetes earlier than v1.19
- Have kubectl fetch manifests using HTTP where suitable
- General tidying
2021-10-16 12:47:11 +01:00
chirangaalwis
8e250cf405
Update references to invalid --scheduler-name arg
2021-10-16 15:02:45 +05:30
chirangaalwis
95be4e5e65
Update multiple scheduler with HA guide
2021-10-16 14:55:30 +05:30
chirangaalwis
6ec90297d0
Update multiple scheduler deployment guide
2021-10-16 13:31:18 +05:30
chirangaalwis
0add8b4a53
Remove --bind-address kube-scheduler argument
...
Defaults to 0.0.0.0
2021-10-16 13:30:24 +05:30
chirangaalwis
067f8a9370
Update custom scheduler example for v1.22+
...
Remove invalid scheduler args, add new scheduler args and add new Scheduler Configuration for defining scheduler name
2021-10-16 12:49:55 +05:30
Lucas Basquerotto
3dd5ec4121
Fix typo at deployment.md
2021-10-15 10:20:36 -03:00