- 17 Jun, 2015 6 commits
-
-
Saad Ali authored
Fixing an error I saw in testing, that make clean resolves.
-
Saad Ali authored
Create an example pod for AWS EBS
-
Saad Ali authored
cleanup some of the e2e service reachability code
-
Saad Ali authored
Updating heapster to v0.14.2
-
Saad Ali authored
servicecontroller: last state applied to LB vs last state seen
-
Vishnu Kannan authored
-
- 16 Jun, 2015 34 commits
-
-
Saad Ali authored
Allow docker/ or other source directory for local-up
-
Saad Ali authored
add some more temporary files to gitignore
-
Justin Santa Barbara authored
We need the last state seen for interpreting the change-stream, separately we need to track the last state we successfully applied to the load balancer.
-
Saad Ali authored
Fix typo in volumes e2e
-
Saad Ali authored
Shorten container ID in events
-
Saad Ali authored
Quote integers correctly
-
Brendan Burns authored
Update docker k8s approach
-
Saad Ali authored
Updating heapster service labels to make it compatible with `kubectl cluster-info`
-
Saad Ali authored
remove broken ginkgo Done concept from tests
-
Saad Ali authored
Remove dead code
-
Saad Ali authored
Add some more logic to clean up the release-notes generation.
-
Saad Ali authored
Eliminate possible infinite loop in exec
-
Saad Ali authored
Update pkg/api/testapi because namespace is always in the path now
-
Saad Ali authored
Add conformance column to matrix.
-
Saad Ali authored
Remove the redirect verb.
-
Vishnu Kannan authored
-
Saad Ali authored
Changed busybox image to gcr.io image for PV Recyclers
-
Paul Morie authored
-
Saad Ali authored
Revert the revert of https://github.com/GoogleCloudPlatform/kubernetes/pull/9761
-
Chao Xu authored
-
Saad Ali authored
add livenessProbe to kube-apiserver.manifest
-
Saad Ali authored
clarification of name uniqueness
-
Saad Ali authored
formatting
-
Saad Ali authored
Make Google Cloud Logging the default for GCE
-
Saad Ali authored
remove PodContainerInfo from api/types.go
-
markturansky authored
-
Saad Ali authored
Updating heapster version to v0.14.1.
-
Andy Goldstein authored
If a user starts an exec session with a shell and leaves it idle long enough, they will eventually hit the Kubelet's HTTP server's read/write timeout of 5 minutes. At this time, the StartExec call to Docker exits, but if the user requested a TTY, the exec'd process does not exit. After StartExec finishes, we try to determine the exit code of the exec'd process, but in this case, we'll never get it. This change exits the loop after 5 tries if the process is still running.
-
Saad Ali authored
doc links
-
Saad Ali authored
small clarifications in RC doc
-
Vishnu Kannan authored
Adding a standalone version of heapster which exposes stats via REST API.
-
Saad Ali authored
Remove the last provider-specific handling in kubectl.sh, ginkgo-e2e.sh
-
Saad Ali authored
Fix route regexp for gce-kube-down
-
Jeff Lowdermilk authored
-