Tim Bannister
34894dafc2
Upgrade Note to Caution
...
This is a strong caution against making the change described here.
2020-05-12 19:07:16 +01:00
Tim Bannister
0729189257
Adjust Deployment Markdown for Hugo 0.70.x
...
Shortcodes that deal with indentation seem tricky in Hugo. Try this
work-around.
2020-05-12 19:06:26 +01:00
Irvi Firqotul Aini
380add9419
Fix indentation.
2020-05-12 23:12:27 +07:00
Anusha Ramineni
f50994a08c
Update volumes.md
2020-05-12 12:12:22 +05:30
Savitha Raghunathan
ea8179d29d
Merge remote-tracking branch 'upstream/master' into dev-1.19
2020-05-11 16:07:40 -04:00
Adam Kaplan
55e17b86f2
mv "Assign Pods" and "Taints and Tolerations" concepts to "Scheduling and Eviction"
...
* Moved "Assigning Pods to Nodes" article to Concepts -> Scheduling and Eviction
* Moved "Taints and Tolerations" article to Concepts -> Scheduling and Eviction
* Updated weight of the "Kubernetes Scheduler" article so it appears first
* Updated redirects
* Replaced links to "Assigning Pods to Nodes" and "Taints and Tolerations" articles
to avoid redirects.
Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com >
2020-05-11 11:29:16 -04:00
drfish
f3fd15f042
Fix angle brackets issue for pod-topology-spread-constraints.md
2020-05-11 23:07:54 +08:00
Kubernetes Prow Robot
a0f8b298e0
Merge pull request #20858 from gujingit/master
...
Add content about the Alibaba cloud provider
2020-05-11 00:31:51 -07:00
gujingit
03aa645e8c
add load balancer info for alibaba cloud provider
2020-05-10 09:52:47 +08:00
jqmichael
691f8667c6
Clarify node affinity in ScheduleDaemonSetPods
...
> If node affinity of the DaemonSet pod already exists, it is replaced.
The original statement made it sound like the original node affinity was ignored when selecting the target node. Added clarification it is not the case.
For reference, the DaemonSet controller behavior.
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/daemon/daemon_controller.go#L1194
2020-05-09 18:40:18 -07:00
Kubernetes Prow Robot
89982e33f8
Merge pull request #20798 from inaitgaj/patch-1
...
logs command to check etc/hosts file corrected
2020-05-09 15:15:50 -07:00
Kubernetes Prow Robot
78ab651c9e
Merge pull request #18342 from sftim/20191227_tidy_pod_preset_pages
...
Tidy pages for PodPreset
2020-05-09 09:01:53 -07:00
Kubernetes Prow Robot
2da45fa3a6
Merge pull request #17509 from sftim/20191109_node_concept_improvements
...
Improve Node, Taints, and Tolerations concepts
2020-05-09 08:59:51 -07:00
Kubernetes Prow Robot
07fa80f443
Merge pull request #20856 from willise/docs/affinity
...
docs: reorganize topologyKey constraints
2020-05-09 07:51:50 -07:00
willise
fd16ff5529
docs: reorganize topologyKey constraints
...
Signed-off-by: willise <sunshuai@cmss.chinamobile.com >
2020-05-09 14:44:25 +08:00
willise
6e64f84983
docs: Add all probe explanation of init contaners
...
Signed-off-by: willise <sunshuai@cmss.chinamobile.com >
2020-05-09 11:03:47 +08:00
gujingit
c349c7dfd2
Add content about the Alibaba cloud provider
2020-05-09 10:49:19 +08:00
Kubernetes Prow Robot
421caff2b5
Merge pull request #20741 from jqmichael/patch-2
...
Made autoscale command more explicit
2020-05-08 19:39:52 -07:00
Kubernetes Prow Robot
eef6edfb93
Merge pull request #20738 from fml2/feature/Document-char-encoding-in-mapped-volumes
...
Document char encoding in mapped volumes
2020-05-08 19:37:51 -07:00
Kubernetes Prow Robot
29268394e6
Merge pull request #20761 from sftim/20200504_drop_endpointslice_feature_callout
...
Don't mention EndpointSlice resource on front page
2020-05-08 19:33:52 -07:00
iaoiui
af50366896
Some docs incorrect v1.18 kubectl run command ( #20784 )
...
* use "kubectl create deploy" instead of "kubectl run"
* omit whitspace fix
* omit whitspace fix
* avoid shorthand
2020-05-08 19:27:52 -07:00
Kubernetes Prow Robot
9c8e3c5130
Merge pull request #20819 from rkamudhan/patch-8
...
adding OVN4NFV-K8S-Plugin in addons
2020-05-08 19:19:51 -07:00
Kubernetes Prow Robot
68283c7717
Merge pull request #20816 from rkamudhan/patch-7
...
Adding OVN4NFV-K8S-Plugin in networking.md
2020-05-08 19:13:52 -07:00
Kubernetes Prow Robot
b92cd32196
Merge pull request #20833 from prasadkatti/pdb_feature_state
...
Add feature state for PodDisruptionBudget
2020-05-08 19:09:52 -07:00
Kubernetes Prow Robot
82ca68492e
Merge pull request #20830 from prasadkatti/fix_pdb_example
...
Fix cluster state in example on Disruptions concept page
2020-05-08 01:49:43 -07:00
Prasad Katti
d1952bf98c
Add feature state for PodDisruptionBudget
2020-05-07 16:09:18 -07:00
fml2
d1ff4e7c12
Document that UTF-8 is used when exposing configMaps as files
2020-05-07 23:45:43 +02:00
Prasad Katti
4b1a41b1ca
Fix cluster state in example on Disruptions concept page
2020-05-07 14:25:29 -07:00
Kubernetes Prow Robot
a6c6be1f27
Merge pull request #20805 from boskoop/deployment-recreate-edge-case
...
Pod lifecycle edge-cases for Recreate strategy
2020-05-07 14:07:42 -07:00
Kubernetes Prow Robot
20392aedad
Merge pull request #20605 from aapeliv/master
...
Fix typo in content/en/docs/concepts/services-networking/service.md
2020-05-07 10:45:10 -07:00
Kuralamudhan Ramakrishnan
1a04e1471d
adding OVN4NFV-K8S-Plugin in addons
2020-05-06 20:52:14 -07:00
Kuralamudhan Ramakrishnan
d8172b6aab
Update networking.md
2020-05-06 20:39:53 -07:00
Kubernetes Prow Robot
f3891c9baf
Merge pull request #20715 from bridgetkromhout/cluster-cidr-clarification
...
Clarification of formatting for IPv4/IPv6 CIDRs
2020-05-06 18:25:08 -07:00
Kevin Taylor
4ed975af84
Remove reference to VolumeSubpathEnvExpansion feature gate
2020-05-06 17:47:54 -07:00
Christian Bürgi
cf2d2b7970
Pod lifecycle edge-cases for Recreate strategy
...
Document Pod lifecycle behavior edge-case when using a Recreate strategy. This should document the "unexpected" behavior discussed in kubernetes/kubernetes#58814
2020-05-06 19:58:58 +02:00
Nikhil Jagtiani
14c07ede73
logs command to check etc/hosts file corrected
...
hosts file can be viewed using exec command.
2020-05-06 14:38:59 +05:30
Kubernetes Prow Robot
5f09fa4814
Merge pull request #20602 from Huang-Wei/Introducing-PodTopologySpread
...
Blog introducing PodTopologySpread
2020-05-05 10:33:09 -07:00
Wei Huang
bd85794f04
Blog introducing PodTopologySpread
2020-05-04 20:17:31 -04:00
Bridget Kromhout
1c7dcfc6de
Clarify IPv4 and IPv6
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org >
2020-05-04 14:03:31 -05:00
Tim Bannister
63550c9e88
Don't mention EndpointSlice resource on front page
...
EndpointSlice is a nice idea, but it's not front-page-of-site nice.
Remove it.
2020-05-04 17:22:19 +01:00
jqmichael
5f18998e73
Made autoscale command more explicit
2020-05-03 12:02:23 -07:00
Kubernetes Prow Robot
f64d9ae916
Merge pull request #20696 from pjhwa/fix-20695
...
Fix issue with k8s.io/docs/concepts/cluster-administration/cloud-prov…
2020-05-03 07:02:26 -07:00
Kubernetes Prow Robot
d67998a8dc
Merge pull request #20422 from nikhil-zadoo/patch-1
...
Updated hyperlink to raw-block-volume-support
2020-05-01 06:50:29 -07:00
Jerry Park
ee9f3db6cf
Fix issue with k8s.io/docs/concepts/cluster-administration/cloud-providers/
2020-05-01 08:06:54 +09:00
Lachlan Evenson
b17628152b
Remove IPVS prerequisites
...
Remove caution and replace with updated default
Add kube-apiserver feature-gates
Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com >
2020-04-30 15:46:44 -07:00
Joel
524e6c275a
Added optional key name for --from-file.
2020-04-30 11:42:56 -07:00
ViBiOh
71f95e719a
fix: Metadata name of ConfigMap must be lower case
2020-04-30 11:32:30 +02:00
Kubernetes Prow Robot
912d42c29c
Merge pull request #20651 from dsbos/patch-7
...
Fixed Markdown syntax error in list
2020-04-30 01:46:17 -07:00
Kubernetes Prow Robot
af23b1ebc1
Merge pull request #20650 from dsbos/patch-6
...
Fixed a punctuation error.
2020-04-29 14:20:17 -07:00
Cristobal Dabed
4b46f0028d
Update secret.md
...
Update all references of the escaped example password from `S!B\*d$zDsb` to `S!B\*d$zDsb=`
2020-04-29 22:03:21 +02:00