4245 Commits

Author SHA1 Message Date
Kaivalya Shah de8cd50a3e Typo fix 2020-04-17 02:32:43 +05:30
Kim McMahon a3d53d0f16 Update guidelines and link to submit a case study 2020-04-16 13:29:23 -06:00
Kubernetes Prow Robot 0b423535e0 Merge pull request #20087 from linsun/patch-1
add IBM cloud instruction for internal lb
2020-04-16 06:38:46 -07:00
Lin Sun 24bd13bd5a add IBM cloud instruction
Signed-off-by: Lin Sun <linsun@us.ibm.com>
2020-04-16 08:58:16 -04:00
Kubernetes Prow Robot 54e0620c24 Merge pull request #20221 from ysyukr/limit-range-links
Update full link to inline link.
2020-04-16 05:54:47 -07:00
varadaprasanth c7f46f82d7 Pod object is formatted
Pod object is formatted as per the standards
2020-04-16 18:23:21 +05:30
Jim Angel a3decc2c8f automating-version-skew 2020-04-16 07:42:21 -05:00
varadaprasanth f559ac498a pod-template-hash label updated
code style has applied to the pod-template-hash label.
2020-04-16 18:05:24 +05:30
Julien Mailleret bf399a7a15 Update broken link 2020-04-16 12:18:58 +02:00
ntkjer f438d28b31 fixed deprecated references to kubectl deployment generation. uses create instead of run instead. 2020-04-15 17:56:00 -04:00
Ioannis Petrousov 6e878520ea Small typo fix 2020-04-15 21:28:21 +02:00
Jerry Park 2511741bc1 Fix Issue with k8s.io/docs/concepts/cluster-administration/manage-deployment/ 2020-04-15 23:53:09 +09:00
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