I hereby claim:
- I am jwhitcraft on github.
- I am jwhitcraft (https://keybase.io/jwhitcraft) on keybase.
- I have a public key ASBpqxr7gox41GKqK0VNxNpky0uBwedCSaYd-gkNfCKQRgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
com.netflix.spinnaker.clouddriver.kubernetes.v1.deploy.exception.KubernetesOperationException: Get Replication Controllers in woof for account demo-k8s-cluster failed: Operation: [list] for kind: [ReplicationController] with name: [null] in namespace: [woof] failed. | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_111-internal] | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_111-internal] | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_111-internal] | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[na:1.8.0_111-internal] | |
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83) ~[groovy-all-2.4.7.jar:2.4.7] | |
at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77) ~[groovy-all-2.4.7.jar:2.4.7] | |
at org.codehaus.groovy.runtime.callsite.ConstructorSite$Const |
key "lock/" { | |
policy = "write" | |
} | |
service "" { | |
policy = "write" | |
} | |
node "" { | |
policy = "write" | |
} | |
session "" { |
/* | |
* Configure the Jenkins EC2 Plugin via Groovy Script | |
* EC2 Plugin URL: https://wiki.jenkins-ci.org/display/JENKINS/Amazon+EC2+Plugin | |
*/ | |
import hudson.model.* | |
import jenkins.model.* | |
import hudson.plugins.ec2.* | |
import com.amazonaws.services.ec2.model.InstanceType | |
INFO: Starting agent for CD3EDC74F05469FEEFC3 | |
INFO: Access Key: CD3EDC74F05469FEEFC3 | |
INFO: Config URL: http://104.236.36.164:8080/v1 | |
INFO: Storage URL: http://104.236.36.164:8080/v1 | |
INFO: API URL: http://104.236.36.164:8080/v1 | |
INFO: IP: 104.236.127.222 | |
INFO: Port: | |
INFO: Required Image: rancher/agent:v0.7.8 | |
INFO: Current Image: rancher/agent:v0.7.8 | |
INFO: Using image rancher/agent:v0.7.8 |
150603 13:15:04 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. | |
150603 13:15:04 [Note] /usr/sbin/mysqld (mysqld 5.5.43-0ubuntu0.14.04.1) starting as process 15 ... | |
Uptime: 2 Threads: 1 Questions: 2 Slow queries: 0 Opens: 33 Flush tables: 1 Open tables: 26 Queries per second avg: 1.000 | |
Setting up database | |
CATTLE_DB_CATTLE_DATABASE=mysql | |
CATTLE_DB_CATTLE_MYSQL_HOST=localhost | |
CATTLE_DB_CATTLE_MYSQL_NAME=cattle | |
CATTLE_DB_CATTLE_MYSQL_PORT=3306 | |
CATTLE_DB_CATTLE_USERNAME=cattle | |
CATTLE_GRAPHITE_HOST= |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
Sampling process 18127 for 3 seconds with 1 millisecond of run time between samples | |
Sampling completed, processing symbols... | |
Analysis of sampling ruby (pid 18127) every 1 millisecond | |
Process: ruby [18127] | |
Path: /Users/jwhitcraft/.rbenv/versions/2.0.0-p247/bin/ruby | |
Load Address: 0x10381f000 | |
Identifier: ruby | |
Version: 0 | |
Code Type: X86-64 | |
Parent Process: bash [17920] |
<?php | |
// this file is upgrade safe | |
// location: custom/modules/Contacts/views/view.detail.php | |
require_once('include/MVC/View/views/view.detail.php'); | |
class CustomContactsViewDetail extends ViewDetail { | |
/** | |
* @see SugarView::display() |