Commit Graph

4359 Commits

Author SHA1 Message Date
Quan Tian 5548f21f21 Correct description of registering APIService
APIService doesn't have `path` field and cannot call a service at
specified subpath. This might be a copy-paste error from service in CRD
webhook.
2020-04-15 06:15:17 -07:00
Marcin Niemira 560c5004d8 Update conventions.md
move generators to the end of the section as they are not part of run cmd
2020-04-15 21:57:18 +10:00
Kubernetes Prow Robot b386a31c22 Merge pull request #20326 from rmohta/patch-1
Moved Desired and Current headers to rs section
2020-04-15 02:44:03 -07:00
Kubernetes Prow Robot ec54f985ee Merge pull request #20303 from Nishikoh/fix-indent
Fix indent of the example yaml
2020-04-14 23:28:02 -07:00
Rohit Mohta 9ff3899824 Move Desired & Current headers to rs section. 2020-04-14 21:25:22 -07:00
Kubernetes Prow Robot 3ef4c1cc14 Merge pull request #20334 from nojnhuh/patch-1
Fix typo
2020-04-14 11:58:14 -07:00
Kubernetes Prow Robot 77b4fa5492 Merge pull request #19385 from adambkaplan/schedule-eviction-1
Rename "Scheduling" concept as "Scheduling and Eviction"
2020-04-14 11:36:13 -07:00
Jon Huhn ab052f11cd Fix typo 2020-04-14 12:53:47 -05:00
Kubernetes Prow Robot d26096c8da Merge pull request #18173 from jimangel/fix-release-info
fixing information about dev contrib
2020-04-14 07:54:12 -07:00
Adam Kaplan 1bb09e6d0d Rename "Scheduling: concept as "Scheduling and Eviction"
* Rename `docs/concepts/scheduling` to `docs/concepts/scheduling-eviction`
* Retitle concept header to "Scheduling and Eviction"
* Update redirects
* Update internal links (en only)

Part of proposal #19081

Signed-off-by: Adam Kaplan <adam.kaplan@redhat.com>
2020-04-14 08:51:00 -04:00
Oleg Butuzov 57d216840a Changing links in the old interactive tutorials. 2020-04-14 12:31:18 +03:00
Kubernetes Prow Robot e09ee49559 Merge pull request #19852 from bg-chun/topology-manager
fix inaccurate information of topology-manager admin guide
2020-04-14 02:09:11 -07:00
Kubernetes Prow Robot e482360756 Merge pull request #19596 from jenting/fix-hpa-walkthrough
Correct target.type from AverageUtilization to Utilization
2020-04-14 01:25:11 -07:00
Ilja c9de7b6eae Fix broken link 2020-04-14 08:22:06 +03:00
Ilja b8348ac7c3 Update _index.md 2020-04-14 07:56:03 +03:00
Ilja 4846167e7f Fix link to new PR page 2020-04-14 07:53:08 +03:00
Byonggon Chun eb750e83d9 fix inaccurate information of topology-manager admin guide
Topology Manager deal with Guaranteed QoS Pod.
=>Topology Manager deal with all Pod QoS Classes since 1.17

Topology Manager works on Nodes with the Static CPU Policy enabled
=> changing wording to make this clearer and adding examples

Signed-off-by: Byonggon Chun <bg.chun@samsung.com>
2020-04-14 12:28:41 +09:00
KoukiNishihara 2648b9cf31 remove extra space 2020-04-14 10:51:41 +09:00
KoukiNishihara 047588fb31 Fix indent of the example yaml :en 2020-04-14 10:40:10 +09:00
Kubernetes Prow Robot 0be2a697b1 Merge pull request #20301 from sftim/20200413_fix_cronjob_timezone_note
Note CronJob timezone comes from system timezone
2020-04-13 17:41:11 -07:00
Kubernetes Prow Robot 460b65f938 Merge pull request #17688 from sftim/20191120_improve_job_parallel_processing_expansion_task
Improve Job parallel processing expansion task
2020-04-13 16:39:11 -07:00
Tim Bannister 6a97c40e74 Expand details about CronJob timezone 2020-04-14 00:03:23 +01:00
Tim Bannister 7da5b12927 Note CronJob timezone comes from system timezone
The timezone for the kube-controller-manager (or if that's broken apart,
the cronjob controller) determines when CronJobs are scheduled.

This reverts commit bad124b857.
2020-04-14 00:02:58 +01:00
Kubernetes Prow Robot 78c660696d Merge pull request #20299 from kbhawkey/prep-ref-guides-hugo-update
regenerate ref docs, prepare hugo upgrade
2020-04-13 15:59:11 -07:00
Kubernetes Prow Robot e3ecb569c2 Merge pull request #19270 from sftim/20200223_improve_cronjob_concept
Improve CronJob concept
2020-04-13 15:41:12 -07:00
Tim Bannister 8a92e05fba Revise Pod lifecycle page
Reword Pod readiness section
- “Pod Ready++” is stable, so word the documentation accordingly.
- In the documentation, call this “Pod readiness”
- Related tweaks

Reword Pod lifetime section
- mention StatefulSet
- omit mentioning ReplicationController as it's deprecated
- reword to suggest that the list of workload resources is non-exhaustive
and use glossary tooltips as well.
2020-04-13 23:20:04 +01:00
Yury Tsarev 18cca972a6 Document pod DNS resolution schema
* Currently documentation mentions resolvable FQDNs for services only
* Documentation for pods is confusing in regards of local pod `hostname`
  wich actually does not match in-cluster DNS resolution
* This PR clarifies FQDN schema that is used for pod DNS resolution
2020-04-14 00:17:30 +02:00
Karen Bradshaw 3994994684 regenerate ref docs, prepare hugo upgrade 2020-04-13 17:44:29 -04:00
Joan Goyeau b3bf6ae82a Add joan38/kubernetes-client to community libs 2020-04-13 11:05:09 -07:00
Joan Goyeau 446eb36936 dsort Community-maintained libs 2020-04-13 11:04:33 -07:00
Joan Goyeau 394dee9dd1 Remove Haskell from Community as it's Official 2020-04-13 11:03:07 -07:00
Ilja 718e4139d8 Fix link format 2020-04-13 21:01:02 +03:00
Raymond db27cfd719 Update deployment.md - Fix inconsistency and rollback message
- Fix inconsistency with configuration field references
- Fix message returns after performing a roll-back...
2020-04-13 20:43:35 +03:00
Jim Angel 00b106a744 fixing information about dev contrib 2020-04-13 12:19:03 -05:00
Kubernetes Prow Robot bc4bc85855 Merge pull request #20194 from varadaprasanth/patch-2
Glossary for PersistentVolumeClaim added
2020-04-13 10:01:49 -07:00
Tim Bannister b3c5692ebc Fix incorrect here document
The existing here document for setting up YUM on RHEL / CentOS would try
to copy $basearch from the environment, rather than let YUM use its own
variables.
2020-04-13 17:54:32 +01:00
Marcin Niemira 4d52cb6dd5 Merge branch 'master' into fix-restart-always-docs 2020-04-12 16:44:28 +10:00
Jerry Park 1a4bbf03ea Fix issue with /docs/concepts/configuration/taint-and-toleration/ 2020-04-12 11:31:33 +09:00
Ali Mirlou 2060adcc0d Minor refactor and typo fix of Custom Resources topic
Revert a change in Custom Resources topic

Revert Latin phrases to original form

Update custom-resources.md
2020-04-12 00:37:50 +00:00
Kubernetes Prow Robot 2c694c97ab Merge pull request #19970 from tsahiduek/pod_topology_spread_en
pod-topology-spread  links - Language en
2020-04-11 17:15:47 -07:00
Christian Zeller e1d688af2e Update kubernetes-objects.md
Added missing word
2020-04-11 21:58:52 +00:00
Tim Bannister 67e49d68d6 Clean up Job parallel processing expansion task
- use Task template, not Concept
- Explain use of curl for downloading
- Use DBPedia URLs for fruit (these should stay valid)
- Reword prerequisites
2020-04-11 21:59:43 +01:00
Tim Bannister 1e99f4f71f Use API resource name for clarity 2020-04-11 21:33:57 +01:00
Tim Bannister 068f8e4c69 Reword pod template concept information
- Mention address family in pod concept
  Preparing to reword this for IPv4 / IPv6 dual stack
- Fix capitalization for “cluster”, “container” and “volume”
  These are not resources you manage via kubectl
- Harmonize short descriptions for workload objects in glossary
- Expand definition of StatefulSet
- Use tooltip for “kubelet”
- Revise pod template text
- Revise What's Next section
2020-04-11 18:56:32 +01:00
Tsahi Duek 893aeecddd gix missed identation caused by lint 2020-04-10 14:43:45 +03:00
Tsahi Duek ba7708fa7a Revert "Fix identations in Conventions paragraph"
This reverts commit 69bb47153a.
2020-04-10 14:41:52 +03:00
Yuk, Yongsu a1a34783fb Update relative link to internal link. 2020-04-10 17:12:41 +09:00
Vageesha17 9e40a8fe98 updates for PR #20131 2020-04-10 10:25:14 +05:30
cesarpino e9ad783208 Update cluster-interactive.html
If the desktop window is too narrow, Terminal does not show.
The old message was confusing in that case.
2020-04-10 00:21:01 +02:00
Rob Scott 3366db71c7 Adding quotes to examples in Ingress blog post 2020-04-09 11:54:21 -07:00