Kubernetes Prow Robot
f780ac028b
Merge pull request #78292 from JieJhih/scheduling/code
...
use iota instead assign value to constants
2019-05-27 05:03:53 -07:00
SataQiu
a6e0614dd9
fix golint failures of test/e2e/chaosmonkey
2019-05-27 18:30:12 +08:00
qingsenLi
62dea14351
fix klog format error
2019-05-27 18:05:09 +08:00
Tobias Hintze
8829efaeb0
Allow trailing dot for service.spec.externalName
2019-05-27 11:28:07 +02:00
Maysa Macedo
b6f73bc82a
Increase coverage for e2e Network Policy tests
2019-05-27 02:59:56 -04:00
Di Xu
f715d41635
fix bug for regular empty file
2019-05-27 14:35:24 +08:00
nolancon
283dff9335
Update SocketMask based on feedback
...
TODO: Unit tests to be updated
2019-05-27 07:19:03 +01:00
Kubernetes Prow Robot
da31c50da1
Merge pull request #78304 from mysunshine92/fix-workflow
...
kubeadm: fix typos in code comments
2019-05-26 21:17:49 -07:00
toyoda
028cd65db9
fix golint failure in e2e/common/[p-r]*
2019-05-27 08:57:02 +09:00
Kaleo
e672fb6b6a
Fix golint issue in pkg/apis/abac/latest
2019-05-26 16:30:35 +08:00
Rael Garcia Arnes
b5d6b9e326
Add go-bindata dependency installation
2019-05-26 07:50:28 +00:00
andyzhangx
e65fba6499
Add support for Azure Disk to csi-translation-lib
...
rename to azure_disk
add more translation fields
fix typo
2019-05-26 02:50:29 +00:00
Dr. Stefan Schimanski
ee4f1847f5
Update generated files
2019-05-26 00:28:07 +02:00
Dr. Stefan Schimanski
faa24b2b38
apiextensions: move conversion tests into own package
2019-05-26 00:28:07 +02:00
Dr. Stefan Schimanski
b83be57435
apiextensions: port conversion e2e tests to integration
2019-05-26 00:24:47 +02:00
Dr. Stefan Schimanski
8a6d14afc8
apiextensions: fix non-trivial conversion integration test
...
This adds a third version v1alpha1 which has the same schema as v1beta1. Moreover, v1beta1 becomes the storage version. Hence, we can do noop webhook conversion from v1alpha1 to v1beta1 and back.
2019-05-26 00:24:44 +02:00
Dr. Stefan Schimanski
743f0e6cc2
apiextensions: always fix storage version after tests
2019-05-26 00:24:13 +02:00
Dr. Stefan Schimanski
5b5fea0502
apiextensions: make conversion webhook test server more compositional
2019-05-26 00:24:09 +02:00
Kubernetes Prow Robot
16d33c4985
Merge pull request #78042 from oomichi/use-ExpectNoError-common2
...
Use framework.ExpectNoError() on e2e/common
2019-05-25 13:03:50 -07:00
Claudiu Belu
16da70c249
credentialprovider: Sets homeDirPath to os.UserHomeDir()
...
Currently, the credential provider will look in the path set in
the $HOME env variable, but that environment does not exist on
Windows, but $HOMEPATH does. Because of this, if credentials are
set in ~/.docker on Windows, they will not be used by kubelet
when pulling images.
The function os.UserHomeDir can solve this problem [1].
[1] https://golang.org/pkg/os/#UserHomeDir
2019-05-25 12:52:32 -07:00
Kubernetes Prow Robot
eaece39c86
Merge pull request #78323 from tallclair/docker
...
Add a special-cased runtime handler for dockershim
2019-05-25 09:01:50 -07:00
Dr. Stefan Schimanski
0cafec6608
apiextensions: make integration test server flags available to test code
2019-05-25 17:57:04 +02:00
Dr. Stefan Schimanski
74e62b9a77
apiextensions: fix npe in subresource test
2019-05-25 17:57:04 +02:00
Dr. Stefan Schimanski
cd0b46874a
apiextensions: add storage race TODO in CRD conversion e2e test
2019-05-25 17:57:04 +02:00
Kubernetes Prow Robot
9ddc9ccc57
Merge pull request #78233 from SataQiu/clean-up-20190523
...
cleanup: move the comment to its place
2019-05-24 20:49:27 -07:00
Chao Xu
369314959c
generated
2019-05-24 18:14:53 -07:00
Chao Xu
e28a1072d9
Make ListMeta.RemainingItemCount a pointer (*int64) to make sure it's omitted
...
when serialized to proto.
The SetRemainingItemCount() and GetRemainingItemCount() still takes and
returns an int64 to make developers life easier.
2019-05-24 18:12:55 -07:00
yameiwang
7e1badd7fd
fix typo worklow->workflow
2019-05-25 07:05:37 +08:00
yameiwang
23b7d5e606
fix some spelling error
2019-05-25 06:51:31 +08:00
Tim Allclair
19a588eeda
Add a special-cased runtime handler for dockershim
2019-05-24 15:30:34 -07:00
Kubernetes Prow Robot
01a5ec3d3d
Merge pull request #78315 from dekkagaijin/mip
...
specify additional static auth for components by env var
2019-05-24 15:01:29 -07:00
Jake Sanders
5a9af2e0ef
specify additional static auth for components by env var
2019-05-24 12:16:40 -07:00
Tim Allclair
c851c480d3
Move to debian-base non-root image
2019-05-24 11:57:43 -07:00
Lantao Liu
f6aa22e9e3
Set containerd oom score adj to -999.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-05-24 10:36:54 -07:00
Sandeep Rajan
08e3fb5588
Add ready plugin to dns tests
2019-05-24 11:08:58 -04:00
Pengfei Ni
be3eeb296f
Expose InitializeCloudFromSecret()
2019-05-24 21:49:01 +08:00
andyzhangx
8a45ba1981
fix azure retry issue when return 2XX with error
...
fix comments
2019-05-24 13:12:30 +00:00
Kubernetes Prow Robot
914f80d671
Merge pull request #78018 from sttts/sttts-go-tools-nm
...
Fix broken hack/verify-symbols.sh
2019-05-24 05:52:22 -07:00
Pengfei Ni
d127ef5a44
Report error when illegal values are provided for configType and overrideType
2019-05-24 20:49:18 +08:00
Pengfei Ni
9516ade5c4
Add unit tests for getConfigFromSecret
2019-05-24 20:49:17 +08:00
Pengfei Ni
8f0e05fb6f
Allow setting Azure cloud provider from Kubernetes secrets instread of local configure files
2019-05-24 20:49:14 +08:00
Matt Matejczyk
7e7570d6ff
Upload kubeconfig to master metadata in tests.
...
Till a few days ago, it was possible to ssh into master and access cluster via insecure master port.
Now, the master insecure port has been disabled, we're not able to do that anymore.
This PR aims to fix that by uploading the kubeconfig to the master metadata during cluster setup in tests.
2019-05-24 13:25:19 +02:00
JieJhih Jhang
823111c0fe
use iota instead assign value to constants
2019-05-24 18:45:01 +08:00
Zaalouk, Adel
27f8d363a9
Organize kube-proxy flags
2019-05-24 11:39:01 +02:00
SataQiu
d3a902ff5b
e2e refactor: cleanup Logf form framework/util
2019-05-24 16:39:46 +08:00
Dr. Stefan Schimanski
ab6eae3621
hack/verify-symbols: add TrackStorageCleanup from storage testing
2019-05-24 10:20:07 +02:00
Kubernetes Prow Robot
4884873160
Merge pull request #78272 from yujuhong/disable-windows-defender
...
GCE: Disable the Windows defender
2019-05-24 00:46:19 -07:00
toyoda
7acb1540a9
Use framework.ExpectError() for e2e/a*
2019-05-24 15:16:02 +09:00
Kubernetes Prow Robot
a07b027261
Merge pull request #77825 from roycaihw/crd-openapi-beta
...
Promote Publish CRD OpenAPI to beta
2019-05-23 22:24:31 -07:00
Morten Torkildsen
f1883c9e8c
Support scale subresource for PDBs ( #76294 )
...
* Support scale subresource for PDBs
* Check group in finder functions
* Small fixes and more tests
2019-05-23 22:24:17 -07:00