[GitHub] [apisix-ingress-controller] tao12345666333 commented on a change in pull request #933: doc: add doc about installing apisix ingress with kind

2022-03-25 Thread GitBox


tao12345666333 commented on a change in pull request #933:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/933#discussion_r835453287



##
File path: docs/en/latest/deployments/kind.md
##
@@ -0,0 +1,65 @@
+---
+title: Install Ingress APISIX on Kind
+---
+
+
+
+This document explains how to install Ingress APISIX on 
[kind](https://kind.sigs.k8s.io/).
+
+## Prerequisites
+
+* Install [kind](https://kind.sigs.k8s.io/docs/user/quick-start/).
+* Install [Helm](https://helm.sh/).

Review comment:
   I don't think we need to specify that GO/Docker etc. are needed, they 
are actually kind dependencies.
   
   We just need to note that you need to properly install kind and use it to 
create a Kubernetes cluster.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [apisix-ingress-controller] tao12345666333 commented on a change in pull request #933: doc: add doc about installing apisix ingress with kind

2022-03-25 Thread GitBox


tao12345666333 commented on a change in pull request #933:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/933#discussion_r834988089



##
File path: docs/en/latest/deployments/kind.md
##
@@ -0,0 +1,83 @@
+---
+title: Install Ingress APISIX on Kind
+---
+
+
+
+This document explains how to install Ingress APISIX on 
[kind](https://kind.sigs.k8s.io/).
+
+## Prerequisites
+
+* Install [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation).
+* Install [Helm](https://helm.sh/).
+
+## Create Cluster
+
+Create a kind cluster with `extraPortMappings` and `node-labels`. You can 
click this [link](https://kind.sigs.k8s.io/docs/user/ingress/#create-cluster) 
for more information.
+
+Command as follows for reference:
+
+```shell
+cat <

[GitHub] [apisix-ingress-controller] tao12345666333 commented on a change in pull request #933: doc: add doc about installing apisix ingress with kind

2022-03-24 Thread GitBox


tao12345666333 commented on a change in pull request #933:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/933#discussion_r834908512



##
File path: docs/en/latest/deployments/kind.md
##
@@ -0,0 +1,83 @@
+---
+title: Install Ingress APISIX on Kind

Review comment:
   on




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org