Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: small fixes to Getting Started Guides #17583

Merged
merged 2 commits into from
Oct 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions Documentation/gettingstarted/k8s-install-default.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ to create a Kubernetes cluster locally or using a managed Kubernetes service:

.. group-tab:: GKE

The following command creates a Kubernetes cluster using `Google
The following commands create a Kubernetes cluster using `Google
Kubernetes Engine <https://cloud.google.com/kubernetes-engine>`_. See
`Installing Google Cloud SDK <https://cloud.google.com/sdk/install>`_
for instructions on how to install ``gcloud`` and prepare your
Expand All @@ -51,7 +51,7 @@ to create a Kubernetes cluster locally or using a managed Kubernetes service:

.. group-tab:: AKS

The following command creates a Kubernetes cluster using `Azure
The following commands create a Kubernetes cluster using `Azure
Kubernetes Service <https://docs.microsoft.com/en-us/azure/aks/>`_. See
`Azure Cloud CLI
<https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest>`_
Expand Down Expand Up @@ -111,7 +111,7 @@ to create a Kubernetes cluster locally or using a managed Kubernetes service:

.. group-tab:: EKS

The following command creates a Kubernetes cluster with ``eksctl``
The following commands create a Kubernetes cluster with ``eksctl``
using `Amazon Elastic Kubernetes Service
<https://aws.amazon.com/eks/>`_. See `eksctl Installation
<https://github.com/weaveworks/eksctl>`_ for instructions on how to
Expand Down Expand Up @@ -161,11 +161,11 @@ to create a Kubernetes cluster locally or using a managed Kubernetes service:

minikube start --network-plugin=cni --cni=false

.. note::
.. note::

From minikube v1.12.1+, cilium networking plugin can be enabled directly with
``--cni=cilium`` parameter in ``minikube start`` command. However, this may not
install the latest version of cilium.
From minikube v1.12.1+, cilium networking plugin can be enabled directly with
``--cni=cilium`` parameter in ``minikube start`` command. However, this may not
install the latest version of cilium.

Install the Cilium CLI
======================
Expand Down