Lee Verberne
04d8cc9303
Generated docs for ephemeral containers API
2019-08-27 16:25:05 +00:00
Lee Verberne
dbf0548bbc
Improve API documentation for ephemeral containers
2019-08-27 16:25:05 +00:00
Kubernetes Prow Robot
9aa76b2c8a
Merge pull request #80696 from hex108/plugin_args
...
Add a helper function to decode scheduler plugin args
2019-08-27 09:24:56 -07:00
Kubernetes Prow Robot
001bb43ad8
Merge pull request #74925 from lee0c/windows-dns-config-tests
...
Windows dns config test
2019-08-27 09:24:42 -07:00
Fabio Bertinatto
81572e5254
Enable CSI e2e tests for volume expansion
2019-08-27 17:33:41 +02:00
Fabio Bertinatto
73f31afd5d
Graduate volume expansion to beta
2019-08-27 17:33:41 +02:00
Mike Spreitzer
2e2e6b82e0
Factor PassiveClock out of clock.Clock
...
PassiveClock has the subset of Clock functionality that only involves
reading the clock. Identifying this subset makes it possible to write
packages that are more clearly easy to test.
When a package is coded against Clock rather than PassiveClock this
adds two problems for the unit test functions. One is that Clock
provides no way for the test function to know when the next activity
is scheduled for. That could be added to FakeClock relatively easily.
The second problem is that when a package uses channels to schedule
future activity, once the Clock has advanced to such a future time the
Clock (and hence the test function) does not get informed when that
activity has completed.
2019-08-27 10:34:12 -04:00
Jordan Liggitt
4396046033
Add discovery docs webhook e2e test
2019-08-27 09:31:28 -04:00
Dr. Stefan Schimanski
beee72e28b
aggregator: add metric for openapi regeneration
2019-08-27 15:08:54 +02:00
Kubernetes Prow Robot
bcb464db7b
Merge pull request #69655 from CaoShuFeng/Established_lastTransitionTime
...
always set lastTransitionTime when crd condition changes
2019-08-27 06:06:41 -07:00
fabriziopandini
0e447d797f
kubeadm Json6902 Patches
2019-08-27 14:14:35 +02:00
Patrick Ohly
6d12f2de10
storage: fix CSIInlineVolume round-trip test
...
When adding CSIDriver.Spec.VolumeLifecycleModes, the defaulting in
pkg/apis/storage/fuzzer/fuzzer.go did not quite match the one from
pkg/apis/storage/v1beta1/defaults.go, causing a test failure when the
corresponding feature gate is enabled.
2019-08-27 14:00:42 +02:00
Dr. Stefan Schimanski
63dbb234b8
apiextension: add metric for openapi regeneration
2019-08-27 13:57:45 +02:00
Dr. Stefan Schimanski
de020ecb1c
aggregator/apiextensions: v(2) log why OpenAPI spec is regenerated
2019-08-27 13:57:04 +02:00
Bruce Ma
ec342ec98f
delete lo network when TearDownPod to avoid CNI cache leak
...
Signed-off-by: Bruce Ma <brucema19901024@gmail.com>
2019-08-27 19:26:23 +08:00
Antonio Ojea
930a1321da
DNS e2e tests differentiate between IP family
...
The e2e DNS tests differentiate between IP family to
avoid false positives with dual stack clusters.
2019-08-27 12:57:40 +02:00
Antonio Ojea
766d79bbf5
Make TestContext.IPFamily global for parallel testing
...
it turns out that the framework.TestContext.IPFamily variable is
not available for the DNS tests if they don't run in the initial
Ginkgo node when running in parallel.
We add a function to the framework to allow us to run command
only once per each Ginkgo node parallel execution.
It also adds a method to detect if the cluster is IPv6.
The use of the framework.TestContext.IPFamily variable guarantees
consistency all over the testing because this variable is only
assigned at the beginning of the testing.
2019-08-27 12:54:52 +02:00
Cao Shufeng
eaf59df717
apiextensions: always set lastTransitionTime when CRD condition changes
2019-08-27 12:54:44 +02:00
Kubernetes Prow Robot
1698765538
Merge pull request #82005 from sttts/sttts-crds-coerce-generation
...
apiextensions: set 'metadata.generation: 1' on read from etcd if not set
2019-08-27 03:46:42 -07:00
Yassine TIJANI
6ad40ba51f
remove slice dependency
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-08-27 11:26:06 +01:00
Guangming Wang
fcf4e69640
run hack/update-bazel.sh
2019-08-27 17:48:46 +08:00
Lee Verberne
66d0778828
Update kubectl polymorphic logs helper for ephemeral containers
...
This also updates the test to check there were actual actions that
weren't expected.
2019-08-27 09:35:16 +00:00
朱正浩,Zhu Zhenghao
e1df7c2b64
Change the seven blanks to {7}
in the regex, so it will be more readable .
2019-08-27 17:01:13 +08:00
Dr. Stefan Schimanski
84d29fc8fa
apiextensions: set 'metadata.generation: 1' during read from etcd if not set
2019-08-27 10:47:52 +02:00
Kubernetes Prow Robot
28e800245e
Merge pull request #81848 from seans3/split-handler-entry
...
Split defaultPrintHandler from handlerEntry in table printing
2019-08-27 00:53:33 -07:00
Kubernetes Prow Robot
bc46e8fc53
Merge pull request #81739 from codenrhoden/clarify-mkdir-mkfile-behavior
...
Move MakeFile/Dir from HostUtil to host_path vol
2019-08-27 00:53:24 -07:00
Kubernetes Prow Robot
bccf68b4ee
Merge pull request #81662 from bclau/test-images/documentation-update
...
test images: Adds README containing image building process
2019-08-27 00:53:08 -07:00
Kubernetes Prow Robot
927f45191e
Merge pull request #81527 from yastij/move-controller-util
...
move WaitForCacheSync to the sharedInformer package
2019-08-27 00:52:54 -07:00
Kubernetes Prow Robot
ead8e0c24e
Merge pull request #80814 from xiaoanyunfei/cleanup/GeneralPredicates
...
Use iteration to make the GeneralPredicates code cleaner
2019-08-27 00:52:40 -07:00
hwdef
11e0873d24
use log functions of core framework
2019-08-27 13:52:14 +08:00
hwdef
3035943c30
fix test/e2e/gke_node_pools.go
2019-08-27 13:28:16 +08:00
Jun Gong
6324285f3b
Add a helper function to decode scheduler plugin args
2019-08-27 13:11:52 +08:00
Ted Yu
8efa1c2a8f
Correct func name WithBuildMetadata
2019-08-26 21:10:56 -07:00
Kubernetes Prow Robot
533daf6624
Merge pull request #81836 from fabriziopandini/fix-upgrade-checks
...
kubeadm: fix upgrade checks
2019-08-26 20:55:37 -07:00
Kubernetes Prow Robot
90cf189152
Merge pull request #81791 from yastij/remove-ipvs-checks
...
remove the ipvs checks from the preflight checks
2019-08-26 20:55:22 -07:00
Kubernetes Prow Robot
f789e1e55c
Merge pull request #81730 from codenrhoden/mountpoint-match
...
Internalize mount.Interface.IsMountPointMatch
2019-08-26 20:55:07 -07:00
Kubernetes Prow Robot
ee73d27d51
Merge pull request #81727 from odinuge/flaky-hugepage-test
...
Fix flaky hugepages tests by decreasing page count
2019-08-26 20:54:52 -07:00
Kubernetes Prow Robot
36e0ea6bfa
Merge pull request #81682 from caesarxuchao/beta-remainingItemCount
...
promote the remainingItemCount field to beta
2019-08-26 20:54:40 -07:00
Guangming Wang
0776bc67ec
revert wrongly replaced log function ginkgo.Fail
2019-08-27 10:46:50 +08:00
Eric Ernst
7922d73f98
kubectl: take pod overhead into account
...
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-08-26 17:31:47 -07:00
Haowei Cai
1878ded8a4
generated
2019-08-26 17:24:04 -07:00
Haowei Cai
6960bf9f4f
remove test cases disabling the gates
...
please review with whitespace change ignored (-w)
2019-08-26 17:24:04 -07:00
Haowei Cai
7997058d73
bump the CRD feature gates to GA and lock the defaults
2019-08-26 17:24:04 -07:00
Kubernetes Prow Robot
1afcd7d0c8
Merge pull request #81902 from MikeSpreitzer/fix81888
...
Updated comments in wait.go
2019-08-26 16:43:35 -07:00
Kubernetes Prow Robot
9a5dc8f082
Merge pull request #81889 from tedyu/ctrl-rm-refl-mutex
...
Utilize reflectorMutex in LastSyncResourceVersion
2019-08-26 16:43:20 -07:00
Kubernetes Prow Robot
45b0b78446
Merge pull request #81872 from sttts/sttts-crd-defaulting-beta
...
apiextension: promote CRD defaulting to beta
2019-08-26 16:43:06 -07:00
Kubernetes Prow Robot
e57bee7332
Merge pull request #81840 from draveness/feature/move-node-info-snapshot-to-framework
...
feat(scheduler): move node info snapshot out of internal package
2019-08-26 16:42:54 -07:00
Kubernetes Prow Robot
db4cfca869
Merge pull request #81820 from hwdef/fix-typo-build/platforms.bzl
...
fix typo in build/platforms.bzl
2019-08-26 16:42:41 -07:00
Andy Bursavich
cc255816eb
Add types to StatefulSetUpdateStrategyType constants
2019-08-26 16:29:15 -07:00
Tim Allclair
2e08288144
Remove conflict logic from PodTolerationRestriction
2019-08-26 15:31:15 -07:00