- 07 Aug, 2015 39 commits
-
-
Brendan Burns authored
Improve architecture diagram readability
-
Satnam Singh authored
Add support for request
-
Satnam Singh authored
Add QoS support on node
-
Satnam Singh authored
QoS proposal
-
Ananya Kumar authored
-
Satnam Singh authored
Don't wrongly identify endpoint addresses only due to equal IP
-
Satnam Singh authored
Add age column for all resources when using 'kubect get'
-
Satnam Singh authored
status hook for the container network
-
Satnam Singh authored
Replace usage of ifup and ifdown in the reboot test with ifconfig
-
Satnam Singh authored
Bump fsouza/go-dockerclient godep
-
Ananya Kumar authored
-
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
-
hurf authored
Instead of using human-oriented output, use -o template to validate cluster in order to avoid error caused by column change.
-
hurf authored
Dispaly human readable creation time like age column do in `kubectl get po` for all resources.
-
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
-
Ben McCann authored
Fix the architecture diagram such that the arrow from the api server to the node doesn't go through/under etcd
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
Before this patch the endpoint IP was used to identify endpoint addresses. This leads to wrong unification of endpoints of different pods having the same IP (e.g. non container IP in case of Mesos). This patch takes the EndpointAddress.targetRef.UID into consideration as well.
-
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 1 commit
-
-
Dawn Chen authored
Update GCE to container-vm-v20150806
-