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
Arvinderpal Wander
7634cc01c5
Fix kubeadm service-cidr mapping to service-cluster-ip-rage for
...
kube-controller-manager.
If a service CIDR that overlaps with the cluster CIDR is
specified to kube-controller-manager then kube-controller-
manager will incorrectly allocate node CIDRs that overlap
with the service CIDR. The fix ensure that kubeadm
maps the --service-cidr to --service-cluster-ip-range for use
by kube-controller-manager.
As per docs, --allocate-node-cidrs must be true for
--service-cluster-ip-range to be considered. It does not make
sense for --cluster-cidr to be unspecified but for
--service-cluster-ip-range and --allocate-node-cidrs to be
set, since the purpose of these options is to have the
controller-manager do the per node CIDR allocation. Also
note that --service-cluster-ip-range is passed to the
api-server, so the presence of *just*
--service-cluster-ip-range should not imply that
--allocate-node-cidrs should be true.
Resolves: kubernetes/kubeadm/issues/1591
2019-06-05 06:53:32 -07:00
waynepeking348
b8b1720f12
Fix bug of ObjectPerPodMetricReplicas to initialize replicaCount with currentReplicas
2019-06-05 11:54:03 +00:00
Jordan Liggitt
07670b67d2
Add integration test for propagationPolicy=Orphan GC
2019-06-05 01:45:22 -04:00
Kubernetes Prow Robot
88f8c785b4
Merge pull request #78711 from MrHohn/lb-finalizer-patch-err
...
Don't mask k8s error returned from patch
2019-06-04 22:31:52 -07:00
Bin Lu
34f95a8985
Bug fix: remove etcd related issues in bazel-test-integration
...
Signed-off-by: Bin Lu <bin.lu@arm.com>
2019-06-04 22:09:48 -07:00
Kubernetes Prow Robot
714fcd910f
Merge pull request #78537 from liggitt/log-gc-test
...
Fix GC integration test
2019-06-04 20:35:53 -07:00
Kubernetes Prow Robot
0d1007f84b
Merge pull request #78708 from jpbetz/reinvocation-flake-fix
...
Flake fix: poll for webhook registration to complete in reinvocation integration tests
2019-06-04 18:45:52 -07:00
Kubernetes Prow Robot
b3b1c7c1e1
Merge pull request #78704 from dashpole/fix_windows_podresources
...
Disable kubelet local endpoints on windows
2019-06-04 16:47:52 -07:00
Zihong Zheng
89a7a35607
Don't mask k8s error returned from patch
2019-06-04 16:40:51 -07:00
Joe Betz
e51320f69d
Flake fix: poll for webhook registration to complete in reinvocation integration tests
2019-06-04 15:52:55 -07:00
Kubernetes Prow Robot
3cd41a5a0b
Merge pull request #78668 from mtaufen/disable-kubeletpodresources
...
Disable KubeletPodResources on Windows
2019-06-04 14:34:03 -07:00
Kubernetes Prow Robot
304a2b191d
Merge pull request #78522 from croomes/bugfix-78517-storageos-mountref
...
StorageOS volume driver: Remove call to clear mount info if already set
2019-06-04 14:33:50 -07:00
Jordan Liggitt
6a7e7fc156
Fix TestStressingCascadingDeletion flake
2019-06-04 17:26:36 -04:00
David Ashpole
80ed28b15b
disable kubelet local endpoints on windows
2019-06-04 14:07:10 -07:00
Kubernetes Prow Robot
85f2730d85
Merge pull request #78658 from jingxu97/June/window-test-fix
...
Fix volume mount tests issue for windows
2019-06-04 13:15:53 -07:00
Yu-Ju Hong
b300267a57
Add more approvers/reviewers to cluster/gce/windows
2019-06-04 11:42:55 -07:00
Lantao Liu
e27b263f37
Support image status by ID.
2019-06-04 11:34:38 -07:00
Kubernetes Prow Robot
8657b24d86
Merge pull request #78681 from yuxiangqian/e2efix
...
fix label mismatching which broke e2e serial test
2019-06-04 10:53:21 -07:00
andyzhangx
91f97d2edd
fix: update vm if detach a non-existing disk
...
fix gofmt issue
2019-06-04 17:02:08 +00:00
Kubernetes Prow Robot
d1e828f8df
Merge pull request #78667 from dims/ensure-src-tar-has-kubernetes-prefix
...
Ensure kubernetes-src.tgz has kubernetes/ prefix
2019-06-04 09:04:06 -07:00
RaviSantosh Gudimetla
3c3baf2ce6
Revert "Promote resourcequota scope selectors to GA"
2019-06-04 11:19:03 -04:00