You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by wi...@apache.org on 2020/08/21 08:05:02 UTC

[incubator-yunikorn-site] branch master updated: [YUNIKORN-378] Rename MiniKube to Minikube (#16)

This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 19ac980  [YUNIKORN-378] Rename MiniKube to Minikube (#16)
19ac980 is described below

commit 19ac98097bd355ec4864f579661d3067315cdcbe
Author: Sunil Govindan <su...@apache.org>
AuthorDate: Fri Aug 21 17:53:56 2020 +1000

    [YUNIKORN-378] Rename MiniKube to Minikube (#16)
    
    Update the name as per naming pattern
    
    Fixes: #16
---
 docs/developer_guide/env_setup.md                      | 4 ++--
 versioned_docs/version-0.8.0/get_started/user_guide.md | 4 ++--
 versioned_docs/version-0.8.0/setup/env_setup.md        | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/developer_guide/env_setup.md b/docs/developer_guide/env_setup.md
index 1b723c2..4d0f1b8 100644
--- a/docs/developer_guide/env_setup.md
+++ b/docs/developer_guide/env_setup.md
@@ -72,7 +72,7 @@ The dashboard as deployed in the previous step requires a token or config to sig
 5. paste the token value into the input box and sign in:<br/>
     ![Token Access in dashboard](/img/dashboard_secret.png)
 
-## Local Kubernetes cluster with minikube
+## Local Kubernetes cluster with Minikube
 Minikube can be added to an existing Docker Desktop install. Minikube can either use the pre-installed hypervisor or use a hypervisor of choice. These instructions use [HyperKit](https://github.com/moby/hyperkit) which is embedded in Docker Desktop.   
 
 If you want to use a different hypervisor then HyperKit make sure that you follow the generic minikube install instructions. Do not forget to install the correct driver for the chosen hypervisor if required.
@@ -80,7 +80,7 @@ The basic instructions are provided in the [minikube install](https://kubernetes
 
 Check hypervisor
 Docker Desktop should have already installed HyperKit. In a terminal run: `hyperkit` to confirm. Any response other than `hyperkit: command not found` confirms that HyperKit is installed and on the path. If it is not found you can choose a different hypervisor or fix the Docker Desktop install.
 
-### Installing minikube
+### Installing Minikube
 1. install minikube, you can either use brew or directly via these steps: 
     ```shell script
     
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-amd64
diff --git a/versioned_docs/version-0.8.0/get_started/user_guide.md b/versioned_docs/version-0.8.0/get_started/user_guide.md
index 72d1a2a..d38bc0b 100644
--- a/versioned_docs/version-0.8.0/get_started/user_guide.md
+++ b/versioned_docs/version-0.8.0/get_started/user_guide.md
@@ -22,7 +22,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-Before reading this guide, we assume you either have a Kubernetes cluster, or a local Kubernetes dev environment, e.g MiniKube.
+Before reading this guide, we assume you either have a Kubernetes cluster, or a local Kubernetes dev environment, e.g Minikube.
 It is also assumed that `kubectl` is on your path and properly configured.
 Follow this [guide](setup/env_setup.md) on how to setup a local Kubernetes cluster using docker-desktop.
 
@@ -141,7 +141,7 @@ If this yaml is deployed on 1 node cluster, expect 1 pod to be started and the o
 More examples on affinity and anti affinity scheduling in the predicates section of the [README predicates](https://github.com/apache/incubator-yunikorn-k8shim/tree/master/deployments/examples#predicates)
 
 ### Volume examples
-There are three examples with volumes available. The NFS example does not work on docker desktop and requires [minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/). 
+There are three examples with volumes available. The NFS example does not work on docker desktop and requires [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/). 
 The EBS volume requires a kubernetes cluster running on AWS (EKS).
 Further instructions for the volume examples in the section of the [README Volumes](https://github.com/apache/incubator-yunikorn-k8shim/tree/master/deployments/examples#volumes).
 
diff --git a/versioned_docs/version-0.8.0/setup/env_setup.md b/versioned_docs/version-0.8.0/setup/env_setup.md
index e59bb27..28bb2e2 100644
--- a/versioned_docs/version-0.8.0/setup/env_setup.md
+++ b/versioned_docs/version-0.8.0/setup/env_setup.md
@@ -72,7 +72,7 @@ The dashboard as deployed in the previous step requires a token or config to sig
 5. paste the token value into the input box and sign in:<br/>
     ![Token Access in dashboard](/img/dashboard_secret.png)
 
-## Local Kubernetes cluster with minikube
+## Local Kubernetes cluster with Minikube
 Minikube can be added to an existing Docker Desktop install. Minikube can either use the pre-installed hypervisor or use a hypervisor of choice. These instructions use [HyperKit](https://github.com/moby/hyperkit) which is embedded in Docker Desktop.   
 
 If you want to use a different hypervisor then HyperKit make sure that you follow the generic minikube install instructions. Do not forget to install the correct driver for the chosen hypervisor if required.
@@ -80,7 +80,7 @@ The basic instructions are provided in the [minikube install](https://kubernetes
 
 Check hypervisor
 Docker Desktop should have already installed HyperKit. In a terminal run: `hyperkit` to confirm. Any response other than `hyperkit: command not found` confirms that HyperKit is installed and on the path. If it is not found you can choose a different hypervisor or fix the Docker Desktop install.
 
-### Installing minikube
+### Installing Minikube
 1. install minikube, you can either use brew or directly via these steps: 
     ```shell script
     
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-amd64