wojtekt
28fa6de629
Move etcdtest to testing
2019-06-28 21:16:49 +02:00
wojtekt
762518fd47
Cleanup util file
2019-06-28 21:16:49 +02:00
wojtekt
a06f2cfc3f
Move metrics to etcd3 and clean up
2019-06-28 21:16:49 +02:00
Sean Sullivan
9cef1fb27b
Update dependencies BUILD/go.mod/go.sum
2019-06-28 11:56:18 -07:00
Jordan Liggitt
3e7f6e508a
Add client-side status object handling
2019-06-28 11:55:31 -07:00
Matthew Wong
439a05f2aa
Fix AWS DHCP option set domain names causing garbled InternalDNS or Hostname addresses on Node
2019-06-28 11:42:05 -07:00
draveness
30b0f8bf3b
fix: predicates read nodes from scheduler cache
2019-06-29 02:34:08 +08:00
Kubernetes Prow Robot
81c8552d7e
Merge pull request #79520 from wojtek-t/cleanup_etcd_metrics
...
Remove dead metrics in etcd code
2019-06-28 11:21:52 -07:00
Kubernetes Prow Robot
436194a088
Merge pull request #79396 from seans3/kubectl-docs
...
Re-add kubectl docs to kubectl staging
2019-06-28 11:21:39 -07:00
Jordan Liggitt
cf3e75de70
Remove internal object printing from kubectl
2019-06-28 10:54:50 -07:00
Kubernetes Prow Robot
5019bb57a3
Merge pull request #79514 from feiskyer/fix-lb-rg
...
Default resourceGroup should be used when value of annotation azure-load-balancer-resource-group is empty string
2019-06-28 10:03:50 -07:00
Kubernetes Prow Robot
9fbf364a13
Merge pull request #79506 from BenTheElder/auto-mark-integration
...
automatically tag tests in test/integration/* as integration
2019-06-28 10:03:38 -07:00
Sean Sullivan
4a95e689c3
Updated import statements to reflect move to staging
2019-06-28 09:53:20 -07:00
Sean Sullivan
5eac54e755
Move pkg/kubectl/validation to staging
2019-06-28 09:53:20 -07:00
Odin Ugedal
626a0f7b4b
Fix closing of dirs in doSafeMakeDir
...
This fixes the issue where "childFD" from syscall.Openat is assigned to
a local variable inside the for loop, instead of the correct one in the
function scope. This results in that when trying to close the "childFD"
in the function scope, it will be equal to "-1", instead of the correct
value.
2019-06-28 18:21:12 +02:00
Odin Ugedal
9c2aa843bd
Remove unnecessary variable declaration
2019-06-28 18:03:23 +02:00
Kubernetes Prow Robot
ce9d4a947e
Merge pull request #79500 from BenTheElder/node-run-tests
...
fix shellcheck failures in test/e2e_node/conformance/run_test.sh
2019-06-28 08:05:51 -07:00
Kubernetes Prow Robot
fa65154a58
Merge pull request #78412 from draveness/feature/assign=start-time-for-test-pod
...
fix: assign default value for pod.Status.StartTime in TestSelectNodes…
2019-06-28 08:05:39 -07:00
andyzhangx
d8c92f5c09
fix: change timeout value in csi plugin
2019-06-28 14:27:22 +00:00
Bowen Song
d39453c35e
Adding an if statement to check the number of worker nodes available before running a test that needs 2 nodes.
...
Checking avoids error assertion in function 'CreateHostPortPods' to fail.
2019-06-28 09:25:39 -04:00
Kubernetes Prow Robot
967b23c727
Merge pull request #78119 from nodo/golint-test-e2e-scalability
...
Fix golint failures in test/e2e/scalability
2019-06-28 05:47:38 -07:00
yue9944882
95ed42684c
update openapi-spec
2019-06-28 19:34:38 +08:00
yue9944882
e00bb664e1
remove finailzers
2019-06-28 19:34:35 +08:00
Andrea Nodari
1da7f0fc12
Remove tests/e2e/scalability from the list of golint failures
2019-06-28 12:33:06 +01:00
Fabio Bertinatto
dfc78caa21
Add missing CSINodeInformer when creating ConfigFactoryArgs
2019-06-28 13:32:03 +02:00
Andrea Nodari
b31f5c7233
Fix golint failures related to docs
2019-06-28 12:31:06 +01:00
Andrea Nodari
35f6ad187b
Fix golint failures for test/e2e/scalability
2019-06-28 12:31:06 +01:00
Kubernetes Prow Robot
3bd11af6a1
Merge pull request #79012 from mgdevstack/master-service-errmsg
...
Replace exec, pause pod with platform agnostic agnhost pause pod
2019-06-28 03:57:38 -07:00
wojtekt
fd9fb50251
Remove dead metrics in etcd code
2019-06-28 11:17:27 +02:00
Kubernetes Prow Robot
04c1fa22ec
Merge pull request #79462 from ss104301/t-qini-loadbalancer_unit_test
...
add unit tests for azure_loadbalancer_test.go
2019-06-28 01:51:38 -07:00
Pengfei Ni
2b5afd8113
Default resourceGroup should be used when value of annotation azure-load-balancer-resource-group is empty string
2019-06-28 16:11:05 +08:00
Benjamin Elder
5c6d68caba
automatically tag tests in test/integration/* as integration
2019-06-27 23:19:06 -07:00
Ted Yu
e2ac674a71
Remove unnecessay call to findNewReplicaSet
2019-06-28 14:11:02 +08:00
Benjamin Elder
74939b6b17
supress libseccomp pkg-config errors
2019-06-27 22:52:48 -07:00
Kubernetes Prow Robot
9138fa5805
Merge pull request #79190 from falcon78921/wip-k8s-hack-fix
...
hack: fixed issues from previous refactor PR
2019-06-27 21:19:20 -07:00
Benjamin Elder
30bf22c10e
fix shellcheck failures in test/e2e_node/conformance/run_test.sh
2019-06-27 21:12:08 -07:00
Kubernetes Prow Robot
4745946525
Merge pull request #79345 from liggitt/kubectl-printing
...
Add meta Table tests, fix --watch-only with single item
2019-06-27 20:09:33 -07:00
Kubernetes Prow Robot
f4a33c1997
Merge pull request #78808 from MikeSpreitzer/issue-78807
...
Fixed clock.fakeTimer.Stop and Reset
2019-06-27 20:09:20 -07:00
SataQiu
62c7f4317f
kubeadm: fix bug for --cri-socket flag processing logic
2019-06-28 10:42:37 +08:00
t-qini
3cddcb0d40
add unit tests for azure_loadbalancer_test.go
2019-06-28 02:25:50 +00:00
Mayank Gaikwad
49cc8ef60f
Replace buzybox and pause pod image with agnhost
2019-06-28 07:44:31 +05:30
Kubernetes Prow Robot
85aaf7ea36
Merge pull request #79407 from BenTheElder/super-minor-shellcheck
...
clarify elasticsearch script as bash
2019-06-27 18:53:45 -07:00
Kubernetes Prow Robot
d86823a75f
Merge pull request #79320 from BenTheElder/more-swagger
...
fix hack/lib/swagger.sh, hack/lib/init.sh, hack/lib/version.sh shellcheck failures
2019-06-27 18:53:33 -07:00
Kubernetes Prow Robot
e0af9cf491
Merge pull request #79203 from damemi/kubectl-slice
...
Move pkg/kubectl/util/slice to staging
2019-06-27 18:53:20 -07:00
Kubernetes Prow Robot
8f41397210
Merge pull request #79490 from seans3/remove-kubectl-dep
...
Removes test-cmd inappropriate dependency on kubectl
2019-06-27 17:44:11 -07:00
Kubernetes Prow Robot
e74f75a98b
Merge pull request #79448 from falcon78921/wip-k8s-boilerplate
...
hack/boilerplate: added regex to strip Python shebang
2019-06-27 17:43:59 -07:00
Kubernetes Prow Robot
22305274d3
Merge pull request #79410 from BenTheElder/always-restore-etcd-with-spooky-bash
...
fix shellcheck failures in cluster/restore-from-backup.sh
2019-06-27 17:43:46 -07:00
Kubernetes Prow Robot
46667d0bbb
Merge pull request #79375 from answer1991/feature/flow-control-context-aware
...
RateLimiter context aware and fix request may hang issue
2019-06-27 17:43:34 -07:00
Kubernetes Prow Robot
dfb7748542
Merge pull request #78347 from obitech/fix_golint_pkg_kubelet_prober
...
Fix golint issues in pkg/kubelet/{prober,secret}
2019-06-27 17:43:21 -07:00
Eric Ernst
824a9e592a
runtimeclass-admissioN: add owners file
...
add initial owners file for RuntimeClass admission controller
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-06-27 15:59:59 -07:00