File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ This document describes how to update the server replicated version for your pri
13
13
14
14
## Assumptions
15
15
16
- - Your installation is Ubuntu 14.04- based
17
- - You are running replicated version 2.10.3 on your services machine
16
+ - Your installation is Ubuntu 14.04 or 16.04 based.
17
+ - You are running replicated version 2.10.3<= on your services machine
18
18
- replicated --version
19
19
- Your installation is ** not** airgapped and you can access the internet from it
20
20
- All steps are completed on the Services machine
@@ -68,11 +68,12 @@ Example Output:
68
68
Perform the Replicated update by executing the update script as follows:
69
69
70
70
```
71
- curl -sSL "https://get.replicated.com/docker?replicated_tag=2.29.0 " | sudo bash
71
+ curl -sSL "https://get.replicated.com/docker?replicated_tag=<specific_replicated_version> " | sudo bash
72
72
```
73
73
74
74
Double-check your replicated and docker versions:
75
75
76
+ Example Output
76
77
```
77
78
replicatedctl version # 2.29.0
78
79
docker -v # 17.12.1
You can’t perform that action at this time.
0 commit comments