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
Daniel Barclay
1563cf64c9
Fixed Markdow syntax error.
...
Can someone verify that my correction is correct? (I don't know how to view the rendered form of the Markdown.)(
2020-04-29 10:59:03 -04:00
Daniel Barclay
37172dd1bf
Fixed a puncutation error.
2020-04-29 10:02:50 -04:00
Cristobal Dabed
49c056370f
Update secret.md
...
Also apply the character `=` to the example.
2020-04-29 15:02:14 +02:00
Cristobal Dabed
8910e837c0
Update secret.md
...
We had to escape a password that ended with `=` to make the secret work with our pod.
2020-04-29 13:02:11 +02:00
Tim Bannister
c5abd7704a
Improve Node, Taints, and Tolerations concepts
...
- Use glossary shortcodes in Node concept
Add glossary tooltips to help new readers take in unfamiliar concepts.
- Move minion hint to glossary
The page about Node need not mention the former name (minion): it has
been many releases since the name change.
Instead, add a hint to the full glossary definition.
- Use note shortcodes where appropriate
- Order node management section first in concept page
- Drop list of components that act on Nodes
With Operators and CustomResourceDefinitions now common, plus the
cluster API, it's less easy to give a definitive list of components that
interacr with Node objects.
- Tidy old mentions of GA features for Node
- Give node tainting by condition its own section
- Introduce toleration concept before using it
- Mention version in TopologyManager feature state
- Other rewording
- Tidy Node condition table
- Explain SchedulingDisabled synthesized condition
- Drop details of supported versions for NodeRestriction
Assume that cluster version is v1.13 or later
2020-04-28 23:30:05 +01:00
Aapeli
c44e025d8d
Fix typo in content/en/docs/concepts/services-networking/service.md
2020-04-28 08:53:40 +10:00
Kubernetes Prow Robot
4d33f0282c
Merge pull request #20522 from Colstuwjx/fix/doc-node-affinity-nodeSelectorTerms-matchExpressions
...
doc: correct the description for nodeSelectorTerms,matchExpressions.
2020-04-27 13:22:05 -07:00
Chris Friesen
f768f14567
Remove stale docs about disabling the PodPriority feature.
...
As of 1.18 the PodPriority feature cannot be disabled, so update
the docs to reflect this.
2020-04-27 11:47:50 -06:00
Kubernetes Prow Robot
213769bc72
Merge pull request #20576 from pjhwa/fix-20575
...
Fix issue with k8s.io/docs/concepts/configuration/manage-resources-co…
2020-04-27 07:49:30 -07:00
Jerry Park
1b52e40232
Fix issue with k8s.io/docs/concepts/configuration/manage-resources-containers/
2020-04-27 23:37:13 +09:00
Hongcai Ren
b00c2da0ee
Explain how to manage Kubernetes running on HUAWEI CLOUD provider. ( #20579 )
...
* Explain how to manage Kubernetes running on HUAWEI CLOUD provider.
* Update content/en/docs/concepts/cluster-administration/cloud-providers.md
Co-Authored-By: Kevin Wang <kevinwzf0126@gmail.com >
* Update content/en/docs/concepts/cluster-administration/cloud-providers.md
Co-Authored-By: Kevin Wang <kevinwzf0126@gmail.com >
Co-authored-by: Kevin Wang <kevinwzf0126@gmail.com >
2020-04-27 04:45:29 -07:00
Tim Bannister
58498dc3ca
Reword PodPreset concept
...
- Note feature state for PodPreset
- Emphasize section on enabling PodPreset
- Omit version check
Assume that the reader has a supported version of Kubernetes that
includes PodPreset.
- List PodPreset as a task prerequisite
PodPreset is an alpha feature; you can't follow the task page unless
it's enabled.
2020-04-27 11:35:42 +01:00
Fuxing Loh
ddfa877602
Add missing default value to Progress Deadline Seconds
...
Potentially confusing sentence, being an optional value; not stating the default value might create an assumption that deployment will retry forever.
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#deploymentspec-v1-apps
2020-04-25 09:26:26 +08:00
colstuwjx
53c7cdb0c5
doc: correct the description for nodeSelectorTerms,matchExpressions.
2020-04-23 16:57:46 +08:00
Kubernetes Prow Robot
d6df57a88d
Merge pull request #20265 from Fale/control-plane-node-communication
...
Move from master to control plane
2020-04-22 15:25:45 -07:00
Kubernetes Prow Robot
3bffa50161
Merge pull request #19705 from sftim/20200318-revise-cloud-controller-manager
...
Revise cloud-controller-manager documentation
2020-04-21 20:25:53 -07:00
Kubernetes Prow Robot
7da5118e08
Merge pull request #20204 from viniciusbds/patch-1
...
Update concepts/extend-kubernetes/api-extension/custom-resources.md
2020-04-21 20:17:52 -07:00
Kubernetes Prow Robot
2fd5c43797
Merge pull request #20102 from sftim/20200405_add_configmap_concept
...
Add ConfigMap concept
2020-04-21 20:11:52 -07:00
Tim Bannister
5db3af4938
Revise cloud-controller-manager documentation
2020-04-21 19:59:45 +01:00
Tim Bannister
ea11774d64
Add ConfigMap concept page
...
Co-Authored-By: Celeste Horgan <celeste@cncf.io >
2020-04-21 19:36:42 +01:00
Tim Bannister
ee7ba25c96
Reorder Configuration concept section
2020-04-21 19:21:53 +01:00
vldungureanu
7ccc1d2aed
Update pod-overview.md
2020-04-21 19:11:30 +02:00
Vinicius Barbosa
ded2612866
Update content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md
...
Co-Authored-By: Jim Angel <jimangel@users.noreply.github.com >
2020-04-21 07:32:37 -03:00
Vinicius Barbosa
7119fa1c27
Merge branch 'master' into patch-1
2020-04-21 00:26:19 -03:00