Commit Graph

5362 Commits

Author SHA1 Message Date
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
Maxime Guyot a5cbc1f312 Update Kubespray page 2020-09-10 09:47:44 +02: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
Lorenzo Paris d3475e6a5c Update content/en/docs/concepts/storage/storage-classes.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-09-09 14:37:24 -07: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
Douglas Schilling Landgraf bdafcf5aa4 [en]: add missing context module for the go example
The client-go example is missing the param context.
This patch adds the missing param.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:59:00 -04:00
Douglas Schilling Landgraf ed8ffbda4c [en]: Add package main to client-go example
The package main is missing from the example.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2020-09-08 20:56:13 -04: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
Tim Bannister b838ea7a3e Revise node draining task page 2020-09-08 21:32:45 +01:00
Tim Bannister 4b3617299a Link to well-known labels rather than repeating the list
- easier to maintain
- less visual space; readers who are interested can follow the hyperlink
2020-09-08 19:47:50 +01: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
Evgeny Shmarnev ad56b48a0b Rewrite GKE refernce in Control Plane-Node Communication 2020-09-07 18:04:53 +02:00
Hannes Leutloff 8bdeda57ac Update setup-ha-etcd-with-kubeadm.md
It was not clear to me that I had to add the unit file to all nodes and restart the kubelet service. I was stuck wondering why etcd could not connect to the other peers until i realized that kubelet was only running on `HOST-0`.

Remove parantheses.

Improve phrasing.

Update content/en/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-09-07 13:53:51 +02: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
bebyx 5607db09bb Add important note about port
This tutorial should note that the Pod works **only** with `--port=8080`. This would probably save couple of hours for adventurous DevOps trainees.
2020-09-03 18:11:06 +03:00
Jordan Liggitt 6b27a86b41 Add warnings blog post (#23592) 2020-09-03 04:57:41 -07:00
Kubernetes Prow Robot f40217dc30 Merge pull request #23524 from whatthefrog/patch-1
Update basic-stateful-set.md
2020-09-02 20:27:40 -07:00
Kubernetes Prow Robot ca7b287f1e Merge pull request #23658 from thtanaka/docs/kubeadm-reset
kubeadm reset unmounts /var/lib/kubelet
2020-09-02 20:25:40 -07:00
Kubernetes Prow Robot 2e7e7aa43b Merge pull request #23656 from celestehorgan/experiment-removing-roboto
Remove Roboto
2020-09-02 17:47:40 -07:00
Kubernetes Prow Robot 5b08dbc38d Merge pull request #23107 from celestehorgan/add-3rdparty-warning
Add 3rd party content warning
2020-09-02 12:53:06 -07:00
Thomas Tanaka 5c7280bb6d kubeadm reset unmounts /var/lib/kubelet
Signed-off-by: Thomas Tanaka <thomas.tanaka@oracle.com>
2020-09-02 10:52:06 -07:00
Celeste Horgan 0da853bb11 Remove Roboto from partner-style.css, improve button styling
Signed-off-by: Celeste Horgan <celeste@cncf.io>
2020-09-02 10:18:34 -07:00
Kubernetes Prow Robot b1a0b1a79a Merge pull request #23560 from mkorbi/feature-blog-1.19-endpoint
add feature blog endpointslice
2020-09-02 08:35:08 -07:00
Max 2cbba6feeb update mean for Endpoint API 2020-09-02 17:07:38 +02:00
Lorenzo Paris 7048041d14 Update storage-classes.md
Adding vSphere CSI StorageClass example.
2020-09-01 16:47:11 -07:00
Max ae7b7c0267 fix typo
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
2020-09-02 00:39:03 +02:00
Max c7aad1693b fix typo
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
2020-09-02 00:38:52 +02:00