mtardy
61174c49ba
Add warning for creating namespaces with the same name as public TLDs
...
Uppercase Service API object following documentation style guide
Co-authored-by: Tim Bannister <tim@scalefactory.com>
Add mitigation propositions
Add RFC reference for the trailing dot in an absolute DNS name
Co-authored-by: Shannon Kularathna <ax3shannonkularathna@gmail.com>
2022-01-27 10:58:41 +01:00
SpecialYang
9911912709
Fix imprecise statements for virtual hosting example
2022-01-26 22:33:33 +08:00
Kubernetes Prow Robot
8b34063fba
Merge pull request #30961 from ystkfujii/v1.24_remove_section_on_dockershim
...
Set the dockershim state to deprecation.
2022-01-25 22:46:26 -08:00
William Denniss
20ee91f0da
Include link to Pod Security Admission in the PodSecurityPolicy deprecation notice ( #31475 )
...
* Include link to Pod Security Admission in the PodSecurityPolicy deprecation notice
Add a link to the Pod Security Admission feature, which replaces PodSecurityPolicy. Currently users who read this page may not realize what the replacement is. The linked blog post talks about the KEP that created Pod Security Admission, but with no direct link.
* Remove link prefix
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
2022-01-25 16:28:26 -08:00
Kubernetes Prow Robot
ee346e48d8
Merge pull request #31363 from yashodhanmohan/fix/pod-dns
...
Correcting DNS record for pods exposed by a Service
2022-01-25 12:21:41 -08:00
Kubernetes Prow Robot
7cb748a933
Merge pull request #31308 from meysam81/meysam/annotation-between-backticks
...
docs: place annotation between backticks ✏️
2022-01-25 08:50:31 -08:00
Wang
88fbaa1160
Update projected-volumes.md
2022-01-25 18:47:48 +09:00
Wang
e08d312a6d
Update projected-volumes.md
2022-01-25 17:46:30 +09:00
Kubernetes Prow Robot
1d552afaa6
Merge pull request #30737 from mfbieber/ingress-class-name-in-example
...
Added ingressClassName: nginx to Ingress example
2022-01-24 11:37:35 -08:00
Kubernetes Prow Robot
d81bc93d81
Merge pull request #31327 from adrianludwin/patch-3
...
Clarify that namespace names must be RFC 1123 DNS labels
2022-01-24 11:35:33 -08:00
Jordan Liggitt
4ca5ff6b3c
PodSecurity: remove optional non-root group check
2022-01-24 10:10:12 -05:00
Jordan Liggitt
8917b26250
PodSecurity: switch restricted volume check to positive check
2022-01-24 10:09:00 -05:00
Kubernetes Prow Robot
3aea799ca5
Merge pull request #31231 from sftim/20220106_add_contiv_vpp
...
Add Contiv-VPP network plugin
2022-01-23 18:31:57 -08:00
Yashodhan Mohan Bhatnagar
12653d2266
Update to bring back mention of container links compatibility
2022-01-24 01:56:44 +05:30
Yashodhan Mohan Bhatnagar
36336334c3
Update content/en/docs/concepts/services-networking/connect-applications-service.md
...
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2022-01-24 01:23:29 +05:30
Kubernetes Prow Robot
14b5ac97c4
Merge pull request #31446 from championshuttler/ln
...
Update URLs for some network plugins
2022-01-22 05:41:52 -08:00
Mike Spreitzer
2bfc31833f
Catch APF description up with recent developments
...
Primarily the change, in release 1.22, of how configuration objects
are maintained.
Also describe the new priority level.
Also move the sections on defaults and health check configuration to
follow the description of configuration objects.
2022-01-21 13:06:51 -05:00
Kubernetes Prow Robot
da262be43e
Merge pull request #31282 from shannonxtreme/dockershim-clusteradmin
...
Action on Docker mentions in Concepts > Cluster Administration
2022-01-21 07:41:59 -08:00
Shivam Singhal
d677a0eed5
Update URLs for some network plugins
2022-01-21 13:02:32 +02:00
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
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
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
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
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
GuyTempleton
80e2f669a0
Docs - EN - Concepts - Correct Pod-Conditions Anchor Link
2022-01-14 10:30:44 +00: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
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
d3vus
42e88a361c
Updated managed-resource-containers.md
2022-01-13 13:05:17 +05:30
Meysam Azad
1c4ea6d5af
docs: place annotation between backticks ✏️
2022-01-12 19:25:27 +03:00
Kubernetes Prow Robot
b42674e881
Merge pull request #31289 from ixodie/patch-5
...
Removing Romana
2022-01-12 05:30:37 -08: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
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
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
Filip Křepinský
8f8d2bb039
make deployment status behaviour more descriptive
2022-01-10 21:22:45 +01:00
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
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
c4b4768ae0
Merge pull request #31145 from hhyasdf/introduce-hybridnet
...
Add Hybridnet CNI to networking.md
2022-01-08 06:26:19 -08: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
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
Paco Xu
d51b32bab8
storage class parameters value should be string
2022-01-06 11:24:06 +08: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
Neha Viswanathan
24ee2527d0
migrate the K8s networking model section ( #28617 )
2022-01-05 08:08:41 -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
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
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
Meysam Azad
12ab3aecca
fix: modify typo ✏️
2021-12-27 19:51:29 +03:00
kartik494
c7b9b20083
Added a note for CRD improvement in Docs
2021-12-24 11:31:45 +05:30
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
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
chen
f767c7171b
update easegress link
2021-12-21 17:25:10 +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
Qiming Teng
f733bbb956
Remove kube-scheduler-policy contents
2021-12-18 09:43:50 +08: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
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
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
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
ystkfujii
1fb9324fc3
remove the section on dockershim
2021-12-15 14:32:10 +09: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
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
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
Matthew Cary
57e72bce9a
Clarify editing PV for volume resize
2021-12-13 10:22:14 -08: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
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
Kubernetes Prow Robot
bec83989aa
Merge pull request #30830 from markusheinemann/main
...
Add glossary entry for cadvisor
2021-12-10 03:13:10 -08:00
Markus Heinemann
a86ca5b431
Add glossary entry for cadvisor
2021-12-09 22:28:24 +00: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
2740d85747
Merge pull request #30803 from tengqm/configapi-123
...
Configuration API for v1.23
2021-12-08 15:25:45 -08: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
Qiming Teng
b198199336
Configuration API for v1.23
2021-12-08 16:19:23 +08: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
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
tom1299
d5539a6558
Fix broken link to Ingress API
2021-12-07 10:15:21 +01: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
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
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
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
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