This file contains 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
Alphabetical listing, generated with the following hoon: | |
=p (turn (gulf 0x1 0xffff) |=(a=@ `@p`(cat 4 ~lisnus a))) | |
*%/web/planets-lisnus/txt (turn p |=(a=@p (scot %p a))) | |
--- | |
Notable planets: | |
~bishes-bottem |
This file contains 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 | |
# from https://argoproj.github.io/argo-cd/getting_started/ | |
kubectl create namespace argocd | |
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml | |
cat <<EOF | kubectl apply -f - | |
apiVersion: extensions/v1beta1 | |
kind: Ingress | |
metadata: |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am yebyen on github. | |
* I am yebyen (https://keybase.io/yebyen) on keybase. | |
* I have a public key ASDQFfHQqp-Oj0vKRboInmhpujt5b0VHEFYyQFqzsO1Vngo | |
To claim this, I am signing this object: |
This file contains 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
Verifying my Blockstack ID is secured with the address 1BRXZJDp2Ktdw1DpeSZVwnZ3tvREZy6zzt https://explorer.blockstack.org/address/1BRXZJDp2Ktdw1DpeSZVwnZ3tvREZy6zzt |
This file contains 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
2016-07-20T15:14:44UTC deis-database[1]: File "/usr/lib/python2.7/site-packages/boto/s3/bucket.py", line 715, in delete_keys2 | |
2016-07-20T15:14:44UTC deis-database[1]: data=data) | |
2016-07-20T15:14:44UTC deis-database[1]: File "/usr/lib/python2.7/site-packages/boto/s3/connection.py", line 668, in make_request | |
2016-07-20T15:14:44UTC deis-database[1]: retry_handler=retry_handler | |
2016-07-20T15:14:44UTC deis-database[1]: File "/usr/lib/python2.7/site-packages/boto/connection.py", line 1071, in make_request | |
2016-07-20T15:14:44UTC deis-database[1]: retry_handler=retry_handler) | |
2016-07-20T15:14:44UTC deis-database[1]: File "/usr/lib/python2.7/site-packages/boto/connection.py", line 1030, in _mexe | |
2016-07-20T15:14:44UTC deis-database[1]: raise ex | |
2016-07-20T15:14:44UTC deis-database[1]: timeout: timed out | |
2016-07-20T15:14:44UTC deis-database[1]: |
This file contains 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
diff --git a/contrib/coreos/user-data.example b/contrib/coreos/user-data.example | |
index 59f4f46..f8ed383 100644 | |
--- a/contrib/coreos/user-data.example | |
+++ b/contrib/coreos/user-data.example | |
@@ -24,6 +24,31 @@ coreos: | |
command: start | |
- name: fleet.service | |
command: start | |
+ - name: swapon.service | |
+ command: start |
This file contains 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
create this file in your /root folder | |
$ fleetctl load swapon.service | |
$ fleetctl start swapon.service | |
This will create swap file on all nodes of your CoreOS cluster without prior setup. | |
See also http://cloudinit.readthedocs.org/en/latest/topics/examples.html#adjust-mount-points-mounted |
This file contains 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
core@core8 ~ $ docker ps -a|grep 32913 | |
0a3de971a0a0 192.168.4.55:5000/feline-lungfish:v6 "/runner/init start 17 minutes ago Up 17 minutes 0.0.0.0:32913->5000/tcp feline-lungfish_v6.web.1 | |
core@core8 ~ $ curl localhost:32913 | |
curl: (56) Recv failure: Connection reset by peer | |
core@core8 ~ $ nse feline-lungfish_v6.web.1 | |
slug@0a3de971a0a0:~$ curl localhost:5000 | |
<p>Read <a href="http://jekyllbootstrap.com/usage/jekyll-quick-start.html">Jekyll Quick Start</a></p> | |
<p>Complete usage and documentation available at: <a href="http://jekyllbootstrap.com">Jekyll Bootstrap</a></p> |
This file contains 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
Jan 26 13:27:28 core0 sh[17850]: wal_e.main INFO MSG: starting WAL-E | |
Jan 26 13:27:28 core0 sh[17850]: DETAIL: The subcommand is "wal-push". | |
Jan 26 13:27:28 core0 sh[17850]: STRUCTURED: time=2015-01-26T13:27:28.077329-00 pid=14320 | |
Jan 26 13:27:28 core0 sh[17850]: wal_e.worker.upload INFO MSG: begin archiving a file | |
Jan 26 13:27:28 core0 sh[17850]: DETAIL: Uploading "pg_xlog/000000020000000600000069" to "s3://db_wal/wal_005/000000020000000600000069.lzo". | |
Jan 26 13:27:28 core0 sh[17850]: STRUCTURED: time=2015-01-26T13:27:28.124389-00 pid=14320 action=push-wal key=s3://db_wal/wal_005/000000020000000600000069.lzo prefix= seg=000000020000000600000069 state=begin | |
Jan 26 13:27:28 core0 sh[17850]: wal_e.worker.upload INFO MSG: completed archiving to a file | |
Jan 26 13:27:28 core0 sh[17850]: DETAIL: Archiving to "s3://db_wal/wal_005/000000020000000600000069.lzo" complete at 3511.74KiB/s. | |
Jan 26 13:27:28 core0 sh[17850]: STRUCTURED: time=2015-01-26T13:27:28.393866-00 pid=14320 action=push-wal key=s3://db_wal |
This file contains 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
Empty Gist |
NewerOlder