- 07 Aug, 2015 26 commits
-
-
Kris Rousey authored
This is largely needed as a way to get a versioned client without requiring everyone to switch to versioned types at once.
-
Satnam Singh authored
Replace usage of ifup and ifdown in the reboot test with ifconfig
-
Satnam Singh authored
Bump fsouza/go-dockerclient godep
-
Jerzy Szczepkowski authored
Revert "Move prioritizer function EqualPriority to package priorities"
-
Jerzy Szczepkowski authored
-
Jerzy Szczepkowski authored
Move prioritizer function EqualPriority to package priorities
-
Jerzy Szczepkowski authored
Event test client may or may not be namespaced
-
Jerzy Szczepkowski authored
Add a test for HTTP health checks that validates healthy pods stay up
-
Jerzy Szczepkowski authored
Amend some variable typos in ubuntu.md
-
qiaolei authored
Amend some variable typos. 1, `roles`->`role`; 2, service_cluster_ip_range -> `SERVICE_CLUSTER_IP_RANGE`.
-
Jerzy Szczepkowski authored
Implement watchCache structure.
-
Jerzy Szczepkowski authored
change underscores to dashes to match the command line argument
-
Wojciech Tyczynski authored
-
Jerzy Szczepkowski authored
Initialize global variable MINION_IPS in setClusterInfo function
-
qiaolei authored
Initialize global variable MINION_IPS in setClusterInfo function. MINION_IPS is defined as a global variable, and is concatenated with other nodeIP. When setClusterInfo is called for many times, this could cause potential problems. Such as, you will have MINION_IPS=192.168.0.2,192.168.0.3,192.168.0.2,192.168.0.3 which is obviously wrong. Update util.sh
-
Jerzy Szczepkowski authored
LimitRange design updates to account for Requests and Limits
-
Jerzy Szczepkowski authored
Add interactive run that combines run and attach.
-
Brendan Burns authored
-
David Walter authored
-
Brendan Burns authored
-
David Walter authored
-
dinghaiyang authored
-
Dawn Chen authored
Use pflags string slice instead of internal util.StringList
-
derekwaynecarr authored
-
Alex Robinson authored
-
Alex Robinson authored
-
- 06 Aug, 2015 14 commits
-
-
Dawn Chen authored
Update GCE to container-vm-v20150806
-
Dawn Chen authored
Add support for supervisord as a monit alternative.
-
Eric Paris authored
Saves code and makes our code easier to read because we just use normal []string instead of custom type.
-
Eric Paris authored
This basically just shows in the docs that the =false portion of booleans are optional.
-
Eric Paris authored
-
Dawn Chen authored
Handle errors properly in kube::gcs::release functions
-
Dawn Chen authored
Exit if hub isn't installed, add verbiage to message.
-
Dawn Chen authored
Update resource quota design to align with requests and limits
-
Dawn Chen authored
Reuse round tripper for identical TLS configurations
-
Dawn Chen authored
Add Daemon API
-
Brendan Burns authored
-
Zach Loafman authored
Also changes the node image to default to master image
-
Dawn Chen authored
Implement 'Nodes Network' test for GKE; add optional verbose SSH.
-
Dawn Chen authored
Register the kubelet on the master node with an apiserver.
-