You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/08/05 01:43:08 UTC

[apisix-ingress-controller] branch master updated: docs: add installation on KIND to index (#1220)

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

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new dfcbaac8 docs: add installation on KIND to index (#1220)
dfcbaac8 is described below

commit dfcbaac8f2b8c9c5ece12e3454fa57a2a23dba65
Author: Jintao Zhang <zh...@gmail.com>
AuthorDate: Fri Aug 5 09:43:05 2022 +0800

    docs: add installation on KIND to index (#1220)
---
 docs/en/latest/config.json | 3 ++-
 install.md                 | 8 +++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 0bc6b36b..f60a7968 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -31,8 +31,9 @@
         "deployments/aws",
         "deployments/azure",
         "deployments/gke",
-        "deployments/k3s-rke",
+        "deployments/kind",
         "deployments/kubesphere",
+        "deployments/k3s-rke",
         "deployments/minikube",
         "deployments/tke"
       ]
diff --git a/install.md b/install.md
index b8d31ba5..6545db87 100644
--- a/install.md
+++ b/install.md
@@ -21,13 +21,15 @@
 
 This is an index page about installing Ingress APISIX in several environments. Click the following links on demands.
 
-* [Install Ingress APISIX on Azure AKS](./docs/en/latest/deployments/azure.md)
-* [Install Ingress APISIX on AWS EKS](./docs/en/latest/deployments/aws.md)
 * [Install Ingress APISIX on ACK](./docs/en/latest/deployments/ack.md)
+* [Install Ingress APISIX on AWS EKS](./docs/en/latest/deployments/aws.md)
+* [Install Ingress APISIX on Azure AKS](./docs/en/latest/deployments/azure.md)
 * [Install Ingress APISIX on Google Cloud GKE](./docs/en/latest/deployments/gke.md)
-* [Install Ingress APISIX on Minikube](./docs/en/latest/deployments/minikube.md)
+* [Install Ingress APISIX on KIND](./docs/en/latest/deployments/kind.md)
 * [Install Ingress APISIX on KubeSphere](./docs/en/latest/deployments/kubesphere.md)
 * [Install Ingress APISIX on K3S and RKE](./docs/en/latest/deployments/k3s-rke.md)
+* [Install Ingress APISIX on Minikube](./docs/en/latest/deployments/minikube.md)
+* [Install Ingress APISIX on TKE](./docs/en/latest/deployments/tke.md)
 
 ## Kustomize Support