File tree 2 files changed +2
-81
lines changed
user-manual/getting-started/install
2 files changed +2
-81
lines changed Original file line number Diff line number Diff line change @@ -5,43 +5,4 @@ slug: getting-started-install-k8s
5
5
order : 1
6
6
---
7
7
8
- # Use Kubernetes to install Vanus
9
-
10
- ## Prerequisites
11
-
12
- Before installing Vanus, you must meet the following prerequisites:
13
-
14
- 1 . You must have a Kubernetes cluster and access to the internet from that cluster to fetch images.
15
- 2 . You have installed the [ kubectl] ( https://kubernetes.io/docs/tasks/tools ) .
16
-
17
- ## Install Vanus
18
-
19
- Install Vanus by running the command:
20
-
21
- ``` shell
22
- kubectl apply -f http://44.242.140.28:9080/all-in-one/v0.3.0.yml
23
- ```
24
-
25
- ## Verify the installation
26
-
27
- Monitor the Vanus components until all of the components show the STATUS Running or Completed.
28
- You can do this by running the following command:
29
-
30
- ``` shell
31
- kubectl get pods -n vanus
32
- ```
33
-
34
- Inspecting the output:
35
-
36
- ``` text
37
- NAME READY STATUS RESTARTS AGE
38
- vanus-controller-0 1/1 Running 0 8s
39
- vanus-controller-1 1/1 Running 0 9s
40
- vanus-controller-2 1/1 Running 0 10s
41
- vanus-gateway-7889df65c9-hvm97 1/1 Running 0 3s
42
- vanus-store-0 1/1 Running 0 10s
43
- vanus-store-1 1/1 Running 0 11s
44
- vanus-store-2 1/1 Running 0 12s
45
- vanus-timer-88bc6885-fst27 1/1 Running 0 10s
46
- vanus-trigger-8668cd4659-l9lgp 1/1 Running 0 10s
47
- ```
8
+ # TODO
Original file line number Diff line number Diff line change @@ -5,44 +5,4 @@ slug: getting-started-install-minikube
5
5
order : 0
6
6
---
7
7
8
- # Use minikube to install Vanus
9
-
10
- ## Prerequisites
11
-
12
- Before installing Vanus, you must meet the following prerequisites:
13
-
14
- 1 . You have installed [ docker] ( https://docs.docker.com/engine/install ) .
15
- 2 . You have installed [ minikube] ( https://minikube.sigs.k8s.io/docs/start ) and minikube must have access to the internet to fetch images.
16
- 3 . You have installed [ kubectl] ( https://kubernetes.io/docs/tasks/tools ) .
17
-
18
- ## Install Vanus
19
-
20
- Install Vanus by running the command:
21
-
22
- ``` shell
23
- kubectl apply -f http://44.242.140.28:9080/all-in-one/v0.3.0.yml
24
- ```
25
-
26
- ## Verify the installation
27
-
28
- Monitor the Vanus components until all of the components show the STATUS Running or Completed.
29
- You can do this by running the following command:
30
-
31
- ``` shell
32
- kubectl get pods -n vanus
33
- ```
34
-
35
- Inspecting the output:
36
-
37
- ``` text
38
- NAME READY STATUS RESTARTS AGE
39
- vanus-controller-0 1/1 Running 0 8s
40
- vanus-controller-1 1/1 Running 0 9s
41
- vanus-controller-2 1/1 Running 0 10s
42
- vanus-gateway-7889df65c9-hvm97 1/1 Running 0 3s
43
- vanus-store-0 1/1 Running 0 10s
44
- vanus-store-1 1/1 Running 0 11s
45
- vanus-store-2 1/1 Running 0 12s
46
- vanus-timer-88bc6885-fst27 1/1 Running 0 10s
47
- vanus-trigger-8668cd4659-l9lgp 1/1 Running 0 10s
48
- ```
8
+ # TODO
You can’t perform that action at this time.
0 commit comments