- 27 Apr, 2015 22 commits
-
-
markturansky authored
Added pending phase for volumes. added defaults for PV/PVC. refactored to better phase transitioning in control loops
-
markturansky authored
-
markturansky authored
-
markturansky authored
-
markturansky authored
-
markturansky authored
-
markturansky authored
-
markturansky authored
-
markturansky authored
-
markturansky authored
-
Wojciech Tyczynski authored
Fixed typo in getting started documentation
-
Zach Loafman authored
Pass the CA root cert into the apiserver
-
Clayton Coleman authored
Make argument order for testContainerOutputInNamespace consistent
-
Paul Morie authored
-
Eric Paris authored
It fixes a regression in fedora guide and provides minor updates.
-
Wojciech Tyczynski authored
Fetch the kibana tar.gz over SSL.
-
Jerzy Szczepkowski authored
Fixes in e2e tests: checking pods in the right namespace; proper use of namespaces in docker container test.
-
Jerzy Szczepkowski authored
Fix crash in kubelet when persistent volume claim is not bound.
-
Jerzy Szczepkowski authored
Fixed URLs in docker getting started guide.
-
Jerzy Szczepkowski authored
Corrected some typos in docs
-
Robert Bailey authored
-
George Kuan authored
-
- 26 Apr, 2015 2 commits
-
-
jayunit100 authored
-
jayunit100 authored
-
- 25 Apr, 2015 6 commits
-
-
Chris Moos authored
While testing #6105 ran into this issue, kubelet crashed because controller had not yet bound the claim to a volume.
-
Wes Turner authored
Is there a docker run command to build this?
-
Dawn Chen authored
kubelet/metrics: Move instrumented_docker.go to dockertools.
-
Yifan Gu authored
This can solve the circular import problem when we move the kubelet.pullImage to kubelet/metrics or kubelet/container package.
-
Robert Bailey authored
perform client cert checks for authorization. Only enable on GCE where the apiserver is terminating SSL connections from end users.
-
Brian Grant authored
Address a couple of TODO's in the recent rolling update change.
-
- 24 Apr, 2015 10 commits
-
-
Vish Kannan authored
Specify host/container ports for InfluxDB, so that the UI is accessible
-
Brendan Burns authored
-
Brendan Burns authored
Warning about Critical bug in the GlusterFS Volume Plugin
-
Steve Watt authored
This warning will serve to let users know about a critical bug so they don't experience it first hand - https://github.com/GoogleCloudPlatform/kubernetes/issues/7317
-
saadali authored
-
Victor Marmol authored
Kubelet: filter out terminated pods in SyncPods
-
Brian Grant authored
First part of improved rolling update, allow dynamic next replication controller generation.
-
Yu-Ju Hong authored
Once a pod reaches a terminated state (whether failed or succeeded), it should not transit out ever again. Currently, kubelet relies on examining the dead containers to verify that the container has already been run. This is fine in most cases, but if the dead containers were garbage collected, kubelet may falsely concluded that the pod has never been run. It would then try to restart all the containers. This change eliminates most of such possibilities by pre-filtering out the pods in the final states before sending updates to per-pod workers.
-
Vish Kannan authored
Raise cAdvisor stats cache to 2m.
-
Brendan Burns authored
-