Dr. Stefan Schimanski
e69f44e28b
apiextensions: add x-kubernetes-embedded-resource integration tests
2019-06-10 11:22:21 +02:00
Dr. Stefan Schimanski
35054fa7ec
apiextensions: validate x-kubernetes-embedded-resource in CRs
2019-06-10 11:22:21 +02:00
Dr. Stefan Schimanski
f1bc7b69a8
apiextensions: don't prune meta fields with x-kubernetes-embedded-resource
2019-06-10 11:22:21 +02:00
Dr. Stefan Schimanski
3cd511b86c
apiextensions: add x-kubernetes-embedded-resource wiring to handler
2019-06-10 11:22:21 +02:00
Dr. Stefan Schimanski
b51c800c16
apiextensions: check embedded resources in default values
2019-06-10 11:22:21 +02:00
Dr. Stefan Schimanski
8fc42ed116
apiextensions: implement x-kubernetes-embedded-resource algorithm
2019-06-10 11:22:21 +02:00
Dr. Stefan Schimanski
b807def8d9
apiextensions: move ObjectMeta coercion into own package
2019-06-10 11:22:21 +02:00
Ted Yu
de92897e26
Check correct error for cleanup
2019-06-09 21:29:28 -07:00
Kubernetes Prow Robot
3d4124f2e0
Merge pull request #68108 from wenjun93/iscsiVol
...
add lun info when construct iscsi volumeSpec from mountPath
2019-06-09 20:45:06 -07:00
Peter Swica
6a3ac35b54
added defer keyword to wg.Done() in logs.go
2019-06-09 22:00:33 -04:00
Joel Hermanns
4977aa0ceb
Fix typo in node lifecycle controller
2019-06-09 11:57:37 +02:00
Kubernetes Prow Robot
5fe910191a
Merge pull request #78815 from sttts/sttts-crd-int-or-string-validation
...
apiextensions: validate x-kubernetes-int-or-string in CRs
2019-06-08 14:29:05 -07:00
Dr. Stefan Schimanski
bfa4b66bc9
apiextensions: implement x-kubernetes-int-or-string validation
2019-06-08 22:06:31 +02:00
Aaron Crickenberger
248756e066
tag some release-blocking tests taking over 5min as [Slow]
...
I looked at all runs over all jobs run against master or release-1.15,
ignored [Feature:.*] or [Serial] tests, and added [Slow] to any tests
whose 50th percentile duration was over 5 minutes
Misc comments:
- the apimachinery chunking test is the worst offender, at about 15min
- all test cases for all drivers that ran the [Testpattern:.*(xfs)] were
taking longer than 5 minutes, so I got lucky and this was an easy
call; not sure how to support some drivers taking too long for some
test patterns
2019-06-07 17:42:35 -07:00
Joseph Herlant
5ca6eaaba3
kubeadm: fix minor typo in a comment
2019-06-07 15:56:33 -07:00
Kubernetes Prow Robot
c7972d9a5e
Merge pull request #78553 from caesarxuchao/alpha-gate-remainingItemCount
...
Protecting remainingItemCount behind a feature flag. Also updating the API doc
2019-06-07 12:21:58 -07:00
Kubernetes Prow Robot
78220fe380
Merge pull request #78794 from losipiuk/lo/ca-1.15.0-beta.1
...
Update Cluster Autoscaler version to 1.15.0-beta.1
2019-06-07 09:25:59 -07:00
Łukasz Osipiuk
df304b0a4d
Update Cluster Autoscaler version to 1.15.0-beta.1
2019-06-07 17:11:03 +02:00
Kubernetes Prow Robot
a1c5019739
Merge pull request #78782 from ahg-g/revert-77509-faster_scheduler
...
Revert "Faster scheduler"
2019-06-07 07:54:01 -07:00
caiweidong
0508bea9b6
Fix keep the watcher open for too long
2019-06-07 21:40:50 +08:00
Kubernetes Prow Robot
59594523c8
Merge pull request #78700 from andyzhangx/azuredisk-detach-retry
...
fix: retry detach azure disk issue
2019-06-07 05:12:00 -07:00
ahg-g
ece3e3cdba
Revert "Faster scheduler"
2019-06-06 22:34:18 -04:00
Kubernetes Prow Robot
333081e79c
Merge pull request #78595 from gnufied/fix-aws-dangling-volumes
...
Add dangling volume as uncertain
2019-06-06 16:47:59 -07:00
Ted Yu
22556aed17
Use no-priority best-effort pod as the preemptor in BenchmarkGetPodsToPreempt
2019-06-06 14:51:53 -07:00
Kubernetes Prow Robot
28f13f720c
Merge pull request #78770 from liggitt/kubectl-apply-extra-properties
...
Fix kubectl apply skew test with extra properties
2019-06-06 14:43:59 -07:00
Han Kang
42d0041804
preload metrics for legacyregistry for backwards compatibility
...
The global prometheus registry comes preloaded with process and go
metrics. Since these are not under kubernetes control, they can't be
considered stable. However, we can make a best effort to maintain
backwards compatibility by preloading the same metrics.
2019-06-06 13:50:44 -07:00
Kubernetes Prow Robot
59abf0fe3e
Merge pull request #78765 from liggitt/fix-duplicate-webhook-test
...
Fix conflicting duplicate webhook test
2019-06-06 12:57:28 -07:00
Hemant Kumar
7bcebe98bb
Add dangling volume as uncertain
2019-06-06 15:25:10 -04:00
Jordan Liggitt
044e92b5cf
Fix kubectl apply skew test with extra properties
2019-06-06 14:55:52 -04:00
ravisantoshgudimetla
64bb6337d0
Allow master nodes to be accessed from private ips
2019-06-06 14:38:05 -04:00
Anago GCB
461f439b24
Update CHANGELOG-1.13.md for v1.13.7.
2019-06-06 17:49:57 +00:00
Kubernetes Prow Robot
602fc4771a
Merge pull request #78725 from waynepeking348/waynepeking348-master
...
fix bug of replica_calculator to initialize replicaCount with currentReplicas
2019-06-06 10:48:27 -07:00
Kubernetes Prow Robot
f3f2b4066b
Merge pull request #78713 from liggitt/crd-status-conversion-error
...
Set expected in-memory version when decoding unstructured objects from etcd
2019-06-06 10:48:13 -07:00
Humble Chirammal
b867f601da
Remove unwanted newlines in glusterfs driver
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2019-06-06 22:03:15 +05:30
Jordan Liggitt
2b911dda65
Fix conflicting duplicate webhook test
2019-06-06 11:35:13 -04:00
Anago GCB
c037a48e31
Update CHANGELOG-1.14.md for v1.14.3.
2019-06-06 15:34:05 +00:00
Jordan Liggitt
a3bb81ff32
Ensure defaulting applies to custom resource items in list response
2019-06-06 09:17:31 -04:00
yutachaos
051d5afa19
fix typo in probe.go
2019-06-06 12:20:50 +09:00
Anago GCB
ef7808fec5
Update CHANGELOG-1.15.md for v1.15.0-beta.2.
2019-06-06 02:40:34 +00:00
Jordan Liggitt
932553a08c
Set expected in-memory version when decoding unstructured objects from etcd
2019-06-05 21:32:09 -04:00
Kubernetes Prow Robot
ca12f11047
Merge pull request #78608 from jpbetz/admission-histogram-fix
...
Fix admission metrics bucket sizes
2019-06-05 17:28:11 -07:00
Clayton Coleman
3b599b383d
Calling PatchAction on typed objects should work correctly
...
Only Unstructured objects worked (because unstructured implicitly
clears the .Object map when Unmarshal is called). We must reset
obj before we attempt to unmarshal into it.
2019-06-05 19:51:25 -04:00
Kubernetes Prow Robot
544e93486d
Merge pull request #77312 from bjhaid/cleanup_kube_controller_manager
...
Clean up kube-controller-manager.
2019-06-05 15:22:13 -07:00
Kubernetes Prow Robot
49a485b7d8
Merge pull request #78710 from spiffxp/conformance-exclude-tags
...
Error on tests ineligible for promotion to conformance
2019-06-05 14:02:14 -07:00
yameiwang
a5b192851a
update CHANGELOG-1.14.md
2019-06-06 04:06:06 +08:00
Dan Winship
78ea7b7fd8
Fix spelling of test name
2019-06-05 16:04:22 -04:00
Jacob Tanenbaum
c0392d72e9
enforce the interface relationship between ServicePort and BaseServiceInfo
...
Currently the BaseServiceInfo struct implements the ServicePort interface, but
only uses that interface sometimes. All the elements of BaseServiceInfo are exported
and sometimes the interface is used to access them and othertimes not
I extended the ServicePort interface so that all relevent values can be accessed through
it and unexported all the elements of BaseServiceInfo
2019-06-05 14:50:24 -04:00
Kubernetes Prow Robot
e168e558f4
Merge pull request #78696 from ravisantoshgudimetla/revert-78448-promote-resourcequota
...
Revert "Promote resourcequota scope selectors to GA"
2019-06-05 11:19:34 -07:00
Aaron Crickenberger
67be4f5d06
Error on tests ineligible for promotion to conformance
...
If there are tags in the test name that describe qualities of the
test that make it ineligible for conformance, raise an error. This
is basically the "skip list" that heptio's e2e image used to use.
Thankfully all of our existing Conformance tests lack these tags. I
considered added [Slow] to the list, but let's save that for another
day.
2019-06-05 10:36:59 -07:00
Joe Betz
084c52551b
Fix admission metrics to use bucket sizes matching metric unit
2019-06-05 10:35:36 -07:00