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
ITEM:/kubernetes.io | |
ITEM:/kubernetes.io/masterleases | |
ITEM:/kubernetes.io/masterleases/172.28.128.7 | |
{"kind":"Endpoints", | |
"apiVersion":"v1", | |
"metadata":{"generation":8487, | |
"creationTimestamp":null}, | |
"subsets":[{"addresses":[{"ip":"172.28.128.7"}]}]} | |
ITEM:/kubernetes.io/masterleases/172.28.128.4 |
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 | |
# Adapted from an answer on: https://stackoverflow.com/questions/134906/how-do-i-list-all-cron-jobs-for-all-users | |
set -eu | |
# System-wide crontab file and cron job directory. Change these for your system. | |
CRONTAB='/etc/crontab' | |
CRONDIR='/etc/cron.d' |
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
1 |
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
2 |
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
3 |
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 | |
# 0 * * * * /Users/imiell/git/work/bin/home/slack_start_stop.sh start | |
# 3-59 * * * * /Users/imiell/git/work/bin/home/slack_start_stop.sh stop | |
DO_START=0 | |
DO_STOP=0 | |
while [ "$1" != "" ]; do | |
case $1 in |
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
height: 800 |
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 | |
# based on: https://stackoverflow.com/questions/47524709/how-to-get-the-full-path-of-a-file-in-a-git-remote-repo | |
#set -o xtrace | |
set -o errexit | |
set -o nounset | |
set -o pipefail | |
function usage { | |
echo "$0 [ -h/--help ] [ FILENAME ]" |
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
height: 800 |
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
{ | |
"name": "flare", | |
"children": [ | |
{ | |
"name": "the analytics of something is a very long sentence\ndoes this work to make things a bit more readable", | |
"children": [ | |
{ | |
"name": "How would this work with an AgglomerativeCluster node being there", | |
"children": [ | |
{"name": "How would this work with an AgglomerativeCluster node being there", "size": 39380}, |