k3s/test/e2e/framework
Kubernetes Submit Queue b651ed5ea7
Merge pull request #60998 from jpbetz/etcd-3.1.12
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Bump to etcd 3.1.12 to pick up critical fix

etcd [3.1.12](https://github.com/coreos/etcd/releases/tag/v3.1.12) (as well as 3.2.17 and 3.3.2) was released yesterday to fix a bug critical to kubernetes:

Fix [mvcc "unsynced" watcher restore operation](https://github.com/coreos/etcd/pull/9297).
- "unsynced" watcher is watcher that needs to be in sync with events that have happened.
- That is, "unsynced" watcher is the slow watcher that was requested on old revision.
- "unsynced" watcher restore operation was not correctly populating its underlying watcher group.
- Which possibly causes [missing events from "unsynced" watchers](https://github.com/coreos/etcd/issues/9086).

This will be backported to 1.9 as well.

Release note:
```release-note
Upgrade the default etcd server version to 3.1.12 to pick up critical etcd "mvcc "unsynced" watcher restore operation" fix.
```

cc @gyuho @wojtek-t @shyamjvs @timothysc @jdumars
2018-03-13 09:11:10 -07:00
..
ginkgowrapper update BUILD files 2017-10-15 18:18:13 -07:00
metrics controller-manager: switch to config/option struct pattern 2018-02-13 11:16:17 +01:00
timer Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
BUILD update bazel 2018-02-27 20:23:36 +08:00
authorizer_util.go PodSecurityPolicy E2E tests 2017-11-01 16:00:32 -07:00
cleanup.go
crd_util.go Fix flaky AdmissionWebhook e2e-crd tests 2018-02-06 11:34:57 -08:00
deployment_util.go Merge pull request #55439 from crimsonfaith91/revamp 2018-02-02 17:17:33 -08:00
exec_util.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
firewall_util.go Test ports are covered by firewall 2018-02-05 16:54:15 -08:00
firewall_util_test.go Test ports are covered by firewall 2018-02-05 16:54:15 -08:00
framework.go Reset DeferredDiscoveryRESTMapper before use 2018-01-30 11:53:20 -05:00
get-kubemark-resource-usage.go add grabbing CA metrics in e2e tests 2017-08-10 11:22:45 +02:00
google_compute.go multi-zone PD e2e tests 2018-02-22 14:24:08 -08:00
gpu_util.go Update URLs for nvidia gpu device plugin and nvidia driver installer. 2017-11-14 15:31:22 -08:00
ingress_utils.go fix todo:Get rid of this duplicate function IsRetryableAPIError in favour of the one in test/utils 2018-03-01 09:48:00 +08:00
jobs_util.go use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
kubelet_stats.go Remove check for SubResourcePodProxyVersion and SubResourceServiceAndNodeProxyVersion 2017-11-03 23:11:09 +08:00
log_size_monitoring.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
metrics_util.go Merge pull request #55056 from porridge/typo-percentil 2017-11-20 01:40:50 -08:00
networking_utils.go Revert "Fix for the network partition tests" 2017-12-04 04:26:14 -08:00
nodes_util.go Merge pull request #60998 from jpbetz/etcd-3.1.12 2018-03-13 09:11:10 -07:00
perf_util.go Report scope in e2e test metrics 2017-09-11 22:13:55 -04:00
pods.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
profile_gatherer.go Merge pull request #59661 from shyamjvs/fix-profile-gatherer 2018-02-09 14:46:37 -08:00
psp_util.go Don't create PSP binding when RBAC is not enabled 2017-12-16 15:28:42 +01:00
pv_util.go Merge pull request #60490 from jsafrane/fix-aws-delete 2018-03-05 12:42:22 -08:00
rc_util.go removes the remainder from ScalerFor method 2018-01-29 20:02:27 +01:00
resource_usage_gatherer.go Add e2e tests for GPU monitoring. 2018-01-26 15:30:55 -08:00
rs_util.go add deployment proportional scaling e2e test 2018-02-20 16:56:19 -08:00
service_util.go [e2e service] Fix CleanupGCEResources for regional test 2018-03-09 13:29:30 -08:00
size.go Support multizone clusters in GCE and GKE e2e tests 2017-11-10 15:29:15 +01:00
statefulset_utils.go Promote SS to apps/v1 2018-01-18 13:48:52 +05:30
test_context.go Merge pull request #57965 from xiangpengzhao/cleanup-feature-gates 2018-02-24 07:34:19 -08:00
upgrade_util.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
util.go Merge pull request #61044 from liggitt/subpath-master 2018-03-12 11:51:59 -07:00
volume_util.go fix all the typos across the project 2018-02-11 11:04:14 +08:00