Commit Graph

4961 Commits

Author SHA1 Message Date
Qiming Teng 3cc1371651 Remove duplicated content in concepts and reference
We currently have quite some contents duplicated between the concepts
and the reference section, which is not good. This PR is an effort to
remove the duplicated content from the two pages while providing links
for readers to check the reference easily.
2020-09-19 08:36:47 +08:00
Kubernetes Prow Robot ba3c2c4b29
Merge pull request #23877 from liggitt/deprecate-cs
Remove reference to componentstatus
2020-09-14 14:27:25 -07:00
Kubernetes Prow Robot 5632ae93ea
Merge pull request #23819 from kbhawkey/kb-api-overview
minor cleanup of API overview
2020-09-14 10:48:59 -07:00
Jordan Liggitt e566a726de Remove reference to componentstatus 2020-09-14 11:13:30 -04:00
Kubernetes Prow Robot f53a4c700d
Merge pull request #23406 from oomichi/update-link-of-kuztomization
Update the link of kustomization file
2020-09-14 08:00:59 -07:00
inductor 3535bf280e small k in url 2020-09-14 20:03:50 +09:00
Kubernetes Prow Robot db6ed81b5d
Merge pull request #23856 from christomas1/patch-1
Update manage-resources-containers.md
2020-09-13 22:00:58 -07:00
Kubernetes Prow Robot c901c84e55
Merge pull request #23782 from tengqm/create-secret-tasks
Separating tasks from Secret concept
2020-09-13 17:20:57 -07:00
Kubernetes Prow Robot d2b84110de
Merge pull request #23735 from bttger/patch-1
Fix false Object in persistentVolumeClaim explanation
2020-09-13 17:18:57 -07:00
Kubernetes Prow Robot 99439157bb
Merge pull request #23744 from tengqm/improve-obj-mgmt
Improve object management page by adding a hint
2020-09-13 13:02:57 -07:00
Chris Tomas c1f104e5f8
Update manage-resources-containers.md
Removed the "env" object from the "Meaning of memory" section. It has no utility.
2020-09-13 14:33:38 -05:00
Qiming Teng 995b067fdb Separating tasks from Secret concept
There are many contents in the (*very big*) Secret concept page which
are actually tasks. This PR proposes a separation of some contents
into separate tasks, so that we have a (hopefully) better organization
of the content and we make room for improvement to the concept itself.

Note that the creation of the `configmap-secret` directory (instead of
`secret`) is an intent to create a folder for both ConfigMap and Secret,
both of which are about configurations though there are quite some
differences between them.
2020-09-13 21:06:58 +08:00
Kubernetes Prow Robot c8b582ac2d
Merge pull request #23844 from didier-durand/Ingress_EN
fixing some typos / spelling issues in Ingress.md
2020-09-13 03:42:57 -07:00
didier 68a018eb8d fixing some typos / spelling issues
Signed-off-by: didier <durand.didier@gmail.com>
2020-09-13 11:00:07 +02:00
Kubernetes Prow Robot b6b30fab61
Merge pull request #23795 from kaushik229/master
Limited resources in quota when scoped for priority class
2020-09-12 18:02:57 -07:00
noms 7e22ae5adc
Fix for 23732 (#23822)
* Fix for 23732

Explicitly specify that consumed as environment variables  require pod restart to refresh.

* Remove note tag

Remove note tag as suggested
2020-09-12 17:10:58 -07:00
Karen Bradshaw a6599ab7d1 minor cleanup, format notes 2020-09-11 20:16:55 -04:00
Aleg Malinovsky 8b0014260d
missing a word
it felt like the sentence was missing a word in that place
2020-09-11 15:24:51 +03:00
Kubernetes Prow Robot d9c91821bb
Merge pull request #23796 from cimes-isi/patch-1
Typo in 'What's next' section
2020-09-10 21:54:14 -07:00
Adolfo Julcamoro dee4a58df2
Update _index.md 2020-09-10 16:30:05 -05:00
cimes-isi e0859fdc4b
Typo in 'What's next' section 2020-09-10 14:19:29 -04:00
Kumar Kaushik acbaf2577a Limited resources in quota when scoped for priority class 2020-09-10 10:30:18 -07:00
Kubernetes Prow Robot 812c0bd6a6
Merge pull request #23762 from BenHall/RemoveRobotoInteractivityEN
Remove Roboto font from interactivity pages
2020-09-10 09:29:49 -07:00
Ben Hall 537957f8b4
Update content/en/docs/tutorials/kubernetes-basics/public/css/styles.css
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-09-10 09:30:49 +01:00
Ben Hall 957fcae26b
Update content/en/docs/tutorials/kubernetes-basics/public/css/styles.css
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-09-10 09:30:33 +01:00
Qiming Teng 7ff239625b Improve object management page by adding a hint
The current instruction doesn't work if one is using `generateName`
field when creating an object.
2020-09-10 08:39:21 +08:00
Kubernetes Prow Robot 38bd0aa204
Merge pull request #23669 from tengqm/fix-api-concepts
Fix errors/nits in api-concepts
2020-09-09 14:05:44 -07:00
Kubernetes Prow Robot 2955ede7ee
Merge pull request #23279 from sftim/20200820_add_heading_immutable_secret_configmap
Add headings for Immutable ConfigMaps and Secrets
2020-09-09 10:23:08 -07:00
Paulo Gomes 87d36ecfe1 Fix incorrect guidance on enabling EventRateLimit 2020-09-09 09:48:47 +01:00
Ben Hall 040afda42a Remove Roboto from English docs
Signed-off-by: Ben Hall <ben@benhall.me.uk>
2020-09-09 08:52:21 +01:00
Qiming Teng 6826722885 Fix errors/nits in api-concepts
Nits fixed include:

- incorrectly specified code syntax, e.g. code snippet marked 'json' but
  the content is not JSON;
- the footnote in the paging table contains a nested table which cannot
  be rendered correctly, so the content is removed considering that it
  is just redundant table rows;
- some `kubectl apply` commands failed to provide the correct artifact
  to use while the artifact is stored online.
- fixed some other code fences by explicitly marking them as code
  snippet rather than relying on indentation (hard to maintain).
2020-09-09 08:52:06 +08:00
Kubernetes Prow Robot debec6a190
Merge pull request #23516 from tengqm/fix-crd
Fix nits in CRD task
2020-09-08 07:43:43 -07:00
Qiming Teng 321342b3f0 Fix nits in CRD task 2020-09-08 18:45:38 +08:00
Tom Boettger 00abf7a80f Fix false Object in persistentVolumeClaim explanation
The persistentVolumeClaim explanation was contradictory. I've changed it, since PersistentVolumeClaims are an abstraction layer for PersistentVolumes, which in turn "capture[..] the details of the implementation of the storage".
2020-09-08 12:37:51 +02:00
Kubernetes Prow Robot 71e55e48e5
Merge pull request #23269 from RA489/containerd_config
containerd config improvement
2020-09-08 02:23:43 -07:00
RA489 c43613b8cf containerd config improvement 2020-09-08 10:59:31 +05:30
gm7y8 b330bb0256 Move eviction-policy from tasks to concepts
add what's next to eviction policy
2020-09-07 23:44:28 +01:00
Kubernetes Prow Robot f0a32c7833
Merge pull request #23710 from pjhwa/fix-23709
Fix issue with k8s.io/docs/concepts/services-networking/ingress.md
2020-09-06 08:45:41 -07:00
Tim Bannister b5b9d88433 Add headings for Immutable ConfigMaps and Secrets 2020-09-06 16:03:35 +01:00
Jerry Park 6cde842648 Fix issue with k8s.io/docs/concepts/services-networking/ingress.md 2020-09-06 21:35:55 +09:00
Marek Siarkowicz e2f152a867 Small fixes in structured logging post
* Fix name of namespace to kube-system
* Change kubedns to coredns
* Remove tailing whitespaces
* Fix names of json keys (should be lowerCamelCase)
* Fix quotation mark (fixes broken json highlighting)
2020-09-05 13:54:40 +02:00
Kubernetes Prow Robot f4239559d5
Merge pull request #23679 from pjhwa/fix-23678
Fix issue with k8s.io/docs/reference/command-line-tools-reference/fea…
2020-09-04 12:11:41 -07:00
Kubernetes Prow Robot 30258a297f
Merge pull request #23687 from Marusyk/Marusyk-patch-1
Removes IPVS prerequisites in "Validate IPv4/IPv6 dual-stack"
2020-09-04 11:55:40 -07:00
Kubernetes Prow Robot f310d1543e
Merge pull request #23632 from jrsapi/feature-blog-introducing-structured-logs
init blog intro structured logs
2020-09-04 08:17:41 -07:00
Joseph Sandoval 1d4e0308ad
Add blog intro for structured logs 2020-09-04 11:04:02 -04:00
Roman Marusyk f4028e2a01
Removes IPVS prerequisites 2020-09-04 12:21:34 +03:00
Jerry Park 2e143b0583 Fix issue with k8s.io/docs/reference/command-line-tools-reference/feature-gates/ 2020-09-03 23:02:35 +00:00
Tim Bannister 6f628b0789
Remove section: On-Premises VMs (#23500)
* Remove on-premises VMs section

* Remove CloudStack page

This page does not fit in with current content guidelines.

* Remove DC/OS page

This page does not fit in with current content guidelines.

* Remove oVirt page

This page does not fit in with current content guidelines.

* Remove empty section: On-Premises VMs
2020-09-03 12:53:40 -07:00
Kubernetes Prow Robot daf7156bd5
Merge pull request #23517 from sftim/20200828_remove_cloud_providers_page
Remove cloud providers page
2020-09-03 12:07:41 -07:00
Jordan Liggitt 6b27a86b41
Add warnings blog post (#23592) 2020-09-03 04:57:41 -07:00