Kubernetes Prow Robot
3d9c6eb9e6
Merge pull request #72727 from bart0sh/PR0057-kubeadm-selfhosting-pivot-controller-manager-add-front-proxy-ca
...
kubeadm: add front-proxy CA certificate to selfhosting controller-manager
2019-01-10 05:06:57 -08:00
Kubernetes Prow Robot
8955857998
Merge pull request #71199 from k-toyoda-pi/fix_node_authn_e2e_test
...
e2e/auth: fix NodeAuthenticator tests not working
2019-01-10 02:31:28 -08:00
Kubernetes Prow Robot
4fec22b3e4
Merge pull request #72745 from ncdc/int-tests-stop-special-casing-KUBE_TEST_ARGS
...
int tests: stop special casing KUBE_TEST_ARGS
2019-01-10 01:18:51 -08:00
Kubernetes Prow Robot
a6d7527ac3
Merge pull request #72280 from verb/kubelet-no-containertype
...
Remove container type from kubelet runtime labels
2019-01-10 01:18:41 -08:00
Kubernetes Prow Robot
0dbc99719a
Merge pull request #72076 from derekwaynecarr/pid-limiting
...
SupportPodPidsLimit feature beta with tests
2019-01-10 01:18:30 -08:00
Kubernetes Prow Robot
152226c557
Merge pull request #71198 from cofyc/go1.11-GOFLAGS-env
...
No need to pass GOFLAGS to $goflags variables with go 1.11
2019-01-09 23:35:09 -08:00
Kubernetes Prow Robot
97d7795070
Merge pull request #71504 from ping035627/k8s-181128
...
Perfect some logs description
2019-01-09 19:28:10 -08:00
Kubernetes Prow Robot
c9e1ffb0e7
Merge pull request #71952 from vyta/sig-windows-tests
...
Sig windows tests
2019-01-09 17:19:28 -08:00
Kubernetes Prow Robot
2c8b571d57
Merge pull request #71875 from wgliang/cleanup/remove-newfrom-functions
...
Move users of `factory.NewConfigFactory` to `scheduler.New`
2019-01-09 13:55:51 -08:00
Kubernetes Prow Robot
bd5a4ccfc3
Merge pull request #72744 from deads2k/controller-04-namespace
...
delete as much content from a namespace as possible
2019-01-09 12:44:45 -08:00
Andy Goldstein
4c34895e0a
int tests: stop special casing KUBE_TEST_ARGS
...
Stop special casing KUBE_TEST_ARGS and limiting the API
group/version settings to "v1" when running the tests. This was
helpful in the past when we used to test multiple values for
KUBE_TEST_API_VERSIONS - if you were specifying KUBE_TEST_ARGS to run a
single test case, you probably didn't want to have it tested for
multiple values of KUBE_TEST_API_VERSIONS.
Now, however, KUBE_TEST_API_VERSIONS comes from
KUBE_AVAILABLE_GROUP_VERSIONS by default, which is a single list instead
of multiple, so we shouldn't need to special case KUBE_TEST_ARGS any
more. This is especially necessary because certain tests that are using
testapi break if KUBE_TEST_API_VERSIONS is just "v1".
Signed-off-by: Andy Goldstein <goldsteina@vmware.com>
2019-01-09 14:58:26 -05:00
David Eads
47ca64c8f2
delete as much content from a namespace as possible
2019-01-09 14:16:07 -05:00
Kubernetes Prow Robot
0ac65cdb85
Merge pull request #62406 from keitwb/patch-1
...
Fixing Update Function in FakeCustomStore
2019-01-09 10:20:24 -08:00
Kubernetes Prow Robot
e6413d2042
Merge pull request #72653 from RomanKrasavtsev/RomanKrasavtsev-patch-3
...
Fix typo
2019-01-09 09:06:43 -08:00
Kubernetes Prow Robot
d88994cf9f
Merge pull request #71306 from ping035627/k8s-181121
...
fix some typos
2019-01-09 09:06:31 -08:00
Patrick Lang
9468ca420d
Updating README.md with fixed repo-list and --node-os-distro
2019-01-09 08:51:47 -08:00
Derek Carr
bce9d5f204
SupportPodPidsLimit feature beta with tests
2019-01-09 10:50:59 -05:00
Kubernetes Prow Robot
49891cc270
Merge pull request #72698 from rajathagasthya/podsharepsnamespace-72651
...
Move PodShareProcessNamespace feature gate out of validation
2019-01-09 07:40:00 -08:00
Kubernetes Prow Robot
15521d0274
Merge pull request #72540 from immutableT/expose-kms-timeout-in-config-v2
...
Expose kms timeout value via encryption config.
2019-01-09 07:39:49 -08:00
Ed Bartosh
d91861e883
kubeadm: add front-proxy CA certificate to selfhosting controller-manager
...
Selfhosting pivoting fails when using --store-certs-in-secrets
as controller-manager fails to start because of missing front-proxy CA
certificate:
unable to load client CA file: unable to load client CA file: open
/etc/kubernetes/pki/front-proxy-ca.crt: no such file or directory
Added required certificate to fix this.
This should fix kubernetes/kubeadm#1281
2019-01-09 17:01:18 +02:00
Kubernetes Prow Robot
bd8edc27db
Merge pull request #72615 from xiaoanyunfei/cleanup/getBinderFunc
...
Change `getBinderFunc` from method to function
2019-01-09 05:33:22 -08:00
Kubernetes Prow Robot
bf56c7be42
Merge pull request #72695 from rajathagasthya/podreadiness-72651
...
Move PodReadinessGates feature gate out of validation
2019-01-09 01:32:10 -08:00
Rajath Agasthya
86165ac878
Move pod ReadinessGates feature gate out of validation
2019-01-08 21:37:43 -08:00
Kubernetes Prow Robot
555c63fff5
Merge pull request #71529 from ixdy/bazel-refactor-openapi-gen-new-kazel
...
bazel: refactor openapi-gen logic for new kazel
2019-01-08 20:58:07 -08:00
Kubernetes Prow Robot
45b54f5c44
Merge pull request #72686 from sbezverk/PersistentLocalVolumes
...
Moving PersistentLocalVolumes feature gate check from validation
2019-01-08 19:22:40 -08:00
Kubernetes Prow Robot
3035edcc36
Merge pull request #72666 from rajathagasthya/pvc-72651
...
Move VolumeSnapshotDataSource feature gate check from validation
2019-01-08 19:22:30 -08:00
Kubernetes Prow Robot
db60e4f20c
Merge pull request #72632 from danielqsj/sch_pod
...
Move getNextPod to closure
2019-01-08 19:22:19 -08:00
Kubernetes Prow Robot
334901660c
Merge pull request #72542 from krzyzacy/add-remote
...
Diff between PULL_BASE_SHA and HEAD when detecting file changes from Prow
2019-01-08 19:22:09 -08:00
Kubernetes Prow Robot
e462d17203
Merge pull request #72456 from pradeepmurugesan/ginkgo-slow-test-threshold
...
68907 added the slow spec threshold option to ginkgo
2019-01-08 19:21:58 -08:00
sunxiaofei03
cf4eacfdc7
Change from method to function
2019-01-09 09:11:12 +08:00
Kubernetes Prow Robot
8cb5bc49b6
Merge pull request #72636 from mesaugat/patch-1
...
Aesthetic changes and fix typo
2019-01-08 16:43:36 -08:00
Kubernetes Prow Robot
cb7ba72f2a
Merge pull request #71739 from vikaschoudhary16/fix-dp-e2e
...
Device plugins: fix e2e test
2019-01-08 16:43:25 -08:00
Jeff Grafton
e34a0619ea
Only build tests with bazel test --config=unit
2019-01-08 14:47:32 -08:00
Jeff Grafton
3fd6f97f55
bazel: update openapi-gen to use new kazel-generated dictionaries
2019-01-08 14:47:32 -08:00
Jeff Grafton
06d5c50eb2
Update to latest kazel and update generated files
...
Also switch from github.com/kubernetes/repo-infra to k8s.io/repo-infra.
2019-01-08 14:47:26 -08:00
Jeff Grafton
11f248fd35
Remove deprecated automanaged tag from some go rules
2019-01-08 14:40:57 -08:00
Jeff Grafton
4503d573d3
Use new codegen config options in kazel and fix boilerplate check for generated bzl
2019-01-08 14:40:56 -08:00
Vy Ta
ec8151d7bb
Ran ./hack/update-gofmt.sh
2019-01-08 22:40:38 +00:00
Guoliang Wang
3c24c99b08
Move users of `factory.NewConfigFactory` to `scheduler.New`
2019-01-09 06:40:30 +08:00
Vy Ta
6ac7838a19
ran ./hack/update-bazel.sh
2019-01-08 22:39:40 +00:00
Rajath Agasthya
4e1d4caa8f
Move PodShareProcessNamespace feature gate out of validation
2019-01-08 14:31:51 -08:00
Kubernetes Prow Robot
5d743157b6
Merge pull request #72562 from andrewsykim/68234
...
link to out-of-tree cloud provider enhancement issues in cloud provider README
2019-01-08 13:41:52 -08:00
Kubernetes Prow Robot
a1e46a9d43
Merge pull request #71560 from appvia/hostname-change-noop
...
Don't log a warning to override hostname if there's no change.
2019-01-08 13:41:42 -08:00
Vy Ta
5fe8825530
Adding newlines
2019-01-08 13:21:19 -08:00
Pradeep Murugesan
adf33a63c2
68907 added the slow spec threshold option to ginkgo
2019-01-08 20:53:07 +01:00
Sen Lu
d6801b8211
Diff between PULL_BASE_SHA and HEAD when detecting file changes from
...
Prow
2019-01-08 11:17:00 -08:00
Vy Ta
4bf6b670a2
fix bazel test
2019-01-08 10:45:53 -08:00
Vy Ta
765057765c
golint failure updates, and added skip check for non-windows
2019-01-08 10:11:35 -08:00
Kubernetes Prow Robot
cc67ccfd7f
Merge pull request #71731 from cheftako/leaseMetric
...
Add gauge metric for master of leader election.
2019-01-08 08:57:53 -08:00
Patrick Lang
8f858afe69
Ran hack/update-bazel.sh
2019-01-08 08:49:54 -08:00