core@core-01 ~ $ toolbox Downloading sha256:2bf01635e2a [=============================] 72.9 MB / 72.9 MB successfully removed aci for image: "sha512-d039dd0704e978e5c66e1915a64bca35ff6bf3f86036649659cf5df33ba5127f" rm: 1 image(s) successfully removed Spawning container core-fedora-24 on /var/lib/toolbox/core-fedora-24. Press ^] three times within 1s to kill container. [root@core-01 ~]# yum install elinks -y Yum command has been deprecated, redirecting to '/usr/bin/dnf install elinks -y'. See … Continue reading Toolbox in coreos
Day: April 2, 2017
Interacting with etcd
core@core-01 ~ $ etcdctl ls /coreos.com core@core-01 ~ $ etcdctl ls / --recursive /coreos.com /coreos.com/network /coreos.com/network/config /coreos.com/network/subnets /coreos.com/network/subnets/10.1.18.0-24 /coreos.com/network/subnets/10.1.19.0-24 /coreos.com/network/subnets/10.1.34.0-24 /coreos.com/updateengine /coreos.com/updateengine/rebootlock /coreos.com/updateengine/rebootlock/semaphore core@core-01 ~ $ etcdctl get /coreos.com/updateengine/rebootlock/semaphore {"semaphore":1,"max":1,"holders":[]} core@core-01 ~ $ etcdctl get /coreos.com/network/config { "Network": "10.1.0.0/16" } core@core-01 ~ $ etcdctl get /coreos.com/network/subnets/10.1.18.0-24 {"PublicIP":"172.17.8.103"} core@core-01 ~ $ etcdctl -o extended get /coreos.com/network/subnets/10.1.18.0-24 … Continue reading Interacting with etcd
starting with fleet
mohammedrafi@NOC-RAFI:~/gitdata/coreos-vagrant$ vagrant ssh core-01 Last login: Sun Apr 2 11:45:16 UTC 2017 from 10.0.2.2 on ssh Container Linux by CoreOS stable (1298.6.0) To list machines in cluster core@core-01 ~ $ fleetctl list-machines MACHINE IP METADATA 0589cb6e... 172.17.8.102 - 5e1982e0... 172.17.8.103 - cb31de94... 172.17.8.101 - To list unit files submitted to cluster core@core-01 ~ $ fleetctl … Continue reading starting with fleet
