Commit Graph

668 Commits (2ebd8a79f1eceb3c0b4911ab9341cfa1a8b2e9fe)

Author SHA1 Message Date
Kubernetes Prow Robot 56b0a2fb86
Merge pull request #23498 from sftim/20200827_revise_multiple_zones_setup
Revise page about multiple zones
2020-10-07 23:12:15 -07:00
Tim Bannister 7196db6980 Revise page about multiple zones
Drop provider-specific details, in line with current content guide.
Plus general rewording.
2020-10-07 12:19:42 +01:00
Kubernetes Prow Robot 49f4e0f338
Merge pull request #24110 from yoonian/patch-2
Fix typo
2020-10-03 15:03:05 -07:00
Kubernetes Prow Robot 72ee712f0f
Merge pull request #23528 from yeldiRium/patch-1
Clarify kubelet service configuration
2020-09-30 16:44:54 -07:00
Pratik raj 48702c35ca docs: Use sudo and tee uniformly everywhere
Added sudo uniformly everywhere it required as it presence doesn't affect anything , but it help new user's of linux , docker or kubernetes who are not much familiar with internals and also for who doesn't read the documentation line by line and use the guides for command reference and just copy paste for their use.

Also , changed  the way of writing or creating files , now using "tee" because previous way gives permission issue for non sudo users.
2020-09-28 17:48:07 +05:30
Yoon 4ad15695d2
fix link in intro-windows-in-kubernetes 2020-09-25 10:29:07 +09:00
Kubernetes Prow Robot 3f4b883f17
Merge pull request #23847 from devurandom/patch-1
kudeadm: Replace "master" with "control plane node"
2020-09-20 07:38:30 -07:00
Kubernetes Prow Robot 549d778a2b
Merge pull request #23785 from Miouge1/update-kubespray2
Update Kubespray page
2020-09-20 04:32:29 -07:00
Qiming Teng a679d93368 Remove dated information for node conformance
This PR addresses an issue about outdated limitation.
2020-09-16 08:37:13 +08:00
Dennis Schridde 239bae60fb kudeadm: Replace "master" with "control-plane node"
This replaces the word "master" with "control-plane node" in order to use
more inclusive language.

Also uses consistent wording / spelling in this context.

References: #21621
Suggested-by: Lubomir I. Ivanov <lubomirivanov@vmware.com>
2020-09-14 18:24:10 +02:00
Maxime Guyot a5cbc1f312 Update Kubespray page 2020-09-10 09:47:44 +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
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
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
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
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
tallaxes a2a1755608
Fix arguments for service account key pair 2020-08-28 15:40:13 -07:00
Kubernetes Prow Robot bd38cf195d
Merge pull request #23435 from rikatz/flatcar
Add instructions for installing kubeadm in Flatcar Linux
2020-08-27 17:50:18 -07:00
Savitha Raghunathan fd8602b391 Adding v1.19.0 release notes 2020-08-27 18:37:02 -04:00
Ricardo Pchevuzinske Katz 21a7a01fb3 Add Flatcar instructions
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@serpro.gov.br>
2020-08-27 17:40:51 -03:00
Kubernetes Prow Robot 46bd27df8f
Merge pull request #23438 from wangxy518/patch-7
Update container-runtimes.md
2020-08-26 19:13:03 -07:00
Kubernetes Prow Robot 70b75e16f0
Merge pull request #22981 from shuuji3/en/replace-special-quote-with-normal-ones
Replace special quote characters with normal ones
2020-08-26 14:55:02 -07:00
wangxy518 a88b2340aa
Update container-runtimes.md 2020-08-26 09:07:48 +08:00
Savitha Raghunathan 95c94c03d5 resolving conflicts 2020-08-23 12:13:37 -04:00
Kubernetes Prow Robot 7c58cdb148
Merge pull request #23162 from habibrosyad/gh-23152
fix example in k8s.io/docs/setup/release/version-skew-policy
2020-08-18 14:33:10 -07:00
Kubernetes Prow Robot 46ba0021a1
Merge pull request #23000 from haircommander/fix-crio-docs
Fix CRI-O installation information
2020-08-17 13:33:30 -07:00
Peter Hunt ed4506ca90 Fix CRI-O installation information
update Ubuntu, CentOS and Debian installation instructions
add Fedora instructions

Signed-off-by: Peter Hunt <pehunt@redhat.com>
2020-08-17 15:06:18 -04:00
M. Habib Rosyad e0eedf9bdc
fix example in k8s.io/docs/setup/release/version-skew-policy 2020-08-15 21:55:06 +07:00
RA489 5a8806379c Update Creating a single control-plane cluster with kubeadm 2020-08-13 15:03:04 +05:30
Anna Jung 09d0f598fa Merge master into dev-1.19 to keep in sync 2020-08-11 08:34:02 -05:00
TAKAHASHI Shuuji c6a96128c4
Replace special quote characters with normal ones. 2020-08-11 21:05:22 +09:00
Qiming Teng 201f21715a Fix links in setup section 2020-08-07 11:44:55 +08:00
Evgeny Shmarnev b4481e6afc ISSUE-22953: add missing information about etcd images 2020-08-05 11:32:25 +02:00
Savitha Raghunathan 53c71ad3f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-08-03 16:09:39 -04:00
inductor bae154edd3 Update kubeadm installation 2020-08-03 04:16:15 +09:00
ZhiFeng1993 876e66a45a Add troubleshooting item for kubeadm cluster upgrade 2020-07-30 11:07:36 -07:00
Savitha Raghunathan e2a861c2f9 Merge remote-tracking branch 'upstream/master' into dev-1.19 2020-07-27 19:10:42 -04:00
Kubernetes Prow Robot 15b1e62d41
Merge pull request #22600 from neolit123/1.19-remove-cni-from-kubeadm-page
kubeadm: remove the preferred / popular list of CNIs
2020-07-26 20:20:16 -07:00
Tim Bannister 49eee8fd3d
Revise Pod concept (#22603)
* Revise Pod concept

Adapt the existing Pod documentation to suit the Docsy theme, by
promoting the Pod concept itself to /docs/concepts/workloads/pods/

Following on from this, update the Pod Lifecycle page to cover the
lifecycle of a Pod and follow on directly from the Pod concept,
for readers keen to understand things in detail.

This change also removes the automatic contents list from the Pod
overview page. Instead, the new page links to all the pages
inside the Pod section.

* Update links to Pod concept

Link to updated content

* Incorporate Pod concept suggestions

Co-authored-by: Celeste Horgan <celeste@cncf.io>

* Revise StatefulSet suggestion for Pod concept

Co-authored-by: Celeste Horgan <celeste@cncf.io>

Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-07-26 20:18:16 -07:00
Lubomir I. Ivanov 67d95db8cd kubeadm: remove the preferred / popular list of CNIs
Kubeadm should be CNI agnostic and should not define what is
considered a popular CNI plugin and what isn't.

- Remove the tabs that list CNIs such as Calico, WeaveNet, etc.
- Preserve the note that Calico is currently the only CNI
kubeadm e2e tests are run against.
- Change the link to enumerate CNIs to:
/docs/concepts/cluster-administration/networking/
2020-07-20 22:41:55 +03:00
Qiming Teng c4add100ff Replace redirected links with the real targets
For some links that are invalid forever, this PR drops them.
2020-07-20 16:17:37 +08:00
Savitha Raghunathan 53f2d23359 resolving conflicts 2020-07-19 19:15:36 -04:00
Kubernetes Prow Robot 9a23188e30
Merge pull request #21652 from marosset/1.19-windows-contanerd
v1.19 Windows OS version support + containerd doc updates
2020-07-15 09:40:38 -07:00
James Sturtevant 00ef397436 adjust wording 2020-07-15 08:52:35 -07:00
marosset 8a9763a8bc Upgrading Windows OS version support + containerd feature state for v1.19
Co-authored-by: jsturtevant <jstur@microsoft.com>
2020-07-15 08:45:50 -07:00
Kubernetes Prow Robot 647b1d3ff0
Merge pull request #21534 from daschott/daschott-win-networking-1.19
updating Windows networking section with new features
2020-07-15 05:54:38 -07:00
Qiming Teng 31730ce174 Use inline links when possible
This is in prep for link checker. By using inline links everywhere, we:

- reduce the risk of dangling, missing, unused links as you can see from the PR;
- simplify the link checker logic (under development).
2020-07-15 17:09:32 +08:00
Kubernetes Prow Robot 91834fa5c2
Merge pull request #22442 from shuuji3/fix-version-skew-policy
Fix the usage of skew shortcode in the version-skew-policy page
2020-07-09 09:44:34 -07:00
TAKAHASHI Shuuji 6ef4cdc96c Fix the usage of skew shortcode in the version-skew-policy page. 2020-07-10 00:25:54 +09:00