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
* KYC | |
* Demonstrate strong cofounder relationship | |
* Demonstrate strong communication by being concise. Start with most important thing, move on to less important things, pass it back. | |
* One to say yes. | |
- one will probably be in your corner | |
* Different experiences | |
- rapid fire interview | |
- antagonistic | |
- non-technical | |
* first question will be what are you building? |
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
{ | |
"caseReferenceNumber": "1:96CV01285", | |
"subpoenaIssuingAuthority": { | |
"Name": "UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA", | |
"Address": null, | |
"Phone Number": null, | |
"Email Address": null | |
}, | |
"plaintiffs": [ | |
{ |
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
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles. | |
# TYPE go_gc_duration_seconds summary | |
go_gc_duration_seconds{quantile="0"} 3.511e-05 | |
go_gc_duration_seconds{quantile="0.25"} 5.9233e-05 | |
go_gc_duration_seconds{quantile="0.5"} 7.6974e-05 | |
go_gc_duration_seconds{quantile="0.75"} 0.000114335 | |
go_gc_duration_seconds{quantile="1"} 0.001486399 | |
go_gc_duration_seconds_sum 144.136581099 | |
go_gc_duration_seconds_count 1.614092e+06 | |
# HELP go_goroutines Number of goroutines that currently exist. |
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
Using /Users/pzx496/.kubespray/ansible.cfg as config file | |
PLAY [localhost] ************************************************************************************************************************************************************************************************************************************ | |
TASK [kubespray-defaults : Configure defaults] ****************************************************************************************************************************************************************************************************** | |
Thursday 20 July 2017 17:17:24 -0400 (0:00:00.032) 0:00:00.032 ********* | |
ok: [localhost] => { | |
"msg": "Check roles/kubespray-defaults/defaults/main.yml" | |
} |