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
房屋 | |
非常 | |
😆😁😎😢 | |
👀👌 | |
1234567890 |
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
哈哈哈哈咋爱的发 房屋 | |
0123456789 | |
abcdefghijklmnopqrstuvwxyz | |
🏷😆😋👁👌🐩 | |
今日はいい日です | |
오늘은 좋은 하루 되네. | |
aujourd'hui il fait beau | |
اليوم هو يوم جميل |
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
"by_ua": { | |
"doc_count_error_upper_bound": 0, | |
"sum_other_doc_count": 3352, | |
"buckets": [ | |
{ | |
"key": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/605.1.15 (KHTML, like Gecko)", | |
"doc_count": 384461 | |
}, | |
{ | |
"key": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko)", |
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
W0629 15:31:18.453045 65146 instancegroups.go:160] Not draining cluster nodes as 'cloudonly' flag is set. | |
I0629 15:31:18.453327 65146 instancegroups.go:301] Stopping instance "i-0041584f2c6f24d54", in group "master-us-east-1b.masters.waiverforeverk8s.com" (this may take a while). | |
I0629 15:31:18.909129 65146 instancegroups.go:198] waiting for 1s after terminating instance | |
W0629 15:31:19.914343 65146 instancegroups.go:206] Not validating cluster as cloudonly flag is set. | |
W0629 15:31:19.914407 65146 instancegroups.go:160] Not draining cluster nodes as 'cloudonly' flag is set. | |
I0629 15:31:19.914425 65146 instancegroups.go:301] Stopping instance "i-0b5d90c4a0ad82425", in group "master-us-east-1c.masters.waiverforeverk8s.com" (this may take a while). | |
I0629 15:31:20.341841 65146 instancegroups.go:198] waiting for 1s after terminating instance | |
W0629 15:31:21.345950 65146 instancegroups.go:206] Not validating cluster as cloudonly flag is set. | |
W0629 15:31:21.345997 65146 instancegroups.go:160] Not dra |
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
export ETCDCTL_API=3 | |
export PATH=$PATH:/opt/etcd-v3.2.18-linux-amd64/ | |
cd /etc/kubernetes/pki/etcd-manager | |
etcdctl member list --debug --cacert=/rootfs/mnt/master-vol-0022db3dde8f637b2/pki/W6aGXNTp6zTf26gBmHydfw/clients/ca.crt --cert=etcd-clients-ca.crt --key=etcd-clients-ca.key --endpoints=https://127.0.0.1:4001 |
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
[2019-08-02T03:00:30,385][INFO ][o.e.i.s.IndexShard ] [elasticsearch] [.kibana-6][0] primary-replica resync completed with 0 operations | |
[2019-08-02T03:00:30,385][INFO ][o.e.i.s.IndexShard ] [elasticsearch] [.monitoring-es-6-2019.07.29][0] primary-replica resync completed with 0 operations | |
[2019-08-02T03:00:30,388][INFO ][o.e.i.s.IndexShard ] [elasticsearch] [.monitoring-kibana-6-2019.07.27][0] primary-replica resync completed with 0 operations | |
[2019-08-02T03:00:30,395][INFO ][o.e.i.s.IndexShard ] [elasticsearch] [.monitoring-es-6-2019.07.28][0] primary-replica resync completed with 0 operations | |
[2019-08-02T03:00:30,401][INFO ][o.e.i.s.IndexShard ] [elasticsearch] [.monitoring-kibana-6-2019.07.29][0] primary-replica resync completed with 0 operations | |
[2019-08-02T03:00:30,407][INFO ][o.e.i.s.IndexShard ] [elasticsearch] [wf-heartbeat-2019.07.24][2] primary-replica resync completed with 0 operations | |
[2019-08-02T03:00:30,414][INFO ][o.e.i.s.IndexShard ] [elasticsearch] |
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
gbf() { | |
if git show-ref --verify --quiet refs/heads/main; then | |
main_branch="main" | |
elif git show-ref --verify --quiet refs/heads/master; then | |
main_branch="master" | |
else | |
return 1 | |
fi | |
git for-each-ref --sort=-committerdate --format='%(refname:short)' refs/heads/ \ |
OlderNewer