This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0xffff8880489acee0 0 <empty>:0 8319874372 4026531840 0 0 0x86dd 1460 80 [2600:1900:4180:10c:0:1c8::]:38790->[2600:1900:4180:10c:0:1c7::]:10250(tcp:SYN) 0xffffffff85c2f904 :0->:0() | |
| 0xffff8880489acee0 0 <empty>:0 7011 4026531840 0 0 0x86dd 1460 80 [2600:1900:4180:10c:0:1c8::]:38790->[2600:1900:4180:10c:0:1c7::]:10250(tcp:SYN) 0xffffffff85d865b4 :0->:0() | |
| 0xffff8880489acee0 0 <empty>:0 2950 4026531840 0 0 0x86dd 1460 80 [2600:1900:4180:10c:0:1c8::]:38790->[2600:1900:4180:10c:0:1c7::]:10250(tcp:SYN) 0xffffffff85d86684 :0->:0() | |
| 0xffff8880489acee0 0 <empty>:0 10585 4026531840 0 0 0x86dd 1460 80 [2600:1900:4180:10c:0:1c8::]:38790->[2600:1900:4180:10c:0:1c7::]:10250(tcp:SYN) 0xffffffff85c424d4 :0->:0() | |
| 0xffff8880489acee0 0 <empty>:0 4035 4026531840 0 0 0x86dd 1460 80 [2600:1900: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| source /etc/environment | |
| hostname=$(cat /etc/machine-id) | |
| machines=$(etcdctl ls /consul.io/bootstrap/machines) | |
| #If there are 'machines' then the cluster has been initialised. | |
| if [ -z "$machines" ] | |
| then | |
| flags="${flags} -bootstrap" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "docker-registry", | |
| "kind": "Pod", | |
| "apiVersion": "v1beta1", | |
| "desiredState": { | |
| "manifest": { | |
| "version": "v1beta1", | |
| "id": "docker-registry", | |
| "containers": [{ | |
| "name": "master", |