nikhiljindal
6b8d0caac2
Creating configmap for kube-dns
2016-11-29 00:31:33 -08:00
Michael Taufen
f789ecdcaf
Fix nil pointer dereference in test framework
...
Checking the result.Code prior to err in the if statement causes a panic
if result is nil. It turns out the formatting of the error is already in
IssueSSHCommandWithResult, so removing redundant code is enough to fix
the issue. Logging the SSH result was also redundant, so I removed that
as well.
2016-11-28 14:44:51 -08:00
David Ashpole
679c503ae3
changed api to api/v1
2016-11-28 14:24:43 -08:00
Timothy St. Clair
d15e20eed4
Reduce the etcd surface area in the integration test to minimize the client dependency.
2016-11-28 15:58:39 -06:00
Kubernetes Submit Queue
56836cace7
Merge pull request #37394 from nikhiljindal/deploymentE2e
...
Automatic merge from submit-queue
Fixing a typo in deployment e2e
Ref https://github.com/kubernetes/kubernetes/issues/37105 and https://github.com/kubernetes/kubernetes/issues/37143 .
Fixing the failing deployment e2e.
There are 3 deployment cases failing right now. https://github.com/kubernetes/kubernetes/pull/37290 fixes the first and this PR fixes the other 2.
cc @kubernetes/sig-cluster-federation @madhusudancs @mwielgus
2016-11-28 13:26:06 -08:00
Kubernetes Submit Queue
448dfc7b30
Merge pull request #37489 from mwielgus/enable-e2e-gke
...
Automatic merge from submit-queue
Enable PDB e2e tests on GKE
cc: @davidopp
2016-11-28 13:25:55 -08:00
David Ashpole
a232c15a45
InodeEviction test tests that when some pods create many empty files, both in their container and in volumes, they are evicted before pods that act normally.
2016-11-28 13:09:40 -08:00
Kubernetes Submit Queue
cbd87c3a13
Merge pull request #37481 from mwielgus/more-debug-ca-e2e
...
Automatic merge from submit-queue
Add more debug information around strange failure in e2e tests
To better understand problems in https://github.com/kubernetes/kubernetes/issues/33754 .
cc: @fgrzadkowski @piosz
2016-11-28 11:45:17 -08:00
Michail Kargakis
5b7bf78f3f
test: update rollover test to wait for available rs before adopting
2016-11-28 14:00:59 +01:00
Harry Zhang
3002f5719d
Fix nits in node e2e log path
2016-11-28 15:24:22 +08:00
Zihong Zheng
b77484987b
Fixes dns autoscaling test flakes
2016-11-27 22:20:54 -08:00
Marcin Wielgus
313d4045af
Add more debug information around strange failure in e2e tests
2016-11-25 17:42:53 +01:00
Marcin Wielgus
35843d52b6
Enable PDB e2e tests on GKE
2016-11-25 15:18:19 +01:00
Ivan Shvedunov
29fd58ad0e
Fix running e2e with 'Completed' kube-system pods
2016-11-24 19:10:43 +03:00
Jerzy Szczepkowski
1959722243
Revert "Removed "feature" tag"
2016-11-24 11:52:31 +01:00
Clayton Coleman
35a6bfbcee
generated: refactor
2016-11-23 22:30:47 -06:00
Clayton Coleman
a43960da3b
Move GroupVersion* to pkg/runtime/schema
2016-11-23 21:03:36 -06:00
Janet Kuo
d2c411aafe
Revert "Revert "Remove [Slow] from statefulset basic tests""
...
This reverts commit ebce195ce1 .
2016-11-23 16:31:04 -08:00
Chao Xu
80ca298577
/test/soak
2016-11-23 15:53:09 -08:00
Chao Xu
bcc783c594
run hack/update-all.sh
2016-11-23 15:53:09 -08:00
Chao Xu
f0ad860d66
pkg/dns
2016-11-23 15:53:09 -08:00
Chao Xu
b50367cbdc
remove v1.Semantics
2016-11-23 15:53:09 -08:00
Chao Xu
068a7eb415
test/utils
2016-11-23 15:53:09 -08:00
Chao Xu
29400ac195
test/e2e_node
2016-11-23 15:53:09 -08:00
Chao Xu
f3b5d514ab
test/integration
2016-11-23 15:53:09 -08:00
Chao Xu
a55c71db4d
test/e2e
2016-11-23 15:53:09 -08:00
Dawn Chen
e968173d6b
Merge pull request #37384 from derekwaynecarr/fix-cross-build
...
Fix cross-build for memcg notification
2016-11-23 13:59:18 -08:00
Dawn Chen
5190ace8f0
Merge pull request #37343 from ymqytw/revert_branch
...
Revert list of primitives fix
2016-11-23 13:45:19 -08:00
Random-Liu
dfbe7be5b5
Final cleanup for node conformance test.
2016-11-23 13:39:54 -08:00
nikhiljindal
34eae2207e
Stop deleting underlying services when federation service is deleted
2016-11-23 13:02:39 -08:00
Dawn Chen
7c685579c0
Merge pull request #37389 from janetkuo/statefulset-skip-gke
...
Skip StatefulSet e2e tests if this resource is not found
2016-11-23 11:49:32 -08:00
nikhiljindal
3cfbe6aff8
Fixing a typo in deployment e2e
2016-11-23 11:18:32 -08:00
Kubernetes Submit Queue
696a88cffe
Merge pull request #37356 from kubernetes/jszczepkowski-ha-feature
...
Automatic merge from submit-queue
Removed "feature" tag
2016-11-23 10:58:45 -08:00
Kubernetes Submit Queue
8c3dbc6df0
Merge pull request #37334 from hongchaodeng/km2
...
Automatic merge from submit-queue
kubemark: fix start-kubemark.sh
2016-11-23 10:58:39 -08:00
Kubernetes Submit Queue
4c7febd360
Merge pull request #37338 from Random-Liu/fix-remote-log-fetching
...
Automatic merge from submit-queue
Node E2E: Fix remote log fetching.
For issue https://github.com/kubernetes/kubernetes/issues/37333 .
This will help debug https://github.com/kubernetes/kubernetes/issues/37333 .
Mark v1.5 because this helps debug an issue https://github.com/kubernetes/kubernetes/issues/37333 , which was originally https://github.com/kubernetes/kubernetes/issues/35935 . /cc @saad-ali
@yujuhong @dchen1107 @jingxu97
/cc @kubernetes/sig-node
2016-11-23 10:58:32 -08:00
Janet Kuo
b88bebded5
Remove initialized annotation from statefulset examples
2016-11-23 10:40:42 -08:00
Janet Kuo
060ff8ebe8
Skip StatefulSet e2e tests if this resource is not found
2016-11-23 10:08:09 -08:00
Derek Carr
1ec69f658c
Fix cross-build for memcg notification
2016-11-23 12:36:04 -05:00
Janet Kuo
ebce195ce1
Revert "Remove [Slow] from statefulset basic tests"
...
This reverts commit 0744033d8c .
2016-11-23 09:13:43 -08:00
Piotr Szczesniak
a3e6ad4b9a
Revert "Modify GCI mounter to enable NFSv3"
2016-11-23 13:15:37 +01:00
Jerzy Szczepkowski
d7cdb6bb6a
Removed "feature" tag
...
Removed "feature" tag so that ha master tests will run by default.
2016-11-23 09:22:04 +01:00
Kubernetes Submit Queue
e801fcfc4a
Merge pull request #36610 from jingxu97/Nov/nfsv3
...
Automatic merge from submit-queue
Modify GCI mounter to enable NFSv3
In order to make NFSv3 work, mounter needs to start rpcbind daemon. This
change modify mounter's Dockerfile and mounter script to start the
rpcbind daemon if it is not running on the host.
After this change, need to make push the image and update the sha number in Changelog.
2016-11-22 23:38:51 -08:00
Kubernetes Submit Queue
7a09ba96d8
Merge pull request #37243 from janetkuo/petset-e2e-rename
...
Automatic merge from submit-queue
Update [Feature:PetSet] e2e tests to [Feature:StatefulSet]
<!-- Thanks for sending a pull request! Here are some tips for you:
1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md
2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md
3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes
-->
**What this PR does / why we need it**: Update StatefulSet e2e test feature tags from [Feature:PetSet] to [Feature:StatefulSet]
**Special notes for your reviewer**: Ref test-infra changes https://github.com/kubernetes/test-infra/pull/1151
cc @erictune @foxish @kow3ns @enisoc @kubernetes/sig-apps
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
NONE
```
2016-11-22 22:52:52 -08:00
ymqytw
d178bc76ed
Revert "add a unit test"
...
This reverts commit 11653b11c1 .
2016-11-22 21:01:20 -08:00
Kubernetes Submit Queue
e69b497e07
Merge pull request #37303 from krousey/e2eutil
...
Automatic merge from submit-queue
Guard the ready replica checking by server version
I fixed replica readiness checking for 1.4->1.5 upgrades by using a field that only exists in versions >=1.4.0 in #36924
This fixed a lot of issues in 1.4->1.5 upgrade testing, but did not fix 1.3->1.5 upgrade tests. I've disabled replica checking for 1.3 masters as the old logic was broken anyway.
This will not affect the 1.3 CI tests. Just 1.3 -> {1.4, 1.5} upgrade tests.
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-container_vm-1.3-container_vm-1.5-upgrade-cluster-new/330?log
is an example of this breakage. This is the tell-tale logs:
```console
Nov 22 09:40:50.469: INFO: 11 / 11 pods in namespace 'kube-system' are running and ready (506 seconds elapsed)
Nov 22 09:40:50.469: INFO: expected 5 pod replicas in namespace 'kube-system', 0 are Running and Ready.
Nov 22 09:40:50.469: INFO: POD NODE PHASE GRACE CONDITIONS
```
2016-11-22 19:52:22 -08:00
bprashanth
1457d20464
Cleanup old cloud resources after 48 hours
2016-11-22 18:43:21 -08:00
Random-Liu
e000ff0872
Fix remote log fetching.
2016-11-22 18:40:40 -08:00
Hongchao Deng
f9bc3ac419
kubemark: minor fix start-kubemark.sh
2016-11-22 18:00:23 -08:00
Janet Kuo
0744033d8c
Remove [Slow] from statefulset basic tests
2016-11-22 15:36:19 -08:00
Janet Kuo
420d32c503
Update [Feature:PetSet] e2e tests to [Feature:StatefulSet]
2016-11-22 15:36:19 -08:00