Skip to main content

Output examples

Here we'll collect different long output examples to help the user during the installation process

Installing Swarm

Determining service address
The installer will use service address '<IP>' (discovered from EC2 metadata service)
The installer has automatically detected the service IP address of this machine as <IP>.
Do you want to:
[0] default: use <IP>
[1] enter new address
Enter desired number (0-1): 0
Does this machine require a proxy to access the Internet? (y/N)
Installing docker version 18.09.2 from https://get.replicated.com/docker-install.sh
# Executing docker install script, commit: UNKNOWN
+ sh -c apt-get update -qq >/dev/null
+ sh -c apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
+ sh -c curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | apt-key add -qq - >/dev/null
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ sh -c echo "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" > /etc/apt/sources.list.d/docker.list
+ [ ubuntu = debian ]
+ sh -c apt-get update -qq >/dev/null
INFO: Searching repository for VERSION '18.09.2'
INFO: apt-cache madison 'docker-ce' | grep '18.09.2.*-0~ubuntu' | head -1 | cut -d' ' -f 4
+ _status=0
+ [ -n 5:18.09.2~3-0~ubuntu-bionic ]
+ sh -c apt-get install -y -qq --no-install-recommends docker-ce-cli=5:18.09.2~3-0~ubuntu-bionic >/dev/null
+ sh -c apt-get install -y -qq --no-install-recommends docker-ce=5:18.09.2~3-0~ubuntu-bionic >/dev/null
+ [ 0 -ne 0 ]
+ sh -c docker version
Client:
Version: 18.09.2
API version: 1.39
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 04:13:47 2019
OS/Arch: linux/amd64
Experimental: false

Server: Docker Engine - Community
Engine:
Version: 18.09.2
API version: 1.39 (minimum version 1.12)
Go version: go1.10.6
Git commit: 6247962
Built: Sun Feb 10 03:42:13 2019
OS/Arch: linux/amd64
Experimental: false
If you would like to use Docker as a non-root user, you should now consider
adding your user to the "docker" group with something like:

sudo usermod -aG docker your-user

Remember that you will have to log out and back in for this to take effect!

WARNING: Adding a user to the "docker" group will grant the ability to run
containers which can be used to obtain root privileges on the
docker host.
Refer to https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface
for more information.
External script is finished
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
Initializing the swarm
Swarm initialized: current node (l35utyvqj4a44s7dlcumk7k25) is now a manager.

To add a worker to this swarm, run the following command:

docker swarm join --token SWMTKN-1-3z72tpdyun2d1npv71h3d7p40ax6cn4idxdbnjbx5ncsp9d8fa-20w7ubhkfzvbu6ybybndg4fdl 172.31.9.49:2377

To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.

Swarm nodes:
ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS ENGINE VERSION
l35utyvqj4a44s7dlcumk7k25 * ip-172-31-9-49 Ready Active Leader 18.09.2
j4v4l4maitt1or868kvumow7s
Replicated secret token: oYA9yj8Ff8xVen8kO6PRaAluHvH5l
l35utyvqj4a44s7dlcumk7k25
Pulling replicated, replicated-ui and replicated-operator images
stable-2.39.0: Pulling from replicated/replicated
8f91359f1fff: Pull complete
77aa0512a823: Pull complete
7fc02f7b8e47: Pull complete
d900ef8c98c0: Pull complete
6450a6185e7c: Pull complete
44fa09ee68b7: Pull complete
260293363576: Pull complete
5774b749e2a3: Pull complete
dfc6fc0d58e3: Pull complete
5d7f6a0bcc31: Pull complete
Digest: sha256:2f668e996f6b2088fe6d1ddd0892b81ffd1dd72a7636ef12379ad3654045e738
Status: Downloaded newer image for quay.io/replicated/replicated:stable-2.39.0
stable-2.39.0: Pulling from replicated/replicated-ui
8f91359f1fff: Already exists
85277118c612: Pull complete
fdbf69c6aa48: Pull complete
5add2be52216: Pull complete
55302338f3ce: Pull complete
511d48690d5a: Pull complete
Digest: sha256:e94b445c99f89b071cb0a613a5ce9e2d841d0a2f73475d553fa329854610e5e3
Status: Downloaded newer image for quay.io/replicated/replicated-ui:stable-2.39.0
stable-2.39.0: Pulling from replicated/replicated-operator
8f91359f1fff: Already exists
316d1225b8fc: Pull complete
f1364f8fb3c9: Pull complete
7f829611ecff: Pull complete
98605ece9baf: Pull complete
5c4ab643fb8c: Pull complete
8fcfc1e567e3: Pull complete
Digest: sha256:76dfb558e0de6ba6f90e0725b36e53b04044b04b9b350efc12eede0cccea1275
Status: Downloaded newer image for quay.io/replicated/replicated-operator:stable-2.39.0
Create attachable replicated_default network
73pcsnjeqf1knc2hhhpb1kf8c
Deploying Replicated stack
Nothing found in stack: replicated
Creating service replicated_replicated
Creating service replicated_replicated-ui
Creating service replicated_replicated-operator
Installing replicated command alias

To continue the installation, visit the following URL in your browser:

http://<IP>:8800

The following should be the result of docker service ls after replicated has been installed.

ID            NAME                                       MODE          REPLICAS  IMAGE                                                                 PORTS
yxaiyltk3xtj premkit_replicated replicated 1/1 registry.replicated.com/library/premkit:v1.3.4
ujds94pjsm4o replicated_replicated replicated 1/1 quay.io/replicated/replicated:stable-2.44.2 *:9874->9874/tcp, *:9878->9878/tcp
jpwioo9nhndh replicated_replicated-operator global 1/1 quay.io/replicated/replicated-operator:stable-2.44.2
wd4s6w0ha7gx replicated_replicated-ui replicated 1/1 quay.io/replicated/replicated-ui:stable-2.44.2 *:8800->8800/tcp
3bgy4vjx70e2 retraced_retraced-api replicated 1/1 registry.replicated.com/library/retraced:1.3.34
v0av1aigcnya retraced_retraced-api-bootstrapper replicated 0/1 registry.replicated.com/library/retraced:1.3.34
pvwhmnl38742 retraced_retraced-cron replicated 1/1 registry.replicated.com/library/retraced:1.3.34
3yo1zd4xmizt retraced_retraced-display-template-setup replicated 0/1 registry.replicated.com/library/retraced:1.3.34
fjbrx6vfq270 retraced_retraced-nsqd replicated 1/1 registry.replicated.com/library/retraced-nsq:v1.0.0-compat-20200520
lh6olop8nghp retraced_retraced-pg-migrate replicated 0/1 registry.replicated.com/library/retraced:1.3.34
u7gfgff7gyvb retraced_retraced-postgres replicated 1/1 registry.replicated.com/library/retraced-postgres:10.12-20200520
w9aoncxnbsis retraced_retraced-processor replicated 1/1 registry.replicated.com/library/retraced:1.3.34