Kubernetes Prow Robot
3edbc6afff
Merge pull request #80883 from liggitt/admission-v1
...
Switch admission webhook config manager to v1
2019-10-10 03:20:53 -07:00
Ed Bartosh
078f7a3537
kubeadm: remove OutputFlagSpecified from PrintFlags
...
This field is not used in the kubeadm code. It was brought from
cli-runtime where it's used to support complex relationship between
command line parameters, which is not present in kubeadm.
2019-10-10 12:53:05 +03:00
Kevin Taylor
cb8a7c1a4c
Promote VolumeSubpathEnvExpansion feature gate to GA
2019-10-10 09:34:40 +01:00
Kubernetes Prow Robot
2d8b8703de
Merge pull request #83686 from ahg-g/ahg-noop
...
Remove the no-op plugin
2019-10-10 01:12:53 -07:00
Amarnath Valluri
3333806734
Remove e2e/common package usage in volumemode testsuite
...
Change 04300826fd
has introduced
"e2e/common" package dependency on volumemode testusuite. This results in
pulling all tests defined in common package while running storage e2e tests,
which are not necessary.
The only interested part from common package is the WaitTimeoutForEvent().
2019-10-10 09:30:12 +03:00
Pavithra Ramesh
1437805c05
Use latest node-cache version with stubdomain fix.
...
This image fixed a bug in configuring stubDomains and caused test
failure - https://k8s-testgrid.appspot.com/sig-network-gce#gci-gce-serial-kube-dns-nodecache
Verified by running the same test locally.
2019-10-09 23:11:44 -07:00
SataQiu
23a8be6e5f
remove direct references to prometheus/testutil from kubelet/metrics
2019-10-10 12:56:28 +08:00
Kubernetes Prow Robot
ebb7b17f4d
Merge pull request #83699 from RainbowMango/pr_introduce_collectandcompare
...
Introduce testutils.CollectAndCompare for metrics test
2019-10-09 20:48:52 -07:00
RainbowMango
7645b00c11
Introduce CollectAndCompare to testutils
2019-10-10 10:20:19 +08:00
zouyee
a864fd2100
fix unsafe JSON construction
...
Signed-off-by: Zou Nengren <zouyee1989@gmail.com>
2019-10-10 09:44:54 +08:00
Kubernetes Prow Robot
088322687f
Merge pull request #83595 from immutableT/remove-deprecated
...
Replace deprecated methods in the logic involved in the construction of gRPC connection to kms-plugin.
2019-10-09 18:02:52 -07:00
Kevin Klues
5501f542cd
Fixed bug in TopologyManager with SingleNUMANode Policy
...
This patch fixes an issue in the TopologyManager that wouldn't allow
pods to be admitted if pods were launched with the SingleNUMANode policy
and any of the hint providers had no NUMA preferences.
This is due to 2 factors:
1) Any hint provider that passes back a `nil` as its hints, has its hint
automatically transformed into a single {11 true} hint before merging
2) We added a special casing for the SingleNumaNodePolicy() in the
TopologyManager that essentially turns these hints into a
{11 false} anytime a {11 true} is seen.
The current patch reworks this logic so the that TopologyManager can
tell the difference between a "don't care" hint and a true "{11 true}"
hint returned by the hint provider. Only true "{11 true}" hints will be
converted by the special casing for the SingleNumaNodePolicy(), while
"don't care" hints will not.
This is a short term fix for this issue until we do a larger refactoring
of this code for the 1.17 release.
2019-10-09 17:41:08 -07:00
toyoda
1ae7726ff6
Use log functions of core framework on test/e2e/storage/testsuites/topology.go
2019-10-10 09:16:19 +09:00
Kubernetes Prow Robot
4d6deea241
Merge pull request #83681 from mattjmcnaughton/mattjmcnaughton/fix-staticcheck-test-e2e-node
...
Address `staticcheck` failures for `test/e2e/node/...`
2019-10-09 14:51:07 -07:00
Kubernetes Prow Robot
a7e0b768ee
Merge pull request #78764 from bart0sh/PR0070-kubeadm-structured-output-v2
...
Structured output for 'kubeadm token list'
2019-10-09 14:50:54 -07:00
Kubernetes Prow Robot
9b200ae4c3
Merge pull request #83615 from yutedz/evt-receiver-name
...
Use consistent short name for receivers
2019-10-09 13:18:02 -07:00
Kubernetes Prow Robot
a5dc1fffb0
Merge pull request #83543 from yutedz/attach-resync-comment
...
Remove stale comment about resyncPeriod
2019-10-09 13:17:50 -07:00
Dan Winship
779a842b3c
Drop framework.GetReadySchedulableNodesOrDie
...
It is now fully replaced by e2enode.GetReadySchedulableNodes,
e2enode.GetBoundedReadySchedulableNodes, and
e2enode.GetRandomReadySchedulableNode.
2019-10-09 15:20:26 -04:00
Jordan Liggitt
f247e75980
Switch admission webhook config manager to v1
2019-10-09 14:42:36 -04:00
Kubernetes Prow Robot
0a98ccbcaf
Merge pull request #83480 from danwinship/getnodes-storage
...
Update test/e2e/storage for new GetReadySchedulableNodes stuff
2019-10-09 11:06:04 -07:00
Kubernetes Prow Robot
0ff761b14f
Merge pull request #82927 from obitech/kube_proxy_strict_serializer
...
Enable strict serializer in kube-proxy
2019-10-09 11:05:50 -07:00
Abdullah Gharaibeh
36a0f8a03f
remove the no-op plugin that we used as an example plugin in default registry
2019-10-09 12:30:08 -04:00
Kubernetes Prow Robot
b8b7c376ed
Merge pull request #81263 from draveness/feature/update-scheduling-queue-with-options
...
feat: update scheduling queue with options
2019-10-09 08:59:51 -07:00
mattjmcnaughton
69a473be38
Address staticcheck
failures for test/e2e/node/...
...
Fix the `staticcheck` failures for `test/e2e/node`. All of the
staticcheck errors were for variables which were never used. When these
values were `err`, we added processing for the errors. When they were
values that were just never used, we stopped giving them a name.
2019-10-09 10:26:11 -04:00
Dan Winship
6a040438ea
Update test/e2e/storage for new GetReadySchedulableNodes stuff
2019-10-09 08:12:56 -04:00
draveness
9646afb1f5
feat: add pod initial/max backoff duration to config API
2019-10-09 19:48:28 +08:00
Kubernetes Prow Robot
8577711b61
Merge pull request #83447 from liggitt/cleanup-todo
...
Clean up TODOs
2019-10-09 03:57:50 -07:00
Kubernetes Prow Robot
6992d1386c
Merge pull request #83643 from lavalamp/bigger-auth-cache
...
increase auth cache size
2019-10-09 02:18:03 -07:00
Kubernetes Prow Robot
4b002b3baa
Merge pull request #82123 from xiaoanyunfei/cleanup/take-effect-stateofworld-hashmap
...
replace iteration with hashmap in *state_of_world
2019-10-09 02:17:50 -07:00
Kubernetes Prow Robot
5ce75a8734
Merge pull request #83625 from mrobson/log-cgroups
...
Add podCgroup to process kill events to allow for correlation
2019-10-09 00:56:01 -07:00
Kubernetes Prow Robot
3b17884ca2
Merge pull request #82630 from RainbowMango/pr_migrate_prom_bucket_for_apiserver
...
Migrate prometheus bucket functionality to metrics stability framework for apiserver
2019-10-09 00:55:50 -07:00
Kubernetes Prow Robot
057609cf93
Merge pull request #83638 from wking/informatio-typo
...
pkg/apis/policy: Fix "informatio" -> "information" comment typo
2019-10-08 23:03:49 -07:00
Kubernetes Prow Robot
e62ed95ecd
Merge pull request #83611 from RainbowMango/pr_refactor_scheduler_test_with_testutils
...
Refactor scheduler metric test with testutils
2019-10-08 20:00:25 -07:00
Kubernetes Prow Robot
8b5b6d6a80
Merge pull request #83593 from davidz627/feature/fuzzyMatch
...
Add RepairVolumeHandle to the csi translation struct
2019-10-08 20:00:15 -07:00
Kubernetes Prow Robot
33809f24e6
Merge pull request #83556 from zouyee/kubeadminfo
...
Complete output of docker info
2019-10-08 20:00:04 -07:00
Kubernetes Prow Robot
ac9390627e
Merge pull request #83536 from yutedz/del-volume-err
...
Log the error return from store.Delete
2019-10-08 19:59:50 -07:00
Kubernetes Prow Robot
6d97d36fbb
Merge pull request #83596 from jktomer/go-1-12-4
...
Up minimum go version to 1.12.4
2019-10-08 18:38:05 -07:00
Kubernetes Prow Robot
0110db3a14
Merge pull request #83537 from ahg-g/ahg-metadata
...
Added PredicateMetadata and PriorityMetadata to framework's CycleState
2019-10-08 18:37:50 -07:00
Kubernetes Prow Robot
1c787dbfd5
Merge pull request #83641 from neolit123/1.16-release-notes-etcd-client-bug
...
CHANGELOG-1.16.md: add note about etcd client bug with IPv6 addresses
2019-10-08 17:08:16 -07:00
Kubernetes Prow Robot
72d052a444
Merge pull request #81797 from yastij/move-metrics-util
...
move util/metrics to component-base
2019-10-08 17:08:05 -07:00
Kubernetes Prow Robot
05474a6d84
Merge pull request #78306 from hoyho/feat/e2e-storage-dynamic-size
...
feat(e2e): refactor hard-coded provision size
2019-10-08 17:07:51 -07:00
David Zhu
93f7cec5b3
Add RepairVolumeHandle to the csi translation struct
2019-10-08 16:45:48 -07:00
Daniel Smith
236112c6af
increase auth cache size
2019-10-08 16:14:43 -07:00
Kubernetes Prow Robot
5c8d219dfe
Merge pull request #83626 from davidz627/fix/removeUnused
...
Remove unused method reciever for CSITranslator
2019-10-08 15:43:04 -07:00
Kubernetes Prow Robot
d8a3fbd275
Merge pull request #83599 from robscott/iptables-probability
...
Making iptables probability more granular in kube-proxy.
2019-10-08 15:42:52 -07:00
Kubernetes Prow Robot
464952fcc8
Merge pull request #83286 from draveness/feature/refactor-predicate-metadata
...
feat(scheduler): refactor predicateMetadata into a collection of sub types
2019-10-08 15:42:42 -07:00
Kubernetes Prow Robot
b00f009316
Merge pull request #82996 from tnqn/endpointslice-deletion
...
Fix EndpointSliceController service deletion processing
2019-10-08 15:42:27 -07:00
Kubernetes Prow Robot
b4489d1709
Merge pull request #82865 from tnqn/endpointslice
...
Fix wrong comments and inaccurate logs in endpointslice_controller
2019-10-08 15:42:16 -07:00
Kubernetes Prow Robot
ea4f7853bb
Merge pull request #82423 from sallyom/kubectl-flagerror
...
kubectl: remove usage info from bad flag msg, only print help tip
2019-10-08 15:42:03 -07:00
Kubernetes Prow Robot
4cff1c3ea1
Merge pull request #81280 from yqwang-ms/yqwang/exitmsglost
...
Fix Container exit message lost due to FallbackToLogsOnError is not compatible with ContainerCannotRun
2019-10-08 15:41:51 -07:00