k8s-ci-robot
9d0a6d0fc6
Merge pull request #70390 from spiffxp/add-spiffxp-as-reviewer-to-test-conformance
...
Add myself as reviewer to test/conformance/OWNERS
2018-10-29 18:53:31 -07:00
k8s-ci-robot
975e6c0a73
Merge pull request #70039 from liggitt/deployment-rollback
...
Switch kubectl rollout to directly rolling back deployments
2018-10-29 18:52:51 -07:00
k8s-ci-robot
dab98f9546
Merge pull request #70329 from ravisantoshgudimetla/fix-e2e-limits
...
Fix e2e limits
2018-10-29 17:11:38 -07:00
k8s-ci-robot
361f8c31bd
Merge pull request #70314 from samdamana/auth-revert
...
Revert "limit forbidden error to details of what was forbidden"
2018-10-29 17:11:27 -07:00
k8s-ci-robot
2ecc71da47
Merge pull request #69868 from pohly/e2e-manifests
...
e2e manifests
2018-10-29 17:11:08 -07:00
Jon Friesen
0415ebe439
Fixes golint in test/utils/image
...
This change fixes the test/utils/image package golint errors.
2018-10-29 17:07:01 -07:00
k8s-ci-robot
861e866b51
Merge pull request #69947 from tallclair/runtimeclass-e2e
...
Implement a basic RuntimeClass E2E
2018-10-29 15:53:59 -07:00
Aaron Crickenberger
a188653334
Add myself as reviewer to test/conformance/OWNERS
...
I'd like to start fielding more reviews of this code since I'm actively
involved in efforts that are consumers of it
2018-10-29 15:48:00 -07:00
Tim Allclair
fe7fe3cc64
Implement a basic RuntimeClass E2E
2018-10-29 12:44:56 -07:00
k8s-ci-robot
0768fa5604
Merge pull request #70188 from rajansandeep/ipv6tests
...
Extend DNS ConfigMap tests to support IPv6
2018-10-29 12:08:03 -07:00
walter
735ad9ed63
Fixed lint errors for pkg/cloudprovider/providers/gce.
...
Fixed minor issues.
Cleaned up from merge errors.
2018-10-29 11:52:24 -07:00
qingsenLi
3e83f0f08a
fix typo and instead of amd
2018-10-30 01:27:50 +08:00
Sandeep Rajan
9e8bd5ccca
extend tests to support ipv6 functionality
...
ipv6 tests for configmap
2018-10-29 12:34:00 -04:00
k8s-ci-robot
fb6716e83c
Merge pull request #67495 from islinwb/policy_psp
...
use PodSecurityPolicySpec of policy/v1beta1 instead of extensions/v1beta1
2018-10-29 08:31:15 -07:00
Gyuho Lee
1adb8100ba
staing/apimachinery: fix typo "perfer" to "prefer"
...
Signed-off-by: Gyuho Lee <leegyuho@amazon.com >
2018-10-27 20:29:54 -07:00
ravisantoshgudimetla
fedfddcb21
Build files
2018-10-27 19:06:24 -04:00
ravisantoshgudimetla
e47d587bee
Fix e2e node status updates
2018-10-27 19:04:52 -04:00
k8s-ci-robot
8616687c90
Merge pull request #70282 from justinsb/better_unsupported_provider_messages
...
Disambiguate "unsupported provider" messages
2018-10-27 13:49:05 -07:00
Jordan Liggitt
57df11bc0f
Switch kubectl rollout to directly rolling back deployments
2018-10-26 23:48:44 -04:00
k8s-ci-robot
7b5705c619
Merge pull request #70203 from ravisantoshgudimetla/fix-e2e-resource-limits
...
Fix e2e resource limits
2018-10-26 19:13:41 -07:00
k8s-ci-robot
95613765e4
Merge pull request #70114 from mikedanese/svcacctscale
...
scale test service account token projection in kubemark
2018-10-26 17:58:01 -07:00
Samuel Davidson
294e02ed4b
Revert "limit forbidden error to details of what was forbidden"
...
This reverts commit ecbd013795 .
2018-10-26 15:58:09 -07:00
Patrick Ohly
248df4ac58
e2e: update bazel BUILD files
...
Generated via hack/update-bazel.sh.
2018-10-27 00:39:44 +02:00
Patrick Ohly
a56c518292
e2e CSI: bump all containers to v0.4.1
2018-10-27 00:39:44 +02:00
k8s-ci-robot
1355e6b277
Merge pull request #70283 from justinsb/only_reconcile_health_check_on_gce
...
e2e: Only do LB health check reconciliation test on GCE
2018-10-26 14:44:01 -07:00
Patrick Ohly
38efff564c
e2e: deploy from manifest files + enhance CSI volume output
...
Ensuring that CSI drivers get deployed for testing exactly as intended
was problematic because the original .yaml files had to be converted
into code. e2e/manifest helped a bit, but not enough:
- could not load all entities
- didn't handle loading .yaml files with multiple entities
- actually creating and deleting entities still had to be done in tests
The new framework utility code handles all of that, including the
tricky cleanup operation that tests got wrong (AfterEach does not get
called after test failures!).
In addition, it is ensuring that each test gets its own instance of the
entities.
The PSP role binding for hostpath is now necessary because we switch
from creating a pod directly to creation via the StatefulSet
controller, which runs with less privileges.
Without this, the hostpath test runs into these errors in the
kubernetes-e2e-gce job:
Oct 19 16:30:09.225: INFO: At 2018-10-19 16:25:07 +0000 UTC - event for csi-hostpath-attacher: {statefulset-controller } FailedCreate: create Pod csi-hostpath-attacher-0 in StatefulSet csi-hostpath-attacher failed error: pods "csi-hostpath-attacher-0" is forbidden: unable to validate against any pod security policy: []
Oct 19 16:30:09.225: INFO: At 2018-10-19 16:25:07 +0000 UTC - event for csi-hostpath-provisioner: {statefulset-controller } FailedCreate: create Pod csi-hostpath-provisioner-0 in StatefulSet csi-hostpath-provisioner failed error: pods "csi-hostpath-provisioner-0" is forbidden: unable to validate against any pod security policy: []
Oct 19 16:30:09.225: INFO: At 2018-10-19 16:25:07 +0000 UTC - event for csi-hostpathplugin: {daemonset-controller } FailedCreate: Error creating: pods "csi-hostpathplugin-" is forbidden: unable to validate against any pod security policy: []
The extra role binding is silently ignored on clusters which don't
have this particular role.
2018-10-26 22:07:34 +02:00
k8s-ci-robot
c56dcddbe4
Merge pull request #70253 from dekkagaijin/master
...
always allow unimportant legacy root paths
2018-10-26 12:22:29 -07:00
ravisantoshgudimetla
c0a8d4702a
Fix e2e test and build file
2018-10-26 13:48:51 -04:00
ravisantoshgudimetla
fad6b326e3
Fix default algorithm provider priority insertion
2018-10-26 13:48:44 -04:00
Mike Danese
7613482623
scale test service account token projection in kubemark
2018-10-26 09:57:56 -07:00
Justin SB
4f3aafd6f5
e2e: Only do LB health check reconciliation test on GCE
...
The test requires restarting kube-controller-manager, we don't support
that on GKE.
Fix #70280
2018-10-26 07:19:43 -04:00
Justin SB
ff8a0e08cb
Disambiguate "unsupported provider" messages
...
When we get an unsupported provider message, it often isn't clear what
method actually failed - add more information to the error message.
Issue #70280
2018-10-26 07:13:20 -04:00
Patrick Ohly
dcbcef13b4
e2e: simplify gcePD .yaml files
...
Setting command line arguments via env variables that are not needed
by the binaries is just unnecessarily complex. The driver renaming
code in the E2E manifest PR would have to be made more complex to deal
with such a deployment. It is easier for that code and humans who look
at the .yaml file to remove the indirection.
2018-10-26 10:32:46 +02:00
Patrick Ohly
1effe0ca0f
e2e framework: UniqueName
...
This is needed for tests which have to create entities that aren't
namespaced, like ServiceAccounts.
2018-10-26 10:32:46 +02:00
k8s-ci-robot
022c05c141
Merge pull request #70254 from msau42/add-out-of-tree-pd-tests
...
Add new driver config for testing PD CSI driver out of tree
2018-10-25 23:24:22 -07:00
Michelle Au
9acb8bca6d
Add new driver config for testing PD CSI driver out of tree
2018-10-25 16:42:51 -07:00
k8s-ci-robot
35290b2207
Merge pull request #70243 from runcom/test-output-useful
...
test/e2e/storage: fix output in case of failure and use another NFS mount option
2018-10-25 15:25:46 -07:00
k8s-ci-robot
1975747b10
Merge pull request #70210 from cblecker/remove-golang-fork
...
Remove golang fork for typecheck
2018-10-25 14:03:17 -07:00
k8s-ci-robot
ebace7718a
Merge pull request #70099 from grayluck/five-sec-hc
...
Change GCE LB health check interval from 2s to 8s
2018-10-25 14:03:07 -07:00
Jake Sanders
2a585d3fc7
bump metadata-concealment version to 1.1.1
2018-10-25 13:05:37 -07:00
Jake Sanders
884bfd11d9
always allow unimportant legacy root paths
2018-10-25 12:32:19 -07:00
Aniket Kulkarni
82f83a8f82
Updating build files after review comments
2018-10-25 14:49:01 -04:00
k8s-ci-robot
9ed206e3b9
Merge pull request #70206 from runcom/fix-cronjob-e2e
...
test/e2e/apps: fix race in cronjob test
2018-10-25 11:46:50 -07:00
Antonio Murdaca
fc80120a0f
test/e2e/storage: use relatime for checking NFS options
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
Signed-off-by: Antonio Murdaca <runcom@linux.com >
2018-10-25 20:44:33 +02:00
Antonio Murdaca
ebdc25a80e
test/e2e/storage: provide useful output if test fail
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com >
Signed-off-by: Antonio Murdaca <runcom@linux.com >
2018-10-25 20:44:28 +02:00
Aniket Kulkarni
45aec048db
Incorporating review comments
2018-10-25 14:29:01 -04:00
Christoph Blecker
e415c1ec1d
Fix typecheck test error message
...
extra characters due to whitespace differences
2018-10-25 11:27:58 -07:00
Christoph Blecker
8574c38f81
Update srcimporter.go to golang/go@5f0a9ba
...
Also move to third_party/ as it's copied code.
2018-10-25 11:27:53 -07:00
k8s-ci-robot
2dc511a4ec
Merge pull request #70233 from jbartosik/e2e-deflake
...
Change back HPA e2e tests to request 500 mCPU
2018-10-25 08:24:56 -07:00
k8s-ci-robot
63e9ecabb6
Merge pull request #70209 from ixdy/update-images-after-#69995
...
Update images after #69995
2018-10-25 05:55:29 -07:00