Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 68339af

Browse files
authored
Update change_environmetnt_in_rancher.md
1 parent 88ea8cc commit 68339af

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

change_environmetnt_in_rancher.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
# Move all host from one environment to another environment in rancher
22

3-
```
4-
# (1) Add certificate in rancher.
5-
```
3+
4+
## (1) Add certificate in rancher.
5+
66

77
![selection_057](https://user-images.githubusercontent.com/28925482/43885508-b4c01294-9bd6-11e8-9ce3-62bfad6ae1dd.png)
88

9-
```
10-
# (2) create NFS server using rancher CATALOG.
11-
```
9+
10+
## (2) create NFS server using rancher CATALOG.
11+
1212

1313
![selection_058](https://user-images.githubusercontent.com/28925482/43885563-e4fcc826-9bd6-11e8-93cb-189c25b44e09.png)
1414

15-
```
16-
# (3) Stop all host in old environment and add all host in new environment.
17-
```
15+
16+
## (3) Stop all host in old environment and add all host in new environment.
17+
1818
![selection_065_1](https://user-images.githubusercontent.com/28925482/43891567-40292f22-9be7-11e8-8b95-032544c93557.png)
1919

20-
```
21-
# (4) Start all service using docker-compose.yml and rancher-compose.yml files.
22-
```
20+
21+
## (4) Start all service using docker-compose.yml and rancher-compose.yml files.
22+
2323
![selection_066](https://user-images.githubusercontent.com/28925482/43890924-b4382a0a-9be5-11e8-8847-cb0944cb33a7.png)
2424

25-
```
26-
# (5) Upgrade those service which used NFS server by adding "rancher-nfs" in Volume Driver.
27-
```
25+
26+
## (5) Upgrade those service which used NFS server by adding "rancher-nfs" in Volume Driver.
2827

2928
![selection_061](https://user-images.githubusercontent.com/28925482/43885647-155efc14-9bd7-11e8-8b1f-d3e72163d826.png)

0 commit comments

Comments
 (0)