- 09 Jan, 2016 1 commit
-
-
Yu-Ju Hong authored
Kubelet doesn't perform checkpointing and loses all its internal states after restarts. It'd then mistaken pods from the api server as new pods and attempt to go through the admission process. This may result in pods being rejected even though they are running on the node (e.g., out of disk situation). This change adds a condition to check whether the pod was seen before and categorize such pods as updates. The change also removes freeze/unfreeze mechanism used to work around such cases, since it is no longer needed and it stopped working correctly ever since we switched to incremental updates.
-
- 08 Jan, 2016 19 commits
-
-
Jeff Lowdermilk authored
Label [Skipped] tests apprpriately
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Isaac Hollander McCreery authored
Collapse REBOOT_SKIP_TESTS into GCE_DEFAULT_SKIP_TESTS, and remove GCE_SOAK_CONTINUOUS_SKIP_TESTS as redundant (see notes)
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Marek Grabowski authored
Implement JSON printing for test summaries
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Nagarjun authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
gmarek authored
-
gmarek authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Abhi Shah authored
Revert "Label [Skipped] tests appropriately"
-
Jeff Lowdermilk authored
Wait for rc store synced before syncing deployment
-
- 07 Jan, 2016 20 commits
-
-
Isaac Hollander McCreery authored
Improve error reporting a little in ingress e2e.
-
Daniel Martí authored
If not, using `go test -count=n` would make them pile up and ultimately get to the limit of open files: client_test.go:522: expected an error, got Get http://127.0.0.1:46070/api: dial tcp 127.0.0.1:46070: socket: too many open files Steps to reproduce (no longer fails): godep go test -short -run '^$' -o test . ./test -test.run '^TestGetSwaggerSchema' -test.count 100 Note that this might not fail if your `ulimit -n` is not low enough.
-
Tim St. Clair authored
Enforce minimum resource granularity of milli-{core, bytes} for Storage, Memory, and CPU resource types. For Storage and Memory, milli-bytes are allowed for backwards compatability, but the behavior is undefinied (depends on docker implementation). -
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Abhi Shah authored
-
Daniel Schonfeld authored
Issue #12121 - fixes courtesy of @justinsb - thank you
-
Brendan Burns authored
AWS: Provide newly required initialization arguments
-
Brendan Burns authored
AWS: Pass NUM_NODES in instance-data
-
Clayton Coleman authored
Make defaults and flags clearly distinct from initialization code.
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Clayton Coleman authored
Keep options and flags distinct from initialization
-
Clayton Coleman authored
Reduces the size of the app/server.go file and ensures that the flags and their defaults are clearly separated.
-