Eric Chiang
2bf54ac799
regenerated
2016-06-13 15:02:48 -07:00
Eric Chiang
88119903e5
pkg/apis/rbac: make apiversion optional for subjects and fix validation
2016-06-13 15:02:48 -07:00
k8s-merge-robot
8bcecac12f
Merge pull request #27286 from Random-Liu/fix-node-problem-detector-test
...
Automatic merge from submit-queue
Make it blocks in NodeProblemDetector e2e test serial.
Fix #27276 .
Move the 3 `It` blocks into 1 `It` block, so that the test itself is running serially. See https://github.com/kubernetes/kubernetes/issues/27276#issuecomment-225655308 .
Mark P0 to match the priority of the issue. @dchen1107
[]()
2016-06-13 15:00:13 -07:00
Zach Loafman
49b3936829
GCE provider: Fix minor cosmetic logging issue
...
Log the pollOp, not the base op.
2016-06-13 14:53:12 -07:00
Zach Loafman
2d77dc639b
gce/kube-down: Parallelize IGM deletion, batch more
...
Batch up to 200 instance / route deletions, handle
IGM deletion in parallel.
2016-06-13 14:05:43 -07:00
Prashanth Balasubramanian
4e2f97a80e
Add some logging around ro flag in GCE volume plugin
2016-06-13 13:55:49 -07:00
k8s-merge-robot
94f8c9fbc5
Merge pull request #27292 from mikedanese/dep-notice
...
Automatic merge from submit-queue
add maintenance notice to cluster/README
cc @bgrant0607 @davidopp @justinsb @smarterclayton @derekwaynecarr
2016-06-13 13:54:50 -07:00
k8s-merge-robot
45bb6824ff
Merge pull request #27210 from adityakali/gci53
...
Automatic merge from submit-queue
version bump for gci to milestone 53
Fixes #26455
GCI release 53 includes kubernetes v1.3.0-alpha.5 with docker-1.11.2.
@dchen1107 @kubernetes/goog-image @andyzheng0831
2016-06-13 13:54:46 -07:00
David McMahon
2bff72b769
Updated docs and examples for release-1.3.
2016-06-13 12:24:34 -07:00
David McMahon
261b6453e4
Update the latestReleaseBranch to release-1.3 in the munger.
2016-06-13 12:24:17 -07:00
Paul Morie
15213d0a1c
Improve developer docs on unit and integration testing
2016-06-13 15:10:46 -04:00
Prashanth Balasubramanian
90644d773b
Add petset directory validation in e2e
2016-06-13 12:02:07 -07:00
k8s-merge-robot
d9f788532f
Merge pull request #27167 from euank/fix-node-e2e-coreos-kubelet-cgroup-detection
...
Automatic merge from submit-queue
Fix node e2e coreos kubelet cgroup detection
Fixes #26979 #26431
The root issue, as best I can tell, is that cgroup detection does not work when the kubelet is started under an ssh session and the systemd `*Accounting` variables are set. I added additional logging and noted some differences in the cgroup slice names between those cadvisor returns and the kubelet detects for itself.
This difference does not occur if the kubelet is properly running under a unit. That environment is also a more common and sane environment.
See also discussion in #26903
cc @derekwaynecarr @vishh @pwittrock
2016-06-13 11:54:05 -07:00
Mike Danese
bf72d335cb
add maintenance notice to cluster/README
2016-06-13 11:47:30 -07:00
Madhusudan.C.S
839d98adfb
Address review comments.
2016-06-13 11:17:53 -07:00
Madhusudan.C.S
c4dcb42078
Implement first set of federated service e2e tests.
...
Note that these tests are untested and there is no guarantee that they work.
The ongoing auth problems is blocking these e2es from being tested and upon
@quinton-hoole's request I am submitting them now.
2016-06-13 11:17:52 -07:00
Ron Lai
8d6cdd5d1b
Adding logs for file system info being not available.
2016-06-13 11:10:38 -07:00
Random-Liu
0d05ece797
Make it blocks in NodeProblemDetector e2e test serial.
2016-06-13 11:00:41 -07:00
Oleg Shaldybin
14a60436b2
Regenerate all
2016-06-13 10:15:57 -07:00
Oleg Shaldybin
ab17fabe5f
Rename RBAC subject field
...
Should be plural 'subjects', assuming singular 'subject' was a typo.
2016-06-13 10:15:57 -07:00
k8s-merge-robot
0d02f8c0f6
Merge pull request #26557 from AdoHe/patch_retry
...
Automatic merge from submit-queue
kubectl apply retry stale resource version
```release-note
kubectl apply: retry applying a patch if a version conflict error is encountered
```
[]()
fixes #15493
@pwittrock I just got my original implementation back, ptal.
2016-06-13 10:13:27 -07:00
Girish Kalele
6dbcd727ae
DNS healthz container - add quiet option to stop flooding logs
2016-06-13 09:59:28 -07:00
Yifan Gu
03ee60c810
rkt: Updated the TestMakePodManifestAnnotations().
2016-06-13 09:43:15 -07:00
Yifan Gu
f2bf13a5ac
rkt: Treat pod container cgroup as the infra container.
2016-06-13 09:43:10 -07:00
k8s-merge-robot
7180b35535
Merge pull request #27279 from mwielgus/ca-e2e-fix-2
...
Automatic merge from submit-queue
Add pending pod check in cluster autoscaler e2e tests
The tests should wait until all pods are running before declaring a success and resizing the mig.
cc: @fgrzadkowski @piosz @jszczepkowski
2016-06-13 09:03:04 -07:00
k8s-merge-robot
913241c721
Merge pull request #27271 from jsafrane/integration-flake-2
...
Automatic merge from submit-queue
volume integration: wait for PVs before creating PVCs
The test should wait until all volumes are processed by volume controller (i.e. in the controller cache) before creating a PVC.
Without that, the "best" matching PV could not be in the cache and controller might bind the PVC to suboptiomal one.
This fixes integration test flake "Bind mismatch! Expected pvc-2 capacity 50000000000 but got pvc-2 capacity 52000000000".
Fixes #27179 (together with #26894 )
2016-06-13 09:02:59 -07:00
k8s-merge-robot
1ed5342b35
Merge pull request #26894 from jsafrane/fix-integration-pv-flake
...
Automatic merge from submit-queue
Fix integration pv flakes
There are two fixes in this PR:
- run tests in separarate functions and use objects with different names, otherwise events from the beginning of the function are caught later when we watch for events of a different PV/PVC
- don't set PV.Spec.ClaimRef.UID of pre-bound PVs. PVs with UID set are considered as bound and they are deleted/recycled when appropriate PVC does not exists yet.
Fixes #26730 and probably also ~~#26894~~ #26256
2016-06-13 09:02:54 -07:00
k8s-merge-robot
024316e5a1
Merge pull request #27183 from bryk/release-beta3
...
Automatic merge from submit-queue
Set Dashboard UI version to v1.1.0-beta3
We expect 1-2 more betas before final release.
Release info: https://github.com/kubernetes/dashboard/releases/tag/v1.1.0-beta3
[]()
2016-06-13 07:57:55 -07:00
k8s-merge-robot
e84e226faf
Merge pull request #27155 from Random-Liu/remove-unnecessary-configuration
...
Automatic merge from submit-queue
Remove unnecessary configuration for apiserver host and port.
This is kubernetes side of https://github.com/kubernetes/node-problem-detector/pull/18 .
There is no need to configure apiserver host and port with salt and pillar, the default ENV values
in the container are enough. I've tried this PR in my local cluster, everything works fine.
@mikedanese for the salt change. :)
/cc @dchen1107
[]()
2016-06-13 07:57:51 -07:00
Paul Morie
8dafc776de
Godoc for kubelet pod manager
2016-06-13 10:54:01 -04:00
Marcin Wielgus
5359e9ec91
Add pending pod check in cluster autoscaler e2e tests
2016-06-13 16:33:37 +02:00
k8s-merge-robot
0f72e21add
Merge pull request #27130 from pwittrock/nodee2e
...
Automatic merge from submit-queue
Revert "Wait for arc.getArchive() to complete before running tests"
[]()
This reverts commit c1d915df5b
.
- Reverting this commit because it tried to fix a red herring.
2016-06-13 07:02:29 -07:00
derekwaynecarr
ce44b3b98a
Quota can look for a previous object from admission rather than do a lookup
2016-06-13 09:50:53 -04:00
Łukasz Oleś
07d13c1fb4
Fix kubectl logs for init containers
...
Related issues: #25818 #27040
2016-06-13 15:12:40 +02:00
k8s-merge-robot
10255f8aec
Merge pull request #26951 from madhusudancs/fed-detect-project-registry-base
...
Automatic merge from submit-queue
Detect the project in which the federation of clusters are being created and point the federation docker registry to that project.
Only the last commit here needs review.
Depends on #26950 .
cc @colhom @kubernetes/sig-cluster-federation
[]()
2016-06-13 06:00:04 -07:00
Jan Safranek
248b4c3350
volume integration: wait for PVs before creating PVCs
...
The test should wait until all volumes are processed by volume controller (i.e.
in the controller cache) before creating a PVC.
Without that, the "best" matching PV could not be in the cache and controller
might bind the PVC to suboptiomal one.
This fixes integration test flake "Bind mismatch! Expected pvc-2 capacity
50000000000 but got pvc-2 capacity 52000000000".
2016-06-13 14:43:49 +02:00
Dr. Stefan Schimanski
04dc6dbf17
Add profile unit tests
2016-06-13 14:39:09 +02:00
Dr. Stefan Schimanski
6c54ceb0e4
Filter seccomp profile path from malicious .. and /
2016-06-13 14:39:09 +02:00
Piotr Szczesniak
dc8c631afd
Added warning to hpa design doc
2016-06-13 14:26:37 +02:00
k8s-merge-robot
6489abe8b4
Merge pull request #26953 from madhusudancs/fed-e2e-framework-clientset
...
Automatic merge from submit-queue
Add clientset support for federation e2e tests.
Only the last commit here needs review.
Depends on #26952 .
cc @colhom @kubernetes/sig-cluster-federation
[]()
2016-06-13 04:53:41 -07:00
Wojciech Tyczynski
430077f173
Increase Heapster requirement and bump nanny version
2016-06-13 13:22:49 +02:00
gmarek
0986efc089
Increase memory limit for heapster's pod nanny
2016-06-13 12:58:34 +02:00
k8s-merge-robot
b2f0cbe3d1
Merge pull request #27045 from jszczepkowski/hpa-e2e-fix
...
Automatic merge from submit-queue
Reduced flakiness of HPA e2e tests.
[]()
Reduced flakiness of HPA e2e tests.
2016-06-13 03:40:18 -07:00
k8s-merge-robot
0b1fc056ac
Merge pull request #27145 from piosz/heapster-res
...
Automatic merge from submit-queue
Use exponential estimator for Heapster addon resizer
cc @fgrzadkowski @mwielgus @roberthbailey
[]()
2016-06-13 03:40:14 -07:00
Madhusudan.C.S
c7a4401359
Default to GCR as the image registry if the provider is GCE or GKE.
2016-06-13 02:08:59 -07:00
Jerzy Szczepkowski
eabe65cba4
Reduced flakiness of HPA e2e tests.
...
Reduced flakiness of HPA e2e tests.
2016-06-13 10:41:07 +02:00
gmarek
0adcc8ef1e
Remove known metrics list
2016-06-13 10:37:21 +02:00
k8s-merge-robot
875a60d030
Merge pull request #27112 from mikedanese/run-unrun
...
Automatic merge from submit-queue
e2e: run empty_dir test we've been missing
otherwise it's just dead code, and this seemed unintentional
2016-06-13 00:31:43 -07:00
k8s-merge-robot
f97bca37a5
Merge pull request #27127 from jsafrane/refactor-binder-operations
...
Automatic merge from submit-queue
Rework PV controller to use util/goroutinemap
@kubernetes/sig-storage
2016-06-12 23:44:28 -07:00
k8s-merge-robot
d935a02c64
Merge pull request #27101 from caesarxuchao/add-deletiontimestamp-log
...
Automatic merge from submit-queue
Let kubelet log the DeletionTimestamp if it's not nil in update
This helps to debug if it's the kubelet to blame when a pod is not deleted.
Example output:
```
SyncLoop (UPDATE, "api"): "redis-master_default(c6782276-2dd4-11e6-b874-64510650ab1c):DeletionTimestamp=2016-06-08T23:58:12Z"
```
ref #26290
cc @Random-Liu
2016-06-12 22:56:43 -07:00