@@ -22,7 +22,7 @@ The command smrmgr start must be run as non-root user otherwise the deployment w
2222:::
2323
2424``` bash text title="Starting simplecontainer node with control plane exposed on the smr.example.com"
25- smrmgr start -n smr-node-1 - d node.simplecontainer.io
25+ smrmgr start -d node.simplecontainer.io
2626```
2727
2828This starts the simplecontainer node and control plane listens on the ` 0.0.0.0:1443 ` which means all interfaces,
@@ -36,7 +36,7 @@ Ports exposed when started using command above:
3636- ` :::1443->1443/tcp ` (Simplecontainer control plane ipv6)
3737- ` 127.0.0.1:2379->2379/tcp ` (Etcd exposed only on the localhost)
3838
39- Option ` -n ` is not mandatory but is used for specifying name of the node. It must be unique in cluster.
39+ Option ` -n ` is not mandatory but is used for specifying name of the node.
4040
4141Options ` -d ` specifies that node generates certificates for mTLS which are only valid for the ` smr.example.com ` .
4242
@@ -53,7 +53,6 @@ Key capabilities:
5353- Encrypted imports – import encrypted contexts to quickly connect to new clusters.
5454
5555``` cgo title="Context needs to be imported from smr agent first (on the same machine), then can be exported to other machines"
56- smrctl context import $(smr agent export --node smr-node-1) -y
5756smrctl context export --api node-1.simplecontainer.io:1443
5857```
5958
@@ -75,5 +74,6 @@ Now control plane should be accessible.
7574
7675``` cgo title="The smrctl ps command is used to list all containers in the cluster"
7776smrctl ps
78- NODE GROUP NAME DOCKER NAME IMAGE IP PORTS DEPS ENGINE STATE SMR STATE
77+ NODE RESOURCE PORTS IMAGE STATE ENGINE STATE SMR STATE
78+ ─────────────────────────────────────────────────────────────────────────────────────────────────────
7979```
0 commit comments