Commit Graph

4845 Commits

Author SHA1 Message Date
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
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
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
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 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
Lorenzo Paris 7048041d14 Update storage-classes.md
Adding vSphere CSI StorageClass example.
2020-09-01 16:47:11 -07:00
Jubayer Abdullah Joy 8cc8199d9a Change filesystem paths to monospace in Minikube setup guide
Signed-off-by: Jubayer Abdullah Joy <jubayerjoy98@gmail.com>

- Changed  filesystem paths to monospace in `/docs/setup/learning-environment/minikube.md` mounted host folder section
2020-09-02 02:01:07 +06:00
Kubernetes Prow Robot 81a3f5420a Merge pull request #23520 from sftim/20200828_revise_available_docs_versions_list
Revise “Supported Versions of the Kubernetes Documentation”
2020-09-01 12:37:50 -07:00
Celeste Horgan 47dd26bf09 Add 3rd party content warning
Signed-off-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Tim Bannister <tim+github@scalefactory.com>
2020-09-01 10:39:06 -07:00
Sascha Grunert 91f4a125c0 Remove the feature gate part from immutable secrets/configmaps
The feature is in `beta` since Kubernetes v1.19.0 so it is enabled per
default. This means that we can omit the hint to enable the feature
gate manually.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-01 14:32:18 +02:00
Kubernetes Prow Robot 353b5bed24 Merge pull request #23529 from JubayerJoy/master
Move “Resource Bin Packing” into Scheduling & Eviction section
2020-08-31 16:41:53 -07:00
Kubernetes Prow Robot a9e92583cb Merge pull request #23530 from tallaxes/patch-1
Fix arguments for service account key pair
2020-08-31 09:10:21 -07:00
Kubernetes Prow Robot 1cf74b8d32 Merge pull request #23586 from allx/patch-1
Update endpoint-slices.md
2020-08-31 08:56:21 -07:00
Kubernetes Prow Robot 6610821653 Merge pull request #23551 from tao12345666333/fix-metrics-label
fix `apiserver_requested_deprecated_apis` memtric's label.
2020-08-31 05:06:21 -07:00
alec 3e3de65859 Update endpoint-slices.md
Fix a typo
2020-08-31 17:21:32 +09:00
Kubernetes Prow Robot 8622cd09d6 Merge pull request #23083 from kbhawkey/kb-move-search-page
move search.md
2020-08-30 06:44:22 -07:00
Kubernetes Prow Robot c0d06c1980 Merge pull request #23228 from kvaps/fix-apiserver-dualstack
Specify service-cluster-ip-range for apiserver (dualstack)
2020-08-29 10:53:19 -07:00
Jintao Zhang 72376c52d7 s/removed_version/removed_release
fix `apiserver_requested_deprecated_apis` memtric's label.

ref: https://github.com/kubernetes/kubernetes/blob/044f9102dd44b8a0696f771bf40c2e9df4622076/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go#L70

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2020-08-30 00:30:09 +08:00
tallaxes a2a1755608 Fix arguments for service account key pair 2020-08-28 15:40:13 -07:00
Jubayer Abdullah Joy 11b10784fd Move “Resource Bin Packing” into Scheduling & Eviction section (#1)
Signed-off-by: Jubayer Abdullah Joy <jubayerjoy98@gmail.com>
2020-08-29 01:42:14 +06:00