Kundan Kumar
448c2a53b6
what's next for network plugin
...
incorporated review comments
2023-07-23 23:49:24 +05:30
Daniel Vega-Myhre
3e3c3aebff
add docs for kep-4017
2023-07-23 01:15:50 +00:00
Mohammed Affan
b5fb01c84f
Updated topology-aware-routing.md
2023-07-22 13:18:53 +00:00
Kubernetes Prow Robot
7699d5c79e
Merge pull request #41529 from mrgiles/36526_document_yaml_parsing_bug
...
Add note that documents YAML compatibility bug
2023-07-20 13:28:11 -07:00
Inbaraj S
fe01a7cbbd
Update ingress-controllers.md with OCI Native Ingress Controller
2023-07-21 01:37:31 +05:30
Kubernetes Prow Robot
ce682af151
Merge pull request #40605 from dipesh-rawat/remove-deprecated-topologyKeys
...
Remove deprecated doc on Topology-aware traffic routing with topology keys
2023-07-20 11:16:10 -07:00
Marcelo Giles
e24badb244
Add note that documents yaml compatibility bug
...
Update note with yaml specs changes link
Move yaml warning note to config best practices doc
Rephrase YAML changes note
Fix typo
2023-07-19 10:40:13 -07:00
Mohammed Affan
b2aa1c71d4
Update leases.md
...
Corrected the incorrect(old) label in kubectl command for inspecting Leases for kube-apiserver
2023-07-19 13:01:52 +00:00
Simon Engmann
cfb6309c56
Fix example errors for CrossNamespacePodAffinity
...
Remove references to CrossNamespaceAffinity
The scope CrossNamespaceAffinity does not exist. Attempting to feed the example
YAML to `kubectl create` results in the following error:
> The ResourceQuota "disable-cross-namespace-affinity" is invalid:
> * spec.scopeSelector.matchExpressions.scopeName: Invalid value:
> "CrossNamespaceAffinity": unsupported scope
Add missing operator for CrossNamespacePodAffinity
Trying to create the example ResourceQuotas without an operator results in the
following error from `kubectl create`:
> The ResourceQuota "disable-cross-namespace-affinity" is invalid:
> * spec.scopeSelector.matchExpressions.operator: Invalid value: "": must be
> 'Exist' when scope is any of ResourceQuotaScopeTerminating,
> ResourceQuotaScopeNotTerminating, ResourceQuotaScopeBestEffort,
> ResourceQuotaScopeNotBestEffort or
> ResourceQuotaScopeCrossNamespacePodAffinity
> * spec.scopeSelector.matchExpressions.operator: Invalid value: "": not a valid
> selector operator
The error message itself has another bug, as the operator is Exist*s*, not
Exist.
Signed-off-by: Simon Engmann <simon.engmann@sovity.de>
2023-07-19 09:13:41 +02:00
Sergey Kanzhelev
a0a473ba71
promoted parallel image pulls
2023-07-17 20:30:07 +00:00
maxgio92
2717c63335
chore(docs/storage/persistent-volumes.md): replace master with controlplane
...
Respect the inclusive vocabulary.
2023-07-17 12:02:55 +02:00
carlory
400fbf9cc2
add CSIMigrationRBD feature promotion from alpha to deprecated
2023-07-17 09:51:50 +08:00
Kubernetes Prow Robot
ef686eb8b8
Merge pull request #41817 from mboersma/remove-reconfigure-kubelet
...
Remove reconfigure-kubelet page
2023-07-16 16:15:06 -07:00
Kubernetes Prow Robot
81560e7e89
Merge pull request #41137 from Adi-ty/docs-secret
...
A more clear description for commands in working with secrets section
2023-07-16 16:11:06 -07:00
Kubernetes Prow Robot
603e3d04af
Merge pull request #41948 from mrgiles/40855_sec_checklist_seccomp_status
...
Reword seccomp paragraph to remove alpha feature reference
2023-07-16 15:53:06 -07:00
Kubernetes Prow Robot
371fdc73ba
Merge pull request #41988 from hasanrashid/issue-41864
...
Clarifying number of examples of controllers
2023-07-16 15:51:06 -07:00
Hasan Rashid
ad3a2affde
Update content/en/docs/concepts/overview/components.md
...
Co-authored-by: Michael <haifeng.yao@daocloud.io>
2023-07-15 18:32:27 -04:00
Kubernetes Prow Robot
5e6d914504
Merge pull request #38786 from mattcary/mig-reg
...
Detail zonal provisioning for GCE PD
2023-07-13 05:22:05 -07:00
lakshmi prasuna
4a87fb5850
Mention default type of Service in “Defining a Service” section ( #41855 )
...
* Explain default type of Service in “Defining a Service” section
* incorporated with review comments
* removed unnecessary whitespace
2023-07-13 05:04:06 -07:00
Kubernetes Prow Robot
c185ebb4d4
Merge pull request #37593 from sftim/20221029_improve_workload_apis_overview
...
Improve overview for workload APIs
2023-07-12 05:31:12 -07:00
Kubernetes Prow Robot
bdea620da4
Merge pull request #41991 from thisisharrsh/fix_the_link
...
Fix the broken link for Kubernetes Volume Plugin
2023-07-12 04:59:12 -07:00
harsh
0df0f2a8ab
Fixed the link for Kubernetes Volume Plugin
2023-07-12 13:24:41 +05:30
Hasan Rashid
36fd15ae39
Clarifying number of examples of controllers
2023-07-12 00:15:40 -04:00
Roman Bednar
810a320a48
graduate RetroactiveDefaultStorageClass feature to GA in 1.28
2023-07-11 15:48:04 +02:00
Tim Bannister
ad54bfe6d6
Use simple list for workload API section index
2023-07-11 09:36:34 +01:00
Tim Bannister
50635afc37
Improve overview for workload APIs
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Aldo Culquicondor <acondor@google.com>
2023-07-11 09:36:34 +01:00
shubham82
483bee8462
Fix feature state for MixedProtocolLBService
2023-07-10 16:59:26 +05:30
Marcelo Giles
3581bb036d
Reword seccomp paragraph to remove alpha feature reference
...
Fix capitalization
2023-07-09 09:46:29 -07:00
Raghunandan16
23aea946b5
Fix wrong feature state ( #41927 )
...
* Feature Gate state
* fixed markdown
2023-07-09 03:15:03 -07:00
Marcelo Giles
dcd3337cbc
Rewrite note on container runtimes
2023-07-07 18:28:36 -07:00
Kubernetes Prow Robot
64867627ff
Merge pull request #41906 from kinvolk/rata/userns-1.27
...
content: Clarify version requirements for userns and other minor fixes
2023-07-07 06:33:04 -07:00
Rodrigo Campos
cc2ca7a644
content: Make userns statement about dockerd timeless
...
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-07-07 15:23:13 +02:00
Kubernetes Prow Robot
25427099cc
Merge pull request #41909 from thisisharrsh/fix_link
...
Fix broken link for IPv4/IPv6 dual-stack (Windows)
2023-07-07 05:11:04 -07:00
Rodrigo Campos
aa5975d39d
content: Remove old not about userns
...
The note is no longer valid (the branch was already merged and the
merged was done correctly).
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-07-07 12:47:17 +02:00
Rodrigo Campos
0797a850da
content: Fix typos in versions requirements for userns
...
The variable expansion is wrong: it currently expands to 1.27.3 on the
rendered website, so it says it is supported in 1.27 and that it is not.
Let's just re-work this paragraph so it is cleaerer and the variable
expansion is what we want (1.27 and not 1.27.3)-
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-07-07 12:45:50 +02:00
harsh
7e37e6ff70
Modified the link for IPv4/IPv6 link for windows support.
2023-07-07 11:38:34 +05:30
Kubernetes Prow Robot
9991d011ed
Merge pull request #41912 from akshayamadhuri/akshayamadhuri-patch-7
...
Update ephemeral-volumes.md
2023-07-06 21:11:03 -07:00
AKSHAYA MADHURI
26a08f8d35
Update ephemeral-volumes.md
2023-07-06 19:39:09 +05:30
harsh
ec3ae13ac1
Fixed the link for IPv4/IPv6 dual-stack
2023-07-06 17:55:44 +05:30
Anton Gilgur
74ee1d9875
docs(storage-classes): add section on default `StorageClass` ( #41843 )
...
* docs(storage-classes): add section on default StorageClass
- empty commit at the beginning for the squash
- PR template asks the first commit to be named appropriately for squashes
* Update storage-classes.md
Add Note at the end about having a single default storage class is preferred and that Kubernetes does not prevent you from having multiple storage classes.
* Updated storage-classed.md
Updated storage-classed.md based on feedback.
* update storage-class.md
Updated storage-class.md based on feedback
* fix feedback and grammar
- consistently use StorageClass, as that's how it's mostly used in this doc and the PVC doc
- except when it is plural, in that case "storage classes" is used
- fix docs reference to use the proper title of the doc too, which also has it as one word
- consolidate two sentences together that both describe what a default StorageClass is for
- `storageClassName` is the specific PVC field; use backticks and camelCase when describing it
- remove extra new line
- minor grammar and spacing fixes
- more than one space was occassionally used
- a cloud provider will similarly only ever set _one_ default StorageClass, so use singular instead of plural
* docs(storage-classes): add section on default StorageClass
- the PVC docs reference this and there is an administrator guide on how to change this, but no section within the central Storage Classes document
- this has made it a bit difficult to explain how that a default StorageClass exists as the StorageClass docs themselves barely mention it
- with a new section, this makes it very clear and links out to other existing docs on the topic
- based off a previous PR that went through some review cycles and added this section but was never merged
* update what happens when multiple defaults exist
- c.f. 962235c86a (diff-77fd84defc818b9e6010794bf87e0eece0960dfeff196e19b7d84da8de15ddffR67)
- chooses the newest by default
* slight modifications according to the style guide
- simplify dynamic provisionining reference
- it's specific, but very accurate, so I'm hesitant to remove more pieces of it
- simplify tense; this is still a "hypothetical" (if/when) scenario, so still not present tense, but simpler past perfect tense instead of future perfect tense
- futher modifications welcome!
* use a relative path to the doc instead of a URL
Co-authored-by: Rey Lejano <rlejano@gmail.com>
---------
Co-authored-by: Ju Lim (Red Hat) <julim@redhat.com>
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-07-05 21:55:03 -07:00
Kubernetes Prow Robot
b305fdaa5a
Merge pull request #41157 from able8/fix-a-shell-command-in-examples
...
Fix a shell command in examples of "Init Containers" page
2023-07-05 15:19:03 -07:00
Kubernetes Prow Robot
8546f1908b
Merge pull request #41395 from tengqm/improve-sys-logs
...
Improve sys logs page by clarifying options dropped
2023-07-05 15:17:03 -07:00
Kubernetes Prow Robot
3342cbf645
Merge pull request #41297 from tengqm/clarify-prestop-hook
...
Clarify prestop hook invocation condition
2023-07-05 15:15:04 -07:00
Matt Boersma
bb4337e8d2
Remove reconfigure-kubelet page
2023-07-05 08:04:46 -06:00
Kubernetes Prow Robot
bdbe3dc14f
Merge pull request #41845 from yanggangtony/fix-typo-words
...
Fix typo words in pod describe
2023-07-04 23:54:55 -07:00
Rishit Dagli
e7cf1ca19b
Merge dev-1.28 into main
2023-07-04 19:21:49 -04:00
Kubernetes Prow Robot
a4a08726d8
Merge pull request #41804 from ffromani/podresources-ga-fixup
...
node: fix release state for podresources API
2023-07-03 03:36:52 -07:00
Kubernetes Prow Robot
aa86f39e63
Merge pull request #41846 from ffromani/devmgr-topomgr-ga
...
Fix stale feature state for device plugin integration with Topology Manager
2023-07-03 01:42:51 -07:00
lakshmi
7df9f487ac
fix broken link[avoiding-collisions]
2023-07-03 13:07:29 +05:30
Francesco Romani
df62b9bed1
node: integration with topology manager is stable
...
Retroactively fix the feature state:
- device manager GA'd in 1.26
- topology manager GA'd in 1.27
thus we can safely call the integration between topology and device
managers GA in 1.27
Signed-off-by: Francesco Romani <fromani@redhat.com>
2023-07-03 07:44:09 +02:00
yanggang
67ec5feea2
fix typo words in pod describe.
...
Signed-off-by: yanggang <gang.yang@daocloud.io>
2023-07-03 10:07:37 +08:00
AKSHAYA MADHURI
d1b90faec8
Update storage-classes.md
2023-07-02 16:51:32 +05:30
AKSHAYA MADHURI
80f42ed9b5
Update storage-classes.md
2023-07-02 12:10:27 +05:30
Kubernetes Prow Robot
fd7fa1ffad
Merge pull request #41195 from sftim/20230223_add_detail_headless_service
...
Document detail about headless Services
2023-06-30 21:58:43 -07:00
Kubernetes Prow Robot
9ee99313f8
Merge pull request #41797 from enyiakwu/patch-2
...
Fixed typo for taint-and-toleration.md
2023-06-30 21:34:43 -07:00
Ugur
b773649fb2
improvement psa document fix
...
Signed-off-by: Ugur <ugurozturk918@gmail.com>
2023-06-30 16:20:31 +02:00
Kubernetes Prow Robot
c5ee8294f5
Merge pull request #38551 from sftim/20221219_migrate_aws_specifics_from_service
...
Move AWS Service annotation details to reference page
2023-06-30 06:24:42 -07:00
Kubernetes Prow Robot
aa8eabc49a
Merge pull request #40375 from candrews/patch-1
...
Clarify image pull policy regarding digests
2023-06-30 06:22:43 -07:00
Ugur
26f72a7358
improvement psa document
...
Signed-off-by: Ugur <ugurozturk918@gmail.com>
2023-06-30 13:09:21 +02:00
Mike Mwanje
0066c6b685
remove misleading note
2023-06-29 16:13:47 +00:00
Mike Mwanje
b6ae431591
improve explanation on when to use 'data' and 'stringData' fields
2023-06-29 15:05:31 +00:00
Francesco Romani
3e0e88dadc
docs: podresources API is stable
...
Mark the API, needed to monitor the device plugins, as stable
Signed-off-by: Francesco Romani <fromani@redhat.com>
2023-06-29 14:04:46 +02:00
Max
d61f12d86f
fixed typo for taint-and-toleration.md
2023-06-29 12:50:35 +01:00
Rayo
10e15641bd
Update content/en/docs/concepts/overview/working-with-objects/namespaces.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-06-29 12:14:55 +08:00
Rayo
d287886f7b
Update content/en/docs/concepts/overview/working-with-objects/namespaces.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-06-29 12:14:42 +08:00
Mike Mwanje
2649069270
add explanation on when to use each of 'data' and 'stringData'
...
fields
2023-06-28 17:18:43 +00:00
Mike Mwanje
807103fc21
Replace data with stringData in TLS secret example
2023-06-28 17:18:43 +00:00
Rayowang
23ea8a1dc7
fix: unclear documentation on NamespaceDefaultLabelName feature gate
2023-06-29 00:53:20 +08:00
Max
4116be05c0
Update taint-and-toleration.md
...
fixed some typos
2023-06-28 17:33:53 +01:00
Tim Bannister
5a9803346c
Move AWS Service annotation details to reference page
2023-06-26 21:39:12 +01:00
Kevin Grigorenko
810a7cc2c0
Clarify IBM Java and IBM Semeru Runtimes cgroupsV2 support
...
Signed-off-by: Kevin Grigorenko <kevin.grigorenko@us.ibm.com>
2023-06-26 13:41:50 -05:00
Vilsol
1732bd8fc0
A secret type must be used for pull secret to work
2023-06-25 22:01:39 +03:00
Rishit Dagli
e2dc67dbc1
Merge pull request #3 from Rishit-dagli/main
...
Merged main dev-1.28
2023-06-21 13:09:03 -04:00
Kubernetes Prow Robot
c43c360bf4
Merge pull request #41639 from pbxqdown/patch-1
...
Fix node score calculation in resource-bin-packing.md
2023-06-17 19:48:19 -07:00
Kevin Hannon
01c9decf7d
rename PodHasNetwork to PodReadyToStartContainers ( #40945 )
...
* rename PodHasNetwork to PodReadyToStartContainers
* add note for condition rename
* add feature gate removal
* Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
---------
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-06-16 16:44:19 -07:00
Kubernetes Prow Robot
a631f1bc9c
Merge pull request #41514 from T-Lakshmi/init-containers
...
updated init-containers page
2023-06-15 02:24:18 -07:00
Qian_Xiao
972abbf09f
Fix node score calculation in resource-bin-packing.md
...
The nodescore calculation formula misses parentheses causing it confusing to understand.
2023-06-14 13:41:54 -07:00
Vaibhav Goel
290b12ca94
Removed the keyword new from dynamic-resource-allocation.md ( #41483 )
...
* Removed the new keyword from dynamic-resource-allocation.md
* Updated the grammar in dynamic-resource-allocation.md
2023-06-12 17:59:57 -07:00
Dipesh Rawat
940a468973
Remove deprecated Service topologyKeys
2023-06-11 00:08:02 +01:00
Kubernetes Prow Robot
3ae9cee6c8
Merge pull request #41507 from ronaknnathani/patch-1
...
Fixes a typo for "concurrency" in PriorityLevelConfiguration section
2023-06-08 08:16:15 -07:00
Kubernetes Prow Robot
75ece85e56
Merge pull request #41278 from tengqm/fix-41089
...
Add link to reclaiming policy
2023-06-08 08:10:13 -07:00
Kubernetes Prow Robot
386c390e52
Merge pull request #35011 from Kartik494/resourcequotabehavior
...
Document the resource quota working and steps require to enforce resource quota on ephemeral storage
2023-06-08 03:02:14 -07:00
lakshmi
a3fc330e0c
incorporated the review comments.
2023-06-08 15:14:29 +05:30
Kubernetes Prow Robot
96893f8dc6
Merge pull request #41431 from vszabo2/patch-1
...
Fix referenced paths in Service page
2023-06-07 11:04:14 -07:00
lakshmi
ff636abaa4
updated init-containers page
2023-06-07 11:49:01 +05:30
Ronak Nathani
f8da7d4ad9
Fixes a typo for "concurrency" in PriorityLevelConfiguration section
2023-06-06 10:07:50 -04:00
Kubernetes Prow Robot
06a06cb3f7
Merge pull request #41402 from pacoxu/container-runtime-cleanup
...
Container runtime cleanup
2023-06-05 01:36:44 -07:00
Qiming Teng
eea76d1110
Add some tidy up changes for retriggering the CI
2023-06-05 12:46:41 +08:00
Qiming Teng
d88628bc3d
Add link to reclaiming policy
2023-06-05 12:46:25 +08:00
Kubernetes Prow Robot
1c1e5f21e4
Merge pull request #41424 from windsonsea/patchver
...
replace `currentVersion` with `currentPatchVersion` in concepts
2023-06-03 15:00:41 -07:00
Qiming Teng
60dc217cbb
Apply some line wrapping cleanup
2023-06-03 19:56:13 +08:00
Qiming Teng
1e3b4d337d
Clarify that some logging options are already dropped
2023-06-03 17:31:27 +08:00
Victor Szabo
417d1f3b5b
Fix referenced paths in Service page
...
In the External IPs section, the text mentions a couple of paths from the Service manifest that determine how clients can access the service. Those paths are misspelled, and this commit fixes that.
2023-06-02 16:04:20 -07:00
Kubernetes Prow Robot
90c074940b
Merge pull request #41326 from tamilselvan1102/k8s-doc-web-20230525
...
Add glossary tooltip for kubelet
2023-06-02 10:18:53 -07:00
Michael
50bec1f123
replace currentVersion with currentPatchVersion in concepts
2023-06-02 18:56:23 +08:00
Kubernetes Prow Robot
d703ea5c4c
Merge pull request #41406 from Ritikaa96/remove-redundant-selector-from-url
...
Removing redundant #selector in url and adding line-wrapping cleanup
2023-06-02 01:54:53 -07:00
Kubernetes Prow Robot
66edf52b6b
Merge pull request #41413 from windsonsea/ingressy
...
Tweak line wrappings in /services-networking/
2023-06-01 16:43:45 -07:00
Kubernetes Prow Robot
0246de63f5
Merge pull request #41412 from windsonsea/tweak
...
tweak line wrappings in concepts/storage/
2023-06-01 16:41:46 -07:00
Kubernetes Prow Robot
0debd148bf
Merge pull request #41286 from sairameshv/exec_probe
...
Add a caution regarding the `exec` probe mechanism
2023-06-01 09:29:46 -07:00
Kubernetes Prow Robot
5f352713b6
Merge pull request #41351 from JimBugwadia/update_policies_concepts
...
update policies concepts page
2023-06-01 08:41:46 -07:00
Michael
49135cefb8
Tweak line wrappings in /services-networking/ingress.md
2023-06-01 21:38:11 +08:00
Michael
2886944017
tweak line wrappings in storage/
2023-06-01 21:20:18 +08:00
Paco Xu
0731e3877c
sync status with https://github.com/kubernetes/kubernetes/pull/114017
2023-06-01 18:13:57 +08:00
Paco Xu
ab4604aa4c
remove
2023-06-01 18:13:57 +08:00
Ritikaa96
e67417a283
Removing redundant #elector in url and adding line-wrapping cleanup, without changing the text.
...
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-06-01 13:24:48 +05:30
Tamilselvan
b189eebd48
wrapping in to <80 characters
2023-05-31 10:40:25 +05:30
Kubernetes Prow Robot
df7cbd1a3a
Merge pull request #40639 from gjkim42/update-expanded-dns-config-docs-for-ga
...
Update ExpandedDNSConfig docs for GA
2023-05-30 19:33:44 -07:00
xuzhenglun
485133f805
promote ServiceNodePortStaticSubrange to beta
2023-05-31 10:04:53 +08:00
Gunju Kim
8d42b3a9a0
Update ExpandedDNSConfig docs for GA
2023-05-31 09:19:14 +09:00
Kubernetes Prow Robot
1d2727be56
Merge pull request #41330 from mrgiles/32048_document_kubelet_img_cred_prov_concept
...
Document kubelet image credential provider extension concept
2023-05-30 16:37:44 -07:00
Marcelo Giles
54bfa620f3
Use shortcode
2023-05-30 16:33:53 -07:00
Kubernetes Prow Robot
c8773e546d
Merge pull request #41271 from mrgiles/31719_clarify_job_completionMode_rare_condition
...
Add note for when multiple pods are started for the same job index
2023-05-30 16:31:43 -07:00
Marcelo Giles
f838c75164
Fix sentence
2023-05-30 16:20:10 -07:00
Marcelo Giles
e0e2354a2d
Capitalize kubelet
2023-05-30 16:02:55 -07:00
Kubernetes Prow Robot
1a22d90894
Merge pull request #41232 from mrgiles/24627_cluster_add_ons_add_cni_ref
...
Add CNI plugin to list of Addons
2023-05-30 10:43:51 -07:00
Jim Bugwadia
e5d5a3f5f9
Update content/en/docs/concepts/policy/_index.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-05-29 18:49:59 -07:00
James Williams
8dbe3483af
Fix typo in labels.md
2023-05-28 08:25:49 +01:00
Jim Bugwadia
9def456bca
update policies concept
...
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
2023-05-27 17:04:35 -07:00
tamilselvan1102
3cf47e9bb0
Add glossary tooltip for kubelet
2023-05-25 17:28:45 +05:30
Kartik Sharma
8404c668f8
Merge branch 'main' into resourcequotabehavior
2023-05-25 11:43:13 +05:30
Qiming Teng
06852a5c95
Apply some tidy up to the page
2023-05-25 10:50:36 +08:00
Kubernetes Prow Robot
e2fe34eabd
Merge pull request #41314 from mrgiles/32047_legacy_kubelet_img_pull_creds
...
Fix Kubernetes typo
2023-05-24 19:46:50 -07:00
Marcelo Giles
b4a3763273
Fix Kubernetes typo
2023-05-24 18:34:15 -07:00
Kubernetes Prow Robot
4a46cec7b8
Merge pull request #41287 from mrgiles/32047_legacy_kubelet_img_pull_creds
...
Reinstate kubelet's pull credentials provider mechanism info
2023-05-24 17:24:49 -07:00
Marcelo Giles
873b01b097
Reinstate kubelets credential provider info
...
Add (GCR) to list item
Add missing acronyms to list
Rewrite kubelet legacy credential provider
Update section title header
2023-05-24 17:04:50 -07:00
Or Raz
79ce53d337
Update nodes.md
...
Redundant spaces results in a break of new line.
2023-05-24 14:33:22 +03:00
Sreeram Venkitesh
81fd15afe4
Added section on operators for `nodeAffinity` and `podAffinity` ( #39742 )
...
* Added section in the docs about the behaviour of operator in the node and pod affinity docs
* Fixes from review
* Fixed podAffinity and added note about non-integer values
* Fixes from review
* Fixed review comments
* Fixes from review
2023-05-24 01:18:50 -07:00
Qiming Teng
ef1b3bfd4e
Clarify the condition when preStop hook is invoked
2023-05-24 12:07:55 +08:00
Michael
f0e755caae
Fix step indentations in windows user guide ( #41283 )
2023-05-24 10:55:16 +08:00
Sai Ramesh Vanka
0ef0dedf3a
Add a caution regarding the `exec` probe mechanism
...
Reference Issue: https://github.com/kubernetes/website/issues/41084
1. Exec probe's implementation involves the Kubelet making a gRPC call to the
underlying CRI which inturn involves in the creation of multiple processes that
require a good amount of cpu usage whenever the probe is executed.
2. Whereas the other probes namely `http/gRPC/tcp` involves the Kubelet alone making
a call to the container.
3. There might be a significant amount of cpu overhead in the cases of
higher pod densities, lower periodic intervals when the exec probe is configured.
4. Hence, it would be a good idea to alert the user to opt for the other available probes
in case of the above mentioned scenarios.
Signed-off-by: Sai Ramesh Vanka <svanka@redhat.com>
2023-05-23 21:54:18 +05:30
Kubernetes Prow Robot
0b82613e89
Merge pull request #41274 from erezyfntn/patch-5
...
Add FortiADC Ingress controller
2023-05-23 09:02:29 -07:00
lakshmi prasuna
589f10154f
Added more points to what's next section under deployment page ( #38230 )
...
* Added more points to what's next section under deployment page
* updated content as per review comment
* reworked on comments
* rebase and reworked
* fix format
* Update deployment.md
---------
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-05-23 03:06:26 -07:00
erezyfntn
5568df7da2
Update ingress-controllers.md
2023-05-23 08:26:11 +03:00
Marcelo Giles
ca366f73d8
Add note for multiple pods for same job index
2023-05-22 18:06:01 -07:00
Marcelo Giles
a219b8c2b5
Add CNI to list of addons
2023-05-19 14:06:46 -07:00
Marcelo Giles
a79dee21fb
Remove Docker volumes background reference
2023-05-19 11:22:25 -07:00
Kubernetes Prow Robot
fcec68a2a9
Merge pull request #41183 from sbhrule15/clarify-default-mount-behavior-secret-configmap
...
Clarify documentation around default mount permissions for Secrets and ConfigMaps
2023-05-18 17:20:27 -07:00
Joshua Pare
74770e7025
default readonly mounting is not specified
2023-05-18 09:57:16 -05:00
Tim Bannister
9c26f03b3f
Document detail about headless Services
2023-05-17 20:02:29 +01:00
Aditya Singh
b8c826abeb
Removed unnecessary < and >
2023-05-17 21:47:13 +05:30
Kubernetes Prow Robot
093971ab31
Merge pull request #41094 from mrgiles/39212_server_field_validation
...
Add server side field validation section
2023-05-17 05:40:33 -07:00
Marcelo Giles
921936d6a7
Update default kubectl validate statement
2023-05-16 11:34:32 -07:00
Marcelo Giles
071225cc4d
Update SSFV versions paragraph
2023-05-16 09:58:57 -07:00
Kubernetes Prow Robot
d219572a20
Merge pull request #38563 from sftim/20221219_revise_service_concept_after_introduction_for_a_bit
...
Revise Service concept, part 13
2023-05-15 18:05:14 -07:00
Kubernetes Prow Robot
821ca22ac1
Merge pull request #40915 from mrgiles/37738_securing_cluster_checklist_align
...
Add links between Securing a Cluster and Security Checklist for alignment
2023-05-15 13:45:34 -07:00
Kubernetes Prow Robot
89b0888a81
Merge pull request #41091 from pran2711/FirstPR
...
Updated Internal Load Balancer annotation for GCP
2023-05-15 13:41:34 -07:00
Sergey Kanzhelev
d22f3b970b
Clarify pod scheduling during node graceful termination ( #41061 )
...
* clarify the pods scheduling during graceful termination:
* Update content/en/docs/concepts/architecture/nodes.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
---------
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-05-15 13:39:35 -07:00
Marcelo Giles
8afec0c061
Minor style edits from review
2023-05-15 11:52:08 -07:00
able8
c6ff7aa739
fix a shell command in examples
2023-05-16 00:17:43 +08:00
Marcelo Giles
83265768c2
Add namespaceSelector:matchLabels example ( #41140 )
...
* Add namespaceSelector:matchLabels example
* Change matchLabels for matchExpressions
2023-05-15 00:33:27 -07:00
Andreas Ttofi
253c851b85
add improvement as per issue 28427 ( #41057 )
...
* add improvement as per issue 28427
* Update content/en/docs/concepts/workloads/controllers/deployment.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* dummy commit
---------
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-05-15 11:49:27 +08:00
Aditya
efba341d9b
A more clear description for commands and its uses on secrets page
2023-05-14 22:24:42 +05:30
zhenghao.zhu
59545bf3d7
Cleanup page garbage-collection and nodes
2023-05-13 14:18:53 +08:00
Marcelo Giles
81014baced
Update link
2023-05-11 22:36:38 -07:00
Marcelo Giles
1479cd9866
Add server side field validation section
2023-05-11 22:15:46 -07:00
pran2711
12d473538b
Updated Internal Load Balancer annotation for GCP
2023-05-12 03:10:49 +05:30
Lior Lieberman
b4c1c2e593
new description for appProtocol docs to reflect KEP-3726 ( #40881 )
...
* add docs to reflect KEP-3726
* trigger tests
* replace "either" with "one of"
Co-authored-by: Qiming Teng <tengqm@outlook.com>
---------
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-05-11 07:29:02 -07:00
niranjandarshann
467da6637a
Updated the page in correct format
2023-05-11 12:20:19 +05:30
Kubernetes Prow Robot
edc769baa4
Merge pull request #39576 from sftim/20220108_improve_api_documentation_objects_part_1
...
Reorganize Working with Kubernetes Objects section
2023-05-10 18:39:09 -07:00
Grant He
a32bff3813
Fix typo ( #40365 )
...
* Fix typo
* Update flow-control.md
2023-05-09 18:32:58 -07:00
Niranjan Darshan
2a10536f1b
Added navigational link for ephemeral and persistent volume ( #40785 )
...
* Added navigational link for ephemeral and persistent volume
* Update volumes.md
2023-05-08 19:24:52 -07:00
Kubernetes Prow Robot
cde5fbdd13
Merge pull request #39578 from sftim/20230220_revise_windows_in_kubernetes_overview
...
Revise windows in kubernetes section
2023-05-08 19:04:51 -07:00
Kubernetes Prow Robot
3103f9c182
Merge pull request #40189 from kgibm/clarifycgroupsv2
...
Clarify cgroupsV2 Java statements
2023-05-08 17:46:51 -07:00
Kubernetes Prow Robot
251599f207
Merge pull request #40896 from ggold7046/patch-2
...
Update _index.md
2023-05-08 17:24:52 -07:00
Kubernetes Prow Robot
fe6f602e5b
Merge pull request #40907 from tengqm/fix-configmap-typo
...
Fix a typo in the configmap concept page
2023-05-08 16:44:52 -07:00
Kubernetes Prow Robot
08f109a1ab
Merge pull request #41030 from rumstead/patch-1
...
docs: correcting article usage
2023-05-08 16:42:52 -07:00
Kubernetes Prow Robot
8d41c429c5
Merge pull request #40285 from sftim/20230324_revise_windows_in_kubernetes_guide
...
Revise Windows container guide
2023-05-08 16:18:51 -07:00
rumstead
335b7a6e35
docs: Update system-metrics.md
2023-05-08 14:02:54 -04:00
lowang-bh
124f6b8c6a
Fix: word spelling ( #41003 )
...
Signed-off-by: lowang_bh <lhui_wang@163.com>
2023-05-08 18:45:14 +08:00
Tamilselvan
1793e17a74
moving 'Pod failure policy' under 'Handling Pod and container failures' ( #40999 )
2023-05-08 17:25:32 +08:00
Kubernetes Prow Robot
9197607e26
Merge pull request #40886 from xak2000/patch-1
...
Fix well-known label name
2023-05-07 06:25:16 -07:00
Kubernetes Prow Robot
eb7c049f04
Merge pull request #40376 from dtzar/patch-1
...
clarify Windows privileged containers feature enablement
2023-05-07 03:51:16 -07:00
Qiming Teng
8dda236d6f
Fix a typo in the configmap concept page
2023-05-07 18:49:20 +08:00
Russ Savage
3bd3118093
feat: Add ngrok k8s ingress controller to the list of Ingress Controllers ( #40794 )
...
* feat: adding ngrok kubernetes controller
* fix: updating ngrok k8s controller text
2023-05-07 03:01:18 -07:00
Kubernetes Prow Robot
884010df9f
Merge pull request #40752 from YiNNx/fix/pod-template-hash
...
[en] fix incorrect pod-template-hash labels in deployment.md
2023-05-07 02:41:15 -07:00
Khush Patibandha
cac1228075
added hyperlink to refer to 'define environment variable for a container' ( #40936 )
...
* added hyperlink to refer to 'define environment variable for a container' to 'deployment'
* hyperlink updated
* 'Deployment' fix and re-wording changes
2023-05-04 06:56:42 -07:00
lakshmi prasuna
01b0c60e41
Updated What's next section under components page. ( #38191 )
...
* updated What's next section under components page.
* Reworked as per the review suggestions.
* updated case for Kubernetes
2023-05-03 17:42:42 -07:00
Tim Bannister
50d7e85643
Migrate from fullVersion param to skew shortcode
...
Use {{< skew currentPatchVersion >}} to render the latest patch version
for the minor release being documented.
2023-05-02 23:25:30 +01:00
Kubernetes Prow Robot
d71b3bdb7d
Merge pull request #40730 from atiratree/LocalStorageCapacityIsolation
...
remove beta reference from LocalStorageCapacityIsolation GA promotion
2023-05-02 15:12:15 -07:00
niranjandarshann
057766eed7
updated link
2023-05-02 00:35:47 +05:30
Marcelo Giles
19a3dc0f6f
Add links between securing cluster and security checklist
2023-04-30 23:28:52 -07:00
Tim Bannister
a460f750c6
Swap headers
...
Use what was previously a second-level heading as the page title.
2023-04-29 21:39:42 +01:00
Tim Bannister
634c17f61c
Reorganize Working with Kubernetes Objects section
...
- move Understanding Kubernetes Objects to be section overview
- within the section, consistently link to the new (moved) page from the
first mention of “object”
- add a redirect
Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2023-04-29 21:39:42 +01:00
AG
6034fb8536
Update _index.md
...
Fixed grammatical errors.
2023-04-29 21:15:30 +05:30
Ruslan Stelmachenko
4d051d9b29
Fix well-known label name
2023-04-28 21:27:29 +02:00
niranjandarshann
d8a6fd602c
fixed broken link
2023-04-28 22:39:33 +05:30
Kubernetes Prow Robot
b24593f83f
Merge pull request #40869 from KhushPatibandha/issue-40742
...
stated 2 problems in a better way for volumes
2023-04-28 06:56:16 -07:00
Kubernetes Prow Robot
3fb98b6020
Merge pull request #40872 from windsonsea/addony
...
tweak line wrappings in addons.md
2023-04-28 00:54:16 -07:00
Luqmaan Hakeem
a370eeefcd
Fixed broken link ( #40103 )
...
* Fixed broken link
* Fixed broken link
Changed back to the old reference text
* Fixed broken link
Co-authored-by: Nitish Kumar <justnitish06@gmail.com>
---------
Co-authored-by: Nitish Kumar <justnitish06@gmail.com>
2023-04-27 16:08:15 -07:00
Michael
da849b4753
tweak line wrappings in addons.md
2023-04-27 21:21:13 +08:00
KhushPatibandha
e517e3ab99
stated 2 problems in a better for volumes
2023-04-27 13:47:38 +05:30
yinn_x
593bca64c5
[en] fix incorrect pod-template-hash labels in deployment.md
2023-04-18 18:52:01 +08:00
Filip Křepinský
7efbeea51f
remove beta reference from LocalStorageCapacityIsolation GA promotion
2023-04-17 14:33:23 +02:00
Tim Bannister
f84c2f9c38
Revise Windows in Kubernetes section
...
- Link to other pages
- Update scheduling guide (partial update)
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-04-17 10:06:11 +01:00
Tim Bannister
c148e37d74
Revise Service concept
...
These changes reorganize the structure of the page to provide a new
focus on the 4 types of Service.
2023-04-17 09:26:33 +01:00
ziyi-xie
95775ad64a
Modified the description about emptyDir sizeLimit
2023-04-17 04:24:25 +00:00
Kubernetes Prow Robot
88c9abee24
Merge pull request #40647 from Huang-Wei/sched-framework-update
...
Update scheduler framework doc to include PreEnqueue
2023-04-14 05:26:40 -07:00
Kubernetes Prow Robot
69f67c3404
Merge pull request #40085 from Ritikaa96/loadbalancerip-deprecation
...
Deprecation Note added for loadbalancerIP
2023-04-14 03:26:39 -07:00
Wei Huang
625b031344
fixup: address comments
2023-04-13 14:37:57 -07:00
Tim Bannister
74cc2bcb93
Drop Windows Server 20H2
...
Windows Server 20H2 is out of upstream support.
2023-04-13 20:03:38 +01:00
Tim Bannister
a2b4fb49e7
Revise Windows container guide
...
This document is a mix of documentation styles, which would be good
to fix long term.
Do some basic cleanup.
Co-authored-by: Mark Rossetti <marosset@microsoft.com>
2023-04-13 20:02:50 +01:00
Wei Huang
936ac5574f
fixup: address comments
2023-04-13 11:36:02 -07:00
Kubernetes Prow Robot
6cf29427f2
Merge pull request #38227 from T-Lakshmi/doc-owner-depnd
...
Updated Owners and Dependents page with glossary tooltip and reference links
2023-04-13 09:20:39 -07:00
Wei Huang
9c88b40f05
Update scheduler framework doc to include PreEnqueue
2023-04-12 20:48:56 -07:00
Kubernetes Prow Robot
fd24a8310f
Merge pull request #40069 from robscott/topology-1.27
...
Updating documentation for Topology Aware Routing in 1.27
2023-04-10 14:29:16 -07:00
Rob Scott
99dedbabf9
Updating documentation for Topology Aware Routing in 1.27
2023-04-10 20:54:06 +00:00
Mickey Boxell
9252eb08f5
Merge remote-tracking branch 'upstream/main' into dev-1.27
2023-04-10 12:20:33 -07:00
David Tesar
8f3790c3a9
clarify Windows privileged containers feature enablement
2023-04-07 10:50:25 -07:00
kartik sharma
095525610d
improvement to resource quota behaviour on resources
...
Update content/en/docs/concepts/configuration/manage-resources-containers.md
Co-authored-by: Chris Negus <striker57@gmail.com>
Update content/en/docs/concepts/configuration/manage-resources-containers.md
Co-authored-by: Chris Negus <striker57@gmail.com>
Update content/en/docs/concepts/configuration/manage-resources-containers.md
Co-authored-by: Chris Negus <striker57@gmail.com>
2023-04-06 09:39:27 +05:30
Kubernetes Prow Robot
9fe8b9c942
Merge pull request #40513 from pacoxu/patch-16
...
add memory qos
2023-04-05 20:47:46 -07:00
Paco Xu
e475112590
add memory qos
2023-04-06 11:42:37 +08:00
Kubernetes Prow Robot
4dcb78cdbd
Merge pull request #40008 from denkensk/update-match
...
doc: forbid to set matchLabelKeys when labelSelector isn’t set in topologySpreadConstraints
2023-04-05 16:57:47 -07:00
Kubernetes Prow Robot
9f76854ffe
Merge pull request #40532 from mickeyboxell/merged-main-dev-1.27
...
Merged main dev 1.27
2023-04-05 16:37:48 -07:00
Mickey Boxell
31439e3d56
Merge branch 'upstream/main' into dev-1.27
2023-04-05 14:20:36 -05:00
Sascha Grunert
53641dfce9
[KEP-2731] Add docs for Kubelet OpenTelemetry Tracing graduation
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-04-05 13:59:33 +02:00
shubham82
9170953e2a
Removed beta stage for TTLAfterFinished.
2023-04-05 16:18:02 +05:30
Kubernetes Prow Robot
f62d58d9bd
Merge pull request #39978 from moshe010/pod-resource-api-dra-doc-upstream
...
Extend PodResources API for Dynamic Resource Allocation
2023-04-04 08:35:53 -07:00
Kubernetes Prow Robot
c55b7f2c13
Merge pull request #39926 from mattcary/docs
...
Update StatefulSet set docs for autodelete graduation to beta
2023-04-04 08:11:54 -07:00
Matthew Cary
407b5af6c3
Update docs for StatefulSetAutoDeletePVC beta in 1.27
2023-04-04 08:05:56 -07:00
Kubernetes Prow Robot
d59af750c0
Merge pull request #39999 from danielvegamyhre/elastic-indexed-job-docs
...
Document elastic indexed Jobs
2023-04-04 06:59:53 -07:00
Sergey Kanzhelev
81dfd0cd00
gRPC GA ( #39919 )
2023-04-04 05:57:54 -07:00
Kubernetes Prow Robot
32e9c3506f
Merge pull request #40017 from atiratree/unhealthy-pod-eviction-policy-beta
...
Update docs for PodDisruptionBudget unhealthy pod eviction policy promotion to Beta
2023-04-04 02:07:53 -07:00
Moshe Levi
eaf9199d07
doc: extend PodResources API for Dynamic Resource Allocation
...
Signed-off-by: Moshe Levi <moshele@nvidia.com>
2023-04-04 10:17:03 +03:00
Kubernetes Prow Robot
03a0ea51ff
Merge pull request #40003 from aravindhp/node-log-query
...
KEP-2258: Node log query documentation
2023-04-03 23:03:51 -07:00
Kubernetes Prow Robot
9360bc5ab8
Merge pull request #40264 from kinvolk/rata/userns-1.25
...
content: Mention containerd 1.7 supports user namespaces
2023-04-03 22:59:51 -07:00
Daniel Vega-Myhre
618a942f9e
document elastic indexed jobs
2023-04-04 01:12:01 +00:00
Aravindh Puthiyaparambil
e16de4e8be
KEP-2258: Node log query documentation
2023-04-03 15:32:21 -07:00
Kubernetes Prow Robot
7b7fa2c8ec
Merge pull request #38874 from sftim/20230110_add_logs_api_to_security_checklist
...
Add /logs API to security checklist
2023-04-03 08:31:51 -07:00
Kubernetes Prow Robot
40a6ff8ad1
Merge pull request #40048 from tzneal/remove-pod-eviction-timeout-docs
...
remove pod-eviction-timeout documentation
2023-04-03 08:27:51 -07:00
Daniel Vega-Myhre
a6d1ec99df
Add docs for mutable scheduling directives on gated Pods ( #40000 )
...
* initial commit
* address comments
* Update content/en/docs/concepts/scheduling-eviction/pod-scheduling-readiness.md
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
* adjust phrasing
* Update content/en/docs/concepts/scheduling-eviction/pod-scheduling-readiness.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
* Update content/en/docs/concepts/scheduling-eviction/pod-scheduling-readiness.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
---------
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-04-03 07:59:51 -07:00
Filip Křepinský
24b259fa36
Promote PodDisruptionBudget UnhealthyPodEvictionPolicy to Beta
2023-04-03 11:28:38 +02:00
Alex Wang
1378908574
doc: forbid to set matchLabelKeys when labelSelector isn’t set in topologySpreadConstraints
...
Signed-off-by: Alex Wang <wangqingcan1990@gmail.com>
2023-04-02 22:55:01 +08:00
Kubernetes Prow Robot
94b30e7c24
Merge pull request #39456 from kannon92/job-labels-off-dev-1-27
...
labels and job updates to mention new labels
2023-04-01 05:01:49 -07:00
Kubernetes Prow Robot
0faa93ceca
Merge pull request #40027 from Jefftree/openapiv3-ga-doc
...
Doc update for KEP-2896 OpenAPIV3
2023-04-01 04:51:49 -07:00
Kubernetes Prow Robot
2da2c6c277
Merge pull request #40407 from mickeyboxell/merged-main-dev-1.27
...
Merged main dev 1.27
2023-03-31 21:49:49 -07:00
Jefftree
0c9ba63075
Address comments
2023-03-31 18:17:30 +00:00
Dan Winship
c2bfdc2685
Add docs for CloudDualStackNodeIPs docs (KEP-3705) ( #40188 )
...
* Document KEP-3705 CloudDualStackNodeIPs
* Clarify --node-ip docs, reference dual-stack docs
Co-authored-by: Tim Bannister <tim@scalefactory.com>
---------
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-03-31 08:15:49 -07:00
Kubernetes Prow Robot
89806e9d66
Merge pull request #40063 from ahg-g/mutable
...
Graduate JobMutableNodeSchedulingDirectives to GA
2023-03-30 23:07:48 -07:00
Jeffrey Ying
17ad96c792
Doc update for KEP-3352 Aggregated Discovery ( #40024 )
...
* Add documentation for aggregated discovery
* Update feature gate
* Update content/en/docs/concepts/overview/kubernetes-api.md
---------
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-03-30 20:49:48 -07:00
Kubernetes Prow Robot
d6350c03bb
Merge pull request #40018 from humblec/dev-1.27
...
KEP-3107 update docs for csiNodeExpand secret support
2023-03-30 20:37:49 -07:00
Rodrigo Campos
2ffb037188
Document user namespace changes in v1.27 (KEP-127) ( #39860 )
...
* content: Update user namespaces version requirements
Also, with the new implementation, the fsGroup was dropped. So removed
the mention to those limitations.
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
* content: Add reference to the userns task in the concepts page
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
---------
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-03-30 20:01:48 -07:00
Kevin Hannon
7b6e694dc7
labels and job updates to mention new labels
2023-03-30 08:46:35 -04:00
Kubernetes Prow Robot
e22e4c5ea6
Merge pull request #40196 from gabrielreid/gabrielreid/remove_redundant_finalizer_description_en
...
Remove redundant description of finalizers
2023-03-29 21:47:48 -07:00
Kubernetes Prow Robot
2056e6aff2
Merge pull request #40356 from tk3fftk/patch-1
...
fix links in service-accounts.md
2023-03-29 21:09:48 -07:00
ahg-g
7e6eb03b7e
Graduate JobMutableNodeSchedulingDirectives to GA
2023-03-30 00:20:23 +00:00
Mickey Boxell
a15fa4ae31
Merge remote-tracking branch 'upstream/main' into dev-1.27
2023-03-29 15:54:33 -05:00
Daniel Finneran
58ad4ee221
Update ingress-controllers.md
...
This adds Cilium to the list of ingress controllers.
2023-03-29 17:19:00 +01:00
Craig Andrews
28c9534bf8
Clarify image pull policy regarding digests
...
If the digest is specified, the default is `imagePullPolicy` is `IfNotPresent` (the same as if a tag is provided).
2023-03-28 12:57:09 -04:00
Kubernetes Prow Robot
225f20cdcb
Merge pull request #40320 from logicalhan/tracing-docs
...
update APIServerTracing docs
2023-03-28 07:22:21 -07:00
Hiroki Takatsuka
47319756be
fix links in service-accounts.md
2023-03-28 14:48:04 +09:00
Paco Xu
a67328526b
update IdentifyPodOS as it is removed
2023-03-28 10:42:07 +08:00
Kubernetes Prow Robot
dc359fe184
Merge pull request #37489 from Rishit-dagli/Rishit-dagli-apf-reject-reason
...
Add the "cancelled" reason for rejection in docs
2023-03-27 10:54:27 -07:00
Jefftree
a36e0381fe
Update OpenAPI V3 for GA
2023-03-27 17:00:44 +00:00
Rodrigo Campos
d2cd6ca266
content: Mention containerd 1.7 supports user namespaces
...
containerd 1.7 was just released with user namespaces support. Let's
mention which kubernetes versions should work with container 1.7.
While we are there, let's clarify the CRI-O version and not duplicate
the requirements in the concept and task pages and just add a link
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-03-27 16:20:08 +02:00
Han Kang
c3d698a443
update APIServerTracing docs
2023-03-26 09:41:54 -07:00
Kubernetes Prow Robot
2c0c3cf08e
Merge pull request #39820 from ragaller/patch-1
...
Fix typo in service.md
2023-03-25 09:33:53 -07:00
Kubernetes Prow Robot
324c3869ff
Merge pull request #40227 from sftim/20230322_revise_service_concept
...
Tweak headings for port definitions within Service concept
2023-03-25 09:19:53 -07:00
Kubernetes Prow Robot
e56041895e
Merge pull request #39462 from SaumyaBhushan/Issue38146
...
updated the broken link for xfs.org site
2023-03-25 09:09:53 -07:00
Kubernetes Prow Robot
6a7730882f
Merge pull request #39732 from ruiwen-zhao/parallel
...
Document update for MaxParallelImagePulls
2023-03-25 08:21:53 -07:00
Kevin Grigorenko
24d2120fa1
Clarify cgroupsV2 Java statements
...
Signed-off-by: Kevin Grigorenko <kevin.grigorenko@us.ibm.com>
2023-03-24 14:15:45 -05:00
Saumya
48eee13cf2
Merge branch 'kubernetes:main' into Issue38146
2023-03-24 09:51:01 +05:30
windsonsea
e6ba669447
fix a 404 link in pod-qos.md
2023-03-23 23:45:20 +08:00
Humble Chirammal
ea3b7b44e7
KEP-3107 update docs for csiNodeExpand secret support
...
This feature has moved to Beta in this release. The documentation
has been updated to reflect the same.
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2023-03-23 16:23:07 +05:30
Kubernetes Prow Robot
0cbb4d0e7a
Merge pull request #39809 from mimowo/update-docs-about-handling-deleted-pods
...
Update docs for KEP3329: "Retriable and non-retriable Pod failures for jobs
2023-03-22 22:28:22 -07:00
ruiwen-zhao
ee72c54853
Document update for MaxParallelImagePulls
...
Signed-off-by: ruiwen-zhao <ruiwen@google.com>
2023-03-23 04:11:59 +00:00
Tim Bannister
ccbe92e360
Revise Service concept
...
Redo headings for port definitions
2023-03-22 15:01:28 +00:00
Kubernetes Prow Robot
b399d833f8
Merge pull request #39905 from saschagrunert/dev-1.27-downward-api-hugepages
...
[KEP-2053] Add docs for DownwardAPIHugepages graduation
2023-03-22 02:08:36 -07:00
Sascha Grunert
bcff6ab600
[KEP-2053] Add docs for DownwardAPIHugepages graduation
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-03-22 10:01:47 +01:00
Kubernetes Prow Robot
cbd2920d8d
Merge pull request #40117 from ystkfujii/fix/typo
...
Fix typo in workloads/controllers/daemonset
2023-03-22 01:44:36 -07:00
Kubernetes Prow Robot
1ac62a1ec5
Merge pull request #39850 from xuzhenglun/dev-1.27
...
add doc for ServiceNodePortStaticSubrange
2023-03-22 00:48:35 -07:00
Kubernetes Prow Robot
8f1b83b8cc
Merge pull request #38129 from Ritikaa96/cloud-controller
...
Correcting format of cloud-controller-md What's Next section
2023-03-21 23:26:35 -07:00
Shubham
458c0e3b26
Improvement: Added the Note for External applications. ( #39691 )
...
* Improvement: Added the word External applications.
* Added the Note for External Applications.
* Modify the note
2023-03-21 20:08:36 -07:00
xuzhenglun
6887d395f3
add docs in service concepts
2023-03-22 10:54:06 +08:00
Kubernetes Prow Robot
fef3fbfe84
Merge pull request #40176 from mickeyboxell/merged-main-dev-1.27
...
Merge remote-tracking branch 'upstream/main' into dev-1.27
2023-03-21 16:52:00 -07:00
Kubernetes Prow Robot
29f0dd8094
Merge pull request #39823 from pwschuurman/kep-3335-beta-docs
...
Update StatefulSetStartOrdinal documentation to target beta in 1.27
2023-03-21 13:12:12 -07:00
Gabriel Reid
138b825d31
Remove redundant description of finalizers
...
Remove redundant information about finalizers on the finalizers
page within the "working with objects" section.
The same description of finalizers is imported directly from the
glossary, so previous to this commit a nearly identical paragraph
is repeated.
For reference, the text imported from the glossasry is
> You can use finalizers to control garbage collection of resources.
> For example, you can define a finalizer to clean up related resources
> or infrastructure before the controller deletes the target resource.
while the text being removed in this commit is:
> You can use finalizers to control garbage collection of resources
> by alerting controllers to perform specific cleanup tasks before
> deleting the target resource.
2023-03-21 19:52:15 +01:00
Michal Wozniak
801b556183
Update for KEP3329: "Retriable and non-retriable Pod failures for Jobs"
...
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
2023-03-21 15:56:19 +01:00
Ritikaa96
9e7b29be21
Making changes as per reviews
...
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-03-21 19:59:55 +05:30
Ritikaa96
78c34c1fc5
Updating cloud-controller-md reference section
2023-03-21 19:18:32 +05:30
Ritikaa96
c79c8f2a12
Adding loadbalancerdeprecation info and removing Azure Info in NOTE
...
Signed-off-by: Ritikaa96 <ritika@india.nec.com>
2023-03-21 19:06:38 +05:30
Ritikaa96
b17509592b
Deprecation Note addedi for loadbalancerIP
2023-03-21 19:06:38 +05:30
Todd Neal
3a81c94ba8
remove pod-eviction-timeout documentation
...
pod-eviction-timeout has been removed from v1.27, update the docs to
reference the taint based eviction that is now the default and only
mechanism.
2023-03-21 08:00:33 -05:00
Mickey Boxell
79fd7f88d6
Merge remote-tracking branch 'upstream/main' into dev-1.27
2023-03-20 21:58:19 -05:00
Kubernetes Prow Robot
e2526aa6c4
Merge pull request #39835 from soltysh/cronjob_tz_ga
...
Promote CronJobTimeZone to stable
2023-03-20 05:01:18 -07:00
Maciej Szulik
b6b1fc392d
Promote CronJobTimeZone to stable
2023-03-20 12:58:12 +01:00
Kubernetes Prow Robot
f6a72d133c
Merge pull request #39843 from chrishenzie/read-write-once-pod-docs
...
Update ReadWriteOncePod feature to beta
2023-03-19 19:49:16 -07:00
Yash Pimple
434469c084
Updated docs for EndpointSliceTerminatingCondition ( #38701 )
...
* Rebased issue #38390
* Updated endpoint-slices.md
Resolved issue #38701
* Updated endpoint-slice.md
* endpoint-slice.md
* New endpoint-slice.md file
* Updated endpoint-slice.md
2023-03-19 19:27:16 -07:00
ystkfujii
9885754ed0
fix typo
2023-03-19 03:13:03 +09:00
Patrick Ohly
5beb348e62
dynamic resource allocation: update for 1.27
...
The API group was bumped to make some incompatible internal changes and the
user-visible renaming of PodScheduling to PodSchedulingContext.
2023-03-17 20:31:48 +01:00
Tim Bannister
52bb8f9282
Add /logs API to security checklist
...
It's best to disable this API, which is deprecated at the time of
writing.
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
2023-03-16 17:38:38 +00:00
Sergey Kanzhelev
ae17e46f73
Document behavior of endpoints with the feature EndpointSliceTerminatingCondition ( #36791 )
...
* new behavior of endpoints with the feature gate EndpointSliceTerminatingCondition
* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
* fixing feature gate versions
---------
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2023-03-15 08:32:17 -07:00
Chris Henzie
e600a75b41
Update ReadWriteOncePod feature to beta
2023-03-14 13:52:52 -07:00
Peter Schuurman
112f01d2fc
Update KEP-3335 documentation for beta in 1.27
2023-03-13 12:08:31 -07:00
JenTing Hsiao
a4a5b15ee7
Quota the variable
...
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
2023-03-13 10:14:24 +08:00
Dhairya-Arora01
64af02f281
fixed the outdated link
2023-03-12 14:17:00 +00:00
Saumya
f90a5d67d5
Update content/en/docs/concepts/configuration/manage-resources-containers.md
...
Co-authored-by: Rey Lejano <rlejano@gmail.com>
2023-03-11 21:34:52 +05:30
Kubernetes Prow Robot
bd456cf518
Merge pull request #39824 from mickeyboxell/merged-main-dev-1.27
...
Merged main dev 1.27
2023-03-10 07:00:40 -08:00
Kubernetes Prow Robot
c05bf92e36
Merge pull request #39781 from davidxia/patch-3
...
fix docs: update user-namespaces.md for English usage
2023-03-09 07:32:04 -08:00
Kubernetes Prow Robot
fe254a7e18
Merge pull request #39745 from skypeter1/patch-1
...
Update endpoint-slices.md
2023-03-09 07:26:04 -08:00
Kubernetes Prow Robot
12b0a04fc4
Merge pull request #39538 from Santosh1176/calico-link
...
Correct link to Calico installation
2023-03-09 01:00:00 -08:00
EliSzBr
1290b02fd3
adjust docs for feature maturity ( #39791 )
...
as per the [docs](https://github.com/kubernetes/website/blob/main/content/en/docs/concepts/services-networking/service.md?plain=1#L697 ) this is no longer an alpha feature, but stable.
Either that or I don't understand it well as a k8s noobie and it should be clarified 😄
2023-03-09 15:39:42 +08:00
adi-wan-askui
4217aeb236
Update cron-jobs.md ( #39813 )
...
fix typo
2023-03-09 15:25:27 +08:00
Kubernetes Prow Robot
d3979d5150
Merge pull request #39773 from Huang-Wei/1.27/PodSchedulingReadiness-beta
...
Doc for Beta feature PodSchedulingReadiness
2023-03-08 23:14:01 -08:00
Santosh Kaluskar
b6a0d1c29d
update calico link
...
Signed-off-by: Santosh Kaluskar <dtshbl@gmail.com>
2023-03-09 11:36:39 +05:30
Kubernetes Prow Robot
243bba0f77
Merge pull request #39757 from ClimberJ/patch-1
...
Removed duplicate word
2023-03-07 05:46:34 -08:00
Alex Wang
d84256921b
doc: graduate matchLabelKeys in podTopologySpread to beta
...
Signed-off-by: Alex Wang <wangqingcan1990@gmail.com>
2023-03-07 11:07:09 +08:00
Mickey Boxell
987edf7ef0
Merge remote-tracking branch 'upstream/main' into dev-1.27
2023-03-06 19:22:46 -06:00
Georg Ragaller
36f93de9f2
Fix typo in service.md
2023-03-06 21:24:50 +01:00
Wei Huang
fc019615ab
Doc for Beta feature PodSchedulingReadiness
2023-03-06 09:02:48 -08:00
Mengjiao Liu
e342648b91
Fix the description of Service External IPs to match the YAML example
2023-03-06 10:26:42 +08:00
David Xia
1318d40853
fix docs: update user-namespaces.md for English usage
...
Make it grammatically correct and more concise.
2023-03-04 07:12:56 -05:00
ClimberJ
d6445848fc
Removed duplicate word
2023-03-02 12:14:13 +01:00
Peter Arboleda
dbd72395cd
Update endpoint-slices.md
2023-03-01 14:29:10 +01:00
Paulo Gomes
c92f1d3a1c
Fix misspelling on Pods page
...
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
2023-02-27 19:28:48 +00:00
Sanghong Kim
48543290cc
Update to use subsectionID instead of full-link
...
In "Windows containers in Kubernetes" page.
2023-02-27 10:50:31 +09:00
Kubernetes Prow Robot
fcd671a79e
Merge pull request #39520 from Zhuzhenghao/deployment
...
Clean up page deployment
2023-02-25 21:18:17 -08:00
Rishit Dagli
550011ebc9
Update content/en/docs/concepts/cluster-administration/flow-control.md
...
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-02-25 20:27:14 -05:00
Kubernetes Prow Robot
512ba15b75
Merge pull request #38063 from Ritikaa96/add-references-to-control-plane-node-communication
...
Adding references and glossary tooltip
2023-02-25 17:02:17 -08:00
Kubernetes Prow Robot
aaede4e1bc
Merge pull request #38054 from sftim/20221124_redo_service_glossary_entry
...
Revise glossary entry for Service
2023-02-24 17:22:06 -08:00
Dipesh Rawat
bee8feccc2
Add minimum and maximum values for PriorityClass
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-02-23 17:39:00 +00:00
Dipesh Rawat
4df5efbaea
Add minimum and maximum values for PriorityClass
2023-02-23 16:37:18 +00:00
Kubernetes Prow Robot
448e5308ef
Merge pull request #38517 from tengqm/norm-cloud-controller
...
Normalize cloud-controller concept page
2023-02-22 18:03:07 -08:00
Tim Bannister
997a437c76
Revise glossary entry for Service
2023-02-22 22:55:21 +00:00
Rey Lejano
23db46b8c2
resolved merge conflict from branch sync from main into dev-1.27
2023-02-22 12:14:36 -08:00
Kubernetes Prow Robot
3fc2fa9853
Merge pull request #39142 from tengqm/cleanup-redirects-1
...
Remove redirect entries for docs/admin/... pages
2023-02-22 08:43:57 -08:00
Kubernetes Prow Robot
903da02728
Merge pull request #38562 from sftim/20221219_revise_service_concept_introduction
...
Revise introduction to Service page
2023-02-21 08:41:55 -08:00
Kubernetes Prow Robot
dabf57d9ec
Merge pull request #39509 from lianghao208/pod-lifecycle
...
update pod scheduling readiness gate in pod lifecycle
2023-02-21 08:27:55 -08:00
Kubernetes Prow Robot
c67a986cf0
Merge pull request #39499 from sftim/20230216_service_update_part_14
...
Revise Service concept, part 14
2023-02-21 08:25:57 -08:00
Kubernetes Prow Robot
bbc9f8db59
Merge pull request #39486 from wenjianhn/patch-1
...
Update cgroups.md
2023-02-21 08:23:55 -08:00
Kubernetes Prow Robot
6e6e6bae80
Merge pull request #39482 from seancrasto/patch-6
...
Update topology-aware-hints.md
2023-02-21 08:21:56 -08:00
Kubernetes Prow Robot
93ab5d3636
Merge pull request #39527 from seancrasto/patch-8
...
Fix typos in docs/concepts/storage/persistent-volumes.md
2023-02-20 14:57:48 -08:00
Tim Bannister
5c775fc202
Reword further reading
...
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2023-02-20 11:34:05 +00:00
Kubernetes Prow Robot
4bb80ef882
Merge pull request #39535 from Zhuzhenghao/working-with-objects
...
Tidy concepts pages within Label and Annotation
2023-02-20 03:33:50 -08:00
zhuzhenghao
3ca95d6c88
Tidy concepts pages within Label and Annotation
2023-02-19 16:30:51 +08:00
zhuzhenghao
07526a10ce
Clean up page assign-pod-node
2023-02-19 14:58:34 +08:00
Kubernetes Prow Robot
e1c0b9c1a3
Merge pull request #39518 from borgerli/apf-debugpoints
...
update output for APF dump_priority_levels endpoint
2023-02-18 15:59:37 -08:00
seancrasto
46ff1a8047
Update persistent-volumes.md
...
Minor corrections.
2023-02-18 18:42:54 -05:00
Kubernetes Prow Robot
b3fad7d560
Merge pull request #39485 from Sajiyah-Salat/sajiyah-object
...
Update names.md
2023-02-18 04:03:37 -08:00
zhuzhenghao
6844bc085e
Clean up page deployment
2023-02-18 19:06:48 +08:00
Bo Li
42c3d5074a
update output for APF dump_priority_levels endpoint
2023-02-18 10:52:16 +08:00
zhuzhenghao
d08ae655fd
Clean up page device-plugins
2023-02-18 01:07:55 +08:00
Tim Bannister
c3224873f8
Revise Service concept
...
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2023-02-17 11:42:31 +00:00
lianghao208
f16f67eb56
update pod scheduling readiness gate in pod lifecycle
2023-02-17 16:22:55 +08:00
Jian Wen
6a60f037d2
Update content/en/docs/concepts/architecture/cgroups.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-02-17 11:45:17 +08:00
Shannon Kularathna
0dee0cf41e
Clean up using secrets as files section
2023-02-16 21:46:38 +00:00
Tim Bannister
72b9f09f45
Revise introduction to Service page
...
Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2023-02-16 19:50:36 +00:00
Kubernetes Prow Robot
0018dfc05b
Merge pull request #39483 from windsonsea/pvyh
...
Tweak line wrappings in the PV storage concept
2023-02-15 23:57:39 -08:00
Sajiyah Salat
aa686a8d3a
Update content/en/docs/concepts/overview/working-with-objects/names.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2023-02-16 13:01:19 +05:30
Jian Wen
721b220745
Update cgroups.md
...
Add an example of uber-go/automaxprocs which is used by lots of applications to avoid CPU throttling.
Related to https://github.com/uber-go/automaxprocs/issues/49
2023-02-16 10:51:44 +08:00
Sajiyah Salat
e2a33136c2
Update names.md
2023-02-16 08:10:47 +05:30
windsonsea
4ae516aee8
Tweak line wrappings in PV storage concepts
2023-02-16 09:54:07 +08:00
Kubernetes Prow Robot
5638f85cff
Merge pull request #39392 from arrikto/feature-ds-schedule
...
Update DaemonSet guide
2023-02-15 17:25:38 -08:00
seancrasto
296e40e619
Update topology-aware-hints.md
...
Added back to correct sentence
2023-02-15 19:37:42 -05:00
Grigoris Thanasoulas
d0b3ba5cce
Update DaemonSet guide
...
Rewrite "How Daemon Pods are scheduled" section of the DaemonSet guide
to align with the current state and be more clear.
Signed-off-by: Grigoris Thanasoulas <gregth@arrikto.com>
2023-02-15 21:16:03 +02:00
SaumyaBhushan
00c6755c26
updated link
2023-02-15 09:57:27 +05:30
Kubernetes Prow Robot
da84dd8419
Merge pull request #39436 from sftim/20230213_tweak_sa_concept
...
Fix wording, punctuation and Markdown for ServiceAccount concept page
2023-02-14 15:53:41 -08:00
Kubernetes Prow Robot
ee4b88ed37
Merge pull request #37733 from sftim/20221105_update_docs_podsecuritypolicy_removal
...
Update documentation for PodSecurityPolicy removal
2023-02-14 12:55:51 -08:00
Todd Neal
f9a19295ee
Update content/en/docs/concepts/scheduling-eviction/assign-pod-node.md
...
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
2023-02-14 09:51:42 -06:00
Todd Neal
47e6adfcc9
add a node indicating when nodeName should be used
2023-02-14 09:27:50 -06:00
Tim Bannister
96d49317a2
Fix wording for ServiceAccount concept
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2023-02-14 09:17:03 +00:00
Tim Bannister
cb5a8930dc
Fix broken anchor
2023-02-14 09:16:57 +00:00
Shannon Kularathna
9eb2767333
Add a missing anchor pound sign
2023-02-13 12:49:20 -05:00
Kubernetes Prow Robot
b1f18bfa9b
Merge pull request #38289 from shannonxtreme/service-account
...
Add a new concept page for service accounts
2023-02-13 09:37:29 -08:00
Shannon Kularathna
7cb6d1eb35
Add a new concept page for service accounts
...
Also add a glossary definition for JWTs
Co-authored-by: Tim Bannister <tim+github@scalefactory.com>
Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
Co-authored-by: stlaz <https://github.com/stlaz >
2023-02-13 17:29:12 +00:00
seancrasto
e0810bcaad
Update endpoint-slices.md
...
Changed break to breaking.
2023-02-12 19:24:16 -05:00
Kubernetes Prow Robot
17fcb2e70d
Merge pull request #39385 from AkihiroSuda/rprivate
...
`mountPropagation: None` equates to `rprivate`, not `private`
2023-02-11 17:05:30 -08:00
Akihiro Suda
8355f38ae4
`mountPropagation: None` equates to `rprivate`, not `private`
...
Evidences:
- https://github.com/containerd/containerd/blob/v1.6.16/pkg/cri/opts/spec_linux.go#L181
- https://github.com/cri-o/cri-o/blob/v1.26.1/server/container_create_linux.go#L982
This commit also replaces the link to https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt
with https://man7.org/linux/man-pages/man8/mount.8.html , as the former one does
not mention `rprivate` .
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2023-02-11 21:11:26 +09:00
Kubernetes Prow Robot
681c103612
Merge pull request #39367 from RaunakShah/3151-update-annotation
...
Update volume mode change annotation in documentation
2023-02-10 10:21:30 -08:00
Liz Rice
7f9743f255
Docs: identify CNCF project network add-ons
...
Indicating CNCF project status, to help end users understand which network add-ons are part of the CNCF family
2023-02-10 11:58:22 +00:00
Raunak Pradip Shah
9ab8cd6c0b
Update volume mode change annotation in documentation
2023-02-09 11:25:13 +05:30
Aravindh Puthiyaparambil
73bd561380
windows: Correct Pod security context section
...
Correct the Pod security context section to reflect the fields that are
supported on Windows.
2023-02-08 10:31:45 -08:00
Kubernetes Prow Robot
320c55bb53
Merge pull request #38279 from T-Lakshmi/doc-service
...
Tweak wording for Service concept
2023-02-08 09:04:58 -08:00
Kubernetes Prow Robot
a8b834670b
Merge pull request #39336 from seancrasto/patch-2
...
Update job.md
2023-02-08 03:42:59 -08:00
Kubernetes Prow Robot
0e66780d8b
Merge pull request #39324 from reylejano/followup-PR-38673
...
Updated concepts/workloads/pods/_index.html as followup to PR 38673
2023-02-08 03:38:58 -08:00
Kubernetes Prow Robot
dd3a6796cf
Merge pull request #39343 from Zhuzhenghao/replicaset
...
Cleanup page replicaset
2023-02-07 23:56:59 -08:00
Reeta Singh
f78e3bf0e5
updating Pod DNS config example to use documentation IP address ( #39169 )
...
* updating Pod DNS config example to use documentation IP address
* add this is an example in note
* empty commit
2023-02-07 22:44:59 -08:00
Rey Lejano
2916c34fdf
updated concepts pods index.html as followup to PR 38673
2023-02-07 22:10:53 -08:00
zhuzhenghao
a70698ed63
Cleanup page replicaset
2023-02-08 13:26:19 +08:00
seancrasto
28b50215b8
Update job.md
...
Corrected spelling of specifying.
2023-02-07 18:05:50 -05:00
Tim Bannister
3fbb55b0db
Improve Lease concept ( #38307 )
...
* Improve Lease concept
* Write “heartbeat” consistently
(within Lease concept page).
2023-02-07 15:02:49 -08:00
Kubernetes Prow Robot
1a8bd52c5a
Merge pull request #39308 from sftim/20230306_pod_qos_tweaks
...
Tweak docs about QoS classes
2023-02-07 03:14:59 -08:00
Kubernetes Prow Robot
d8e9c84234
Merge pull request #38673 from dshebib/update_pod_privilege_feature
...
Update privileged pod documentation to reflect GA feature
2023-02-07 00:51:00 -08:00
Kubernetes Prow Robot
d828b3084b
Merge pull request #39316 from Shubham82/fix_404_Error
...
Fixed the Broken Link for Quality of Service classes for Pods.
2023-02-07 00:28:59 -08:00
Kubernetes Prow Robot
7c4ea1e17e
Merge pull request #39318 from Zhuzhenghao/storage-classs
...
Reformat storage-classes page
2023-02-06 23:41:00 -08:00
zhuzhenghao
f910c027bf
Reformat storage-classes page
2023-02-07 13:52:48 +08:00
shubham82
6e87bdd416
Fixed the Broken Link for Quality of Service classes for Pods.
2023-02-07 14:08:27 +09:00
Kubernetes Prow Robot
831f795747
Merge pull request #38083 from shannonxtreme/using-secrets
...
Improve wording around Secrets as environment variables
2023-02-06 19:52:58 -08:00
Tim Bannister
04add1a96b
Fix weight for Pod QoS Class concept
2023-02-06 23:42:42 +00:00
Kubernetes Prow Robot
47ced50392
Merge pull request #39118 from dshebib/qos_detail
...
Clarify QOS class effect
2023-02-06 14:46:58 -08:00
Shannon Kularathna
679d205d3d
Clean up wording and remove duplicate content
...
Trim environment variable content in concept
- Remove steps and link to the relevant task
- Add a brief intro to task heading
Clean up wording about Secrets as env vars
- Improve clarity of the list items
- Improve clarity of the intro paragraph for invalid vars
Delete environment variable use case
2023-02-06 21:25:25 +00:00
Daniel Shebib
04ce79a5fc
add new page for qos class
2023-02-05 20:11:20 -06:00
Daniel Shebib
4e9007f191
Add new page for QoS class
...
Co-authored-by: Qiming Teng <tengqm@outlook.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-02-05 20:08:25 -06:00
zhuzhenghao
42e746a379
Clean up api-server-bypass-risks.md
2023-02-06 09:55:04 +08:00
Kubernetes Prow Robot
61a122963f
Merge pull request #39271 from Zhuzhenghao/en/resource-bin-package
...
Tweak page style for resource-bin-packing.md
2023-02-04 23:44:29 -08:00
zhuzhenghao
87e8d214e1
Tweak page style for resource-bin-packing.md
2023-02-05 14:49:26 +08:00
zhuzhenghao
3aa5fe0cca
Cleanup node-pressure-eviction.md
2023-02-05 14:17:55 +08:00
Kubernetes Prow Robot
d6f6e084a8
Merge pull request #39237 from MikeSpreitzer/more-apf-obsservability
...
Extend APF Observability with logging and response headers
2023-02-04 10:42:29 -08:00
Kubernetes Prow Robot
0beb84e4c6
Merge pull request #39072 from Kartik494/updatedocumentation
...
Document spec and status downward API fields only available as environment variables
2023-02-02 23:00:29 -08:00
Kubernetes Prow Robot
3228a8c2df
Merge pull request #39205 from hmspisharody/patch-1
...
Fix mismatch in Labels and Selectors concept page
2023-02-02 22:42:29 -08:00
Mike Spreitzer
ca383c3239
Extended APF Observability with logging and response headers
2023-02-02 17:36:05 -05:00
weirdvic
7ade37d6bc
Update branch name in ingress-nginx github link
...
Changed name of the branch in github link to ingress-nginx repository from master to main since master branch does not exist in this repository at the moment.
2023-02-02 09:28:47 +03:00
Harikrishnan Mekkattu Pisharam Somarajan
ca3eefb13f
Update labels.md
...
negative matching 'notin' to match the example
2023-02-01 17:54:11 +05:30
Cheng Wang
125cf8a23f
Fix the `Ingress` 404 link
2023-01-31 16:21:44 +08:00
Kubernetes Prow Robot
999f3130ea
Merge pull request #39091 from ritazh/pss-hostports
...
Update PSS - HostPorts should be disallowed
2023-01-30 15:42:48 -08:00
Rita Zhang
fe12a4054b
Update PSS - HostPorts should be disallowed
...
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
2023-01-30 13:12:45 -08:00
Kubernetes Prow Robot
48a5393086
Merge pull request #37330 from guettli/patch-9
...
Reword explanation of ClusterIP for Services
2023-01-30 09:40:50 -08:00
windsonsea
60a4446b09
Tweak line wrappings in labels.md
2023-01-30 16:32:57 +08:00
kartik494
312f0a62c7
Modify spec and status downward API fields
2023-01-30 09:39:47 +05:30
Qiming Teng
9a727efab8
Remove redirect entries for docs/admin/... pages
2023-01-29 19:56:56 +08:00
Michael
54e010c731
Fix links to mutatingadmissionwebhook
2023-01-29 14:08:23 +08:00
Kubernetes Prow Robot
b067305d64
Merge pull request #37595 from sftim/20221029_improve_ttl_after_finished_concept
...
Improve concept docs for TTL-after-finished controller / Job cleanup
2023-01-28 11:38:32 -08:00
Tim Bannister
e47d1c4f36
Improve concept docs for ttl-after-finished
...
Document Job cleanup TTL mechanism better.
Co-authored-by: Nate W. <natew@cncf.io>
2023-01-28 18:27:46 +00:00
Kubernetes Prow Robot
4632fe36e9
Merge pull request #37208 from tengqm/tweak-mng-deploy
...
Tweak line wrapping for manage-deployment page
2023-01-27 12:38:39 -08:00
Tim Bannister
bb85d62752
Update docs for PodSecurityPolicy removal
2023-01-24 22:24:09 +00:00
Mike Waychison
d0779881e6
Further updates to clarify language
2023-01-19 15:32:18 -05:00
Mike Waychison
5c9af80d8c
Update content/en/docs/concepts/security/rbac-good-practices.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-19 15:16:19 -05:00
Mike Waychison
cc56241ccd
Update content/en/docs/concepts/security/rbac-good-practices.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-19 15:13:47 -05:00
Mike Waychison
d11408b9d9
Update RBAC Good Practices for PersistentVolumes
...
The docs previously referred to the reader to the now defunct PodSecurityPolicy
page to explain how PersistentVolumes can be a path of privilege escalation,
burrying the lede.
Now that PodSecurityPolicy is gone, update this bit to actually explain that it
it is unfettered access to creating hostPath-typed PersistentVolumes that are
a problem. Some words lifted from the 1.24 PodSecurityPolicy docs.
Signed-off-by: Mike Waychison <mike@waychison.com>
2023-01-19 13:45:50 -05:00
Kubernetes Prow Robot
b3ed6e6d81
Merge pull request #36940 from swatisehgal/doc-deviceplugin-strict-ordering
...
doc: capture device-plugin stricter workflow ordering explicitly
2023-01-19 04:24:35 -08:00
Kubernetes Prow Robot
39fd254c8d
Merge pull request #38027 from kundan2707/garbage_collection
...
described Pod pair for better understanding
2023-01-18 15:28:33 -08:00
Kundan Kumar
486815a6d6
Update garbage-collection.md
...
Incorporated review suggestion
2023-01-18 22:47:28 +05:30
lakshmi
1f612943ad
revert the previous changes for what's next session.
2023-01-18 12:53:53 +05:30
Thomas Güttler
d24640e8d8
Update content/en/docs/concepts/services-networking/service.md
...
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-17 14:46:17 +01:00
Thomas Güttler
059c66e00c
Update content/en/docs/concepts/services-networking/service.md
...
thank you
Co-authored-by: divya-mohan0209 <divya.mohan0209@gmail.com>
2023-01-17 14:46:07 +01:00
shubham82
8877644d48
Added the missing content for glusterfs.
2023-01-17 16:31:53 +09:00
Kubernetes Prow Robot
983bbe92f4
Merge pull request #38213 from T-Lakshmi/doc-nodes
...
Added glossary tooltip and references in the Nodes page
2023-01-16 16:16:10 -08:00
Swati Sehgal
88ecb0501c
doc: capture device-plugin stricter workflow ordering explicitly
...
Based on kubelet device manager refactoring done in 1.25 release,
there is stricter ordering requirements where the device plugin
MUST start a gRPC service before registering itself to kubelet.
In case this ordering is not followed, the plugin registration
will fail.
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2023-01-16 11:47:45 +00:00
Marcin Karkocha
6624cf6546
Add mast operator to list ( #37355 )
...
* Add mast operator to list
#37354 - link to mast Operator
* Update operator.md
Change order to alphabetical
* Update operator.md
2023-01-16 02:44:52 -08:00
lakshmi
2765283fcc
Updated termid for glossary term workload as per the testcases.
2023-01-13 16:07:53 +05:30
Daniel Shebib
ba37aa6ba7
document privileged containers as GC
2023-01-12 19:09:46 -06:00
Daniel Shebib
bc12666f68
document privileged containers as GC
2023-01-12 19:09:14 -06:00
Daniel Shebib
87537d3b5b
document privileged containers as GC
2023-01-12 18:52:21 -06:00
Mathieu Benoit
794f7bfb69
automatic labelling on namespaces stable since 1.22
2023-01-12 11:22:37 -05:00
Kubernetes Prow Robot
30fa0243d0
Merge pull request #38674 from tan-i-ham/fix/#38432
...
Use Kubernetes colors in state diagram for pod scheduling readiness
2023-01-12 05:40:54 -08:00
Wei Huang
fed60f3728
Rename 'PreemptionByKubeScheduler' to 'PreemptionByScheduler'
2023-01-09 15:57:24 -08:00
lakshmi
e364064a64
Currected the case
2023-01-09 14:36:49 +05:30
Ritikaa96
e3c09aedf1
Adding references and glossary tooltip to control-plain-node-communication
2023-01-09 13:06:22 +05:30
Kubernetes Prow Robot
d8578ebba9
Merge pull request #38801 from nurayko/patch-1
...
Fix typo
2023-01-06 19:03:30 -08:00
Matt Cary
7a9ab129da
Update content/en/docs/concepts/storage/storage-classes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-06 08:21:34 -08:00
Matt Cary
8b778eaaab
Update content/en/docs/concepts/storage/storage-classes.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-06 08:21:29 -08:00
Kubernetes Prow Robot
920afcbdf5
Merge pull request #37213 from tengqm/tweak-image-concept
...
Tweak line wrapping in the images concept page
2023-01-06 05:05:59 -08:00
nurayko
3415c996f2
Fix typo
2023-01-06 13:09:24 +02:00
Matthew Cary
d256c64e38
Detail zonal provisioning for GCE PD
2023-01-05 17:11:34 -08:00
Kubernetes Prow Robot
83d7d4e9d3
Merge pull request #38312 from cjc7373/cronjob-improve
...
CronJob topics improvement
2023-01-05 09:29:58 -08:00
Harold Cheng
988505d3f1
adapt review suggestions
2023-01-06 00:49:55 +08:00
cjc7373
6dcaacbc16
make the time zone warning explicit
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2023-01-05 23:33:05 +08:00
lakshmi
f934e4f151
corrected glossary tooltip term-id
2023-01-05 13:46:43 +05:30
lakshmi
86b32da846
corrected glossary tooltip term-id
2023-01-05 13:46:43 +05:30
lakshmi
8f4810ca29
Added glossary tooltip and references in the Nodes page
2023-01-05 13:46:43 +05:30
stepan-3
02815fe189
Update ingress-controllers.md ( #38748 )
...
* Update ingress-controllers.md
Wallarm (CNCF membeR) Ingress controller is added to the list
* Update ingress-controllers.md
Updated link
2023-01-04 22:27:58 -08:00
Qiming Teng
2e151ae821
Tweak line wrapping for manage-deployment page
...
This PR wraps the long lines in the manage-deployment.md page.
2023-01-04 15:06:49 +08:00
Kubernetes Prow Robot
5a637cdf4a
Merge pull request #37850 from Ritikaa96/updating-labels-and-selector-md
...
Updating labels.md
2023-01-03 01:09:34 -08:00
SphinxKnight
a745da1835
Nit: case consistency for list items ( #37829 )
2023-01-03 01:07:32 -08:00
Kubernetes Prow Robot
1c5defeb7c
Merge pull request #37644 from busyboy77/patch-1
...
link not valid
2023-01-03 00:09:32 -08:00
Kubernetes Prow Robot
b8065c78fe
Merge pull request #37250 from having-dlrow/dev-1.26-fix-reciever
...
[en] fix spelling error in system-trace.md
2023-01-02 23:49:31 -08:00
Kubernetes Prow Robot
751269207d
Merge pull request #36703 from jckhmmz/patch-1
...
Remove duplicated content in section "Container image pull secrets"
2023-01-02 23:31:33 -08:00
Kubernetes Prow Robot
1abcb52e07
Merge pull request #38276 from tengqm/fix-links
...
Fix nits in markdown links
2023-01-02 03:29:30 -08:00
Jai Govindani
93df1ce57d
fix(common-labels): Specify SemVer version
2022-12-30 13:40:39 +07:00
Yi-Han Chen
e66d61d9a6
fix( #38432 ): Use Kubernetes colors in stateDiagram
...
improve stateDiagram's style in pod-scheduling-readiness page
2022-12-29 00:03:07 -05:00
Daniel Shebib
b8883b84db
Update privileged pod documentation to reflect GA feature
2022-12-28 20:02:50 -06:00
Michael
575554f9e3
Fix bullet alignment in config overview
2022-12-25 18:23:12 +08:00
Vladimir Varankin
1951100d0d
fix service.md
2022-12-23 23:35:18 +01:00
Tim Hockin
ac6368a9be
Restore an important note about API proxy
...
This was dropped in 1eef742465
- I am sure
it was an accident.
2022-12-23 11:50:51 -08:00
Kubernetes Prow Robot
47103b9f1d
Merge pull request #38444 from SaumyaBhushan/issue#38426
...
resolved node concept mixes up graceful and non graceful node shutdown
2022-12-23 00:13:26 -08:00
Kubernetes Prow Robot
5889524710
Merge pull request #38597 from tengqm/tweak-network-policies
...
Tweak network policies
2022-12-22 07:45:27 -08:00
Kubernetes Prow Robot
e5b34d34be
Merge pull request #38410 from mmralser/patch-1
...
Update leases.md
2022-12-22 05:39:27 -08:00
Qiming Teng
7245e2dbc3
Reformat the network-policies concepts page
...
This page has many long lines that are supposed to be wrapped when
appropriate.
2022-12-22 20:35:58 +08:00
Qiming Teng
d62e46d973
Make multiport egress policy a standalone YAML
2022-12-22 20:25:18 +08:00
Qiming Teng
a437285212
Fix nits in markdown links
...
This PR fixes a few "bad links" identified by the `scripts/linkchecker.py` script.
2022-12-22 08:45:10 +08:00
Kubernetes Prow Robot
c56165f6b9
Merge pull request #37575 from Karthik-PM/updateJobDocumentaion
...
Updated Job Documentaion
2022-12-21 05:13:25 -08:00
Kubernetes Prow Robot
9111f32aa1
Merge pull request #38550 from sftim/20221219_drop_tke_from_service
...
Remove details for out-of-tree Service integration (TKE)
2022-12-21 04:23:25 -08:00
Harold Cheng
9b1ba9c9f6
adapt suggestions
2022-12-20 22:06:59 +08:00
Harold Cheng
4ebf6b1790
structure change
2022-12-20 22:06:00 +08:00
Harold Cheng
f34e176d26
update the description of timezone
2022-12-20 21:49:46 +08:00
Jiacheng Cheng
b35965086b
remove outdated feature gates
2022-12-20 21:49:46 +08:00
Jiacheng Cheng
10e1919880
cronjob: move conceptual contents to concepts topic
2022-12-20 21:49:46 +08:00
Qiming Teng
543d258587
Tweak line wrapping in the images concept page
...
This PR fixes the line wrapping problems found in the images.md file.
2022-12-20 14:25:20 +08:00
Kubernetes Prow Robot
0f014c5b3f
Merge pull request #34430 from champtar/portmap
...
Add externalSetMarkChain to portmap config
2022-12-19 20:33:43 -08:00
Mengjiao Liu
b272f1c4ce
Fix minDomains note in topology-spread-constraints page
2022-12-20 11:21:43 +08:00
Qiming Teng
497a8c07df
Normalize cloud-controller concept page
...
This PR wraps the long lines in the cloud-controller page where
appropriate. It also removes some useless empty lines, fixes a numbered
list by removing explicit numbering, fixes a link to source code.
2022-12-19 16:41:01 +08:00
Tim Bannister
89d8ac3bb5
Remove details for out-of-tree Service integration
...
Tencent Kubernetes Engine does not have an in-tree or in-project
integration with the Service API, so we wouldn't document it.
2022-12-19 01:19:29 +00:00
Tim Hockin
d3c4fe6759
Recommend DNS Label for workload names
2022-12-16 09:53:32 -08:00
Kubernetes Prow Robot
274fad5743
Merge pull request #38224 from Shubham82/remove_ref
...
Removed Reference from the removed Feature Gates.
2022-12-13 09:05:37 -08:00
SaumyaBhushan
67bbfbc486
resolved node concept mixes up graceful and non graceful node shutdown
2022-12-13 11:05:34 +05:30
Kubernetes Prow Robot
fa72a2a5eb
Merge pull request #38391 from oscr/multi-tenancy-formatting
...
[en] fix quotation mark in multi-tenancy page
2022-12-12 07:55:34 -08:00
Swati Sehgal
35225fffe8
device-mgr-doc: Use a `note` shortcode instead of caution
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-12-12 14:11:26 +00:00
Swati Sehgal
e3ed94f1d6
device-mgr-doc: Add caution closing tag
...
To enture that this page is rendered correctly on the Kubernetes
website, the caution tag needs to be closed.
This was missed during the doc write up and review process.
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-12-12 12:26:29 +00:00
Oscar Utbult
61b13a19d0
[en] fix quotation mark in multi-tenancy page
2022-12-12 09:55:49 +01:00
Maximilian Ralser
f6ddeb6ff2
Update leases.md
...
fix spelling mistake
2022-12-12 02:22:53 +01:00
Oscar Utbult
946f2fee1e
[en] add missing closing parenthesis in ingress controllers page
2022-12-10 11:56:19 +01:00
carolina valencia
7cd85d1fc4
Merge remote-tracking branch 'upstream/main' into dev-1.26
2022-12-07 11:40:37 -03:00
Kubernetes Prow Robot
95c8b96bc0
Merge pull request #38017 from MikeSpreitzer/saw-to-timing-histograms
...
Sample-and-watermark replaced with timing histograms
2022-12-06 11:12:39 -08:00
Mike Spreitzer
9ca621c623
Update content/en/docs/concepts/cluster-administration/flow-control.md
...
Co-authored-by: Natali Vlatko <natalivlatko@gmail.com>
2022-12-06 14:02:15 -05:00
Kubernetes Prow Robot
86794dc5e7
Merge pull request #37898 from thockin/master
...
Clarify Pod/Service DNS a little
2022-12-06 05:36:36 -08:00
Kubernetes Prow Robot
46a806677b
Merge pull request #38189 from Shubham82/fix_link_Virtual-IPs-and-service-proxies
...
Fixed the link of Virtual IPs and Service Proxies.
2022-12-06 04:22:38 -08:00
Dixita
2df2cb5612
Updating the content and references in the docs for Credential Provider ( #38139 )
...
GA
Signed-off-by: Dixita Narang <ndixita@google.com>
Signed-off-by: Dixita Narang <ndixita@google.com>
2022-12-05 21:30:37 -08:00
Hamza Sheikh
dfda271e99
Update kube-scheduler.md ( #38264 )
...
* Update kube-scheduler.md
A clearer way to write this paragraph explaining the scheduler.
Previous version: For every newly created pod or other unscheduled pods, kube-scheduler selects an optimal node for them to run on. However, every container in pods has different requirements for resources and every pod also has different requirements. Therefore, existing nodes need to be filtered according to the specific scheduling requirements.
Proposed version: Kube-scheduler selects an optimal node to run newly created or not yet scheduled (unscheduled) pods. Since containers in pods, and pods themselves have different requirements, existing nodes need to be filtered according to the specific scheduling requirements.
* Update kube-scheduler.md
I tried merging both our versions to make it a bit more concise, since feasibility is discussed in the subsequent paragraphs.
2022-12-05 21:26:37 -08:00
Kubernetes Prow Robot
b5881a3478
Merge pull request #38196 from andrewsykim/kep-1965
...
leases: add more details on API Server Identity
2022-12-05 13:55:03 -08:00
Kubernetes Prow Robot
daaf2a86b8
Merge pull request #38278 from izeye/patch-1
...
Add a missing space in `ingress.md`
2022-12-05 04:23:02 -08:00
Kubernetes Prow Robot
7d8515ae24
Merge pull request #38253 from oscr/concepts-extend-kuberenetes-device-plugins-spelling-partilar
...
[en] fix spelling error in Device Plugins concept page
2022-12-05 04:21:02 -08:00