Jordan Liggitt
2e604bedc8
Make Overhead validation unconditional
2019-08-02 20:09:52 -04:00
Jordan Liggitt
802e765444
Preserve existing ephemeral containers on update, validate unconditionally
2019-08-02 20:00:01 -04:00
Benjamin Elder
140f2d2af7
update generated files
2019-08-02 16:30:10 -07:00
Kubernetes Prow Robot
5de3cdb1d5
Merge pull request #80920 from seans3/unexport-kubectl-profiling
...
Unexport kubectl cmd profiling functions
2019-08-02 15:47:52 -07:00
Hantao (Will) Wang
1da12e9435
add unit tests for attacher DisksAreAttached and BulkDisksAreAttached
2019-08-02 14:24:51 -07:00
ravisantoshgudimetla
7c53ccfd68
Toleration priority function score computation
...
I think, if a pod doesn't have any tolerations, we don't prefer node without taints to
the one which has taints in https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/algorithm/priorities/taint_toleration.go#L29 , so there is no point in testing that particular functionality. The side effect of the above is, since we're going round-robin in every scheduling cycle sometimes we're choosing first node and in the next cycle we'd move onto next node(where taints are not being applied), so it's causing problem unnecessarily
2019-08-02 14:18:25 -07:00
Ted Yu
e1ee01af48
Omit namespace when kubectl get is for the cluster
2019-08-02 14:13:52 -07:00
Han Kang
981a4c95d9
increase timeout for maximum-startup-sequence-duration to decrease probability of a flake
2019-08-02 13:48:02 -07:00
David Zhu
9ed06e2cf9
Reduce GCE PD Attach Limits by 1 because Node Boot Disk counts as 1 attached disk
2019-08-02 13:37:10 -07:00
Clayton Coleman
33521b41d4
Disable gzip compression in core control plane components
...
On local networks (such as the typical connection path between
control plane components) gzip compression increases CPU use and
end to end p99 latency rather than decreasing it. Disable compression
within the control plane components like a 1.15 cluster would be
configured.
2019-08-02 16:18:15 -04:00
Clayton Coleman
dee6de70d0
Allow gzip compression to be disabled from rest.Config
...
Golang automatically enables transport level gzip, but local network
clients may wish to disable it for better CPU usage and lower latency
(scheduler, controller-manager). Allow DisableCompression on rest.Config
to modify the underlying transport. This impacts the transport cache,
but it is expected that most clients connecting to the same servers
within a process will have the same compression config.
2019-08-02 16:18:14 -04:00
Sean Sullivan
2621e6a0d6
Unexport kubectl cmd profiling
2019-08-02 12:45:15 -07:00
Kubernetes Prow Robot
c68eeb230a
Merge pull request #80902 from bskiba/fix-prom-to-sd-image
...
Fix registry for prometheus-to-sd
2019-08-02 12:40:48 -07:00
Kubernetes Prow Robot
40178ccf7f
Merge pull request #80894 from bart0sh/PR0077-kubeadm-simplified-returns
...
kubeadm: simplified returns
2019-08-02 12:40:35 -07:00
Kubernetes Prow Robot
cd04b13a1d
Merge pull request #80882 from ravisantoshgudimetla/add-logging
...
Don't supress the node update error while logging
2019-08-02 12:40:22 -07:00
Kubernetes Prow Robot
48e3811952
Merge pull request #80505 from k-toyoda-pi/fix_shellcheck_verify-test-featuregates
...
Fix shellcheck failures in hack/verify-test-featuregates.sh
2019-08-02 12:40:09 -07:00
Kubernetes Prow Robot
d58970e141
Merge pull request #80440 from munnerz/replace-hyphens-informer-gen
...
informer-gen: correctly generate group packages when groups contain hyphens
2019-08-02 12:39:56 -07:00
Pavithra Ramesh
ecad65a3f8
Added comment after invoking ensureLoadBalancer
2019-08-02 11:24:24 -07:00
ravisantoshgudimetla
b4ea510529
Wait for pods to be running before eviction starts
2019-08-02 11:00:26 -07:00
Pavithra Ramesh
501081e64f
Moved nil check inside AlphaFeatureGate.Enabled
2019-08-02 10:54:09 -07:00
Pavithra Ramesh
da887e85e9
Updated comment about ImplementedElsewhere
...
Removed handling ImplementedElsewhere error in call to EnsureLoadBalancerDeleted.
2019-08-02 10:54:09 -07:00
Pavithra Ramesh
987677c201
Setting log level to 4 since default is 2 or 3.
...
Depending on how the cluster is created. Test clusters set a default
level of 4.
2019-08-02 10:54:09 -07:00
Pavithra Ramesh
3244e5da5a
Added comment on how to use ImplementedElsewhere
2019-08-02 10:54:09 -07:00
Pavithra Ramesh
dbfc876e83
Fixed review comments, lint.
...
Added error check to EnsureLoadBalancerDeleted.
2019-08-02 10:54:09 -07:00
Pavithra Ramesh
ffb4504230
fixed error message
2019-08-02 10:54:09 -07:00
Pavithra Ramesh
d4210b94e2
addressed review comments
2019-08-02 10:54:09 -07:00
Pavithra Ramesh
8382906c9d
Add a new error type in cloud.go
...
Adding a new error "ImplementedElsewhere" to cloud.go.
This error indicates that implementation for a particular service/loadbalancer spec is handled by a different controller.
The caller can ignore the error and skip modifying service status upon receiving this error.
2019-08-02 10:54:09 -07:00
Pavithra Ramesh
acaa16c272
skip ilb creation if subsetting is enabled.
2019-08-02 10:54:09 -07:00
Pavithra Ramesh
d79d4e8525
Handle ImplementedElsewhere error in service_controller
...
This is used when the cloudprovider layer is not implementing loadBalancer service.
Implementation will be in a different controller running on master.
2019-08-02 10:54:09 -07:00
Pavithra Ramesh
5623006f98
unit test
2019-08-02 10:54:02 -07:00
Kubernetes Prow Robot
42d7feee28
Merge pull request #80788 from tedyu/stop-thread-unsafe
...
Rename cacheWatcher#stop
2019-08-02 10:37:53 -07:00
mattmelgard
f03bbe1b6d
Add a defer to kubelet boostrap token deletion
2019-08-02 09:57:00 -06:00
Kubernetes Prow Robot
f6bc0ea03e
Merge pull request #80891 from bart0sh/PR0076-kubeadm-handle-joinControPlaneDoneTemp.Execute-errors
...
handle joinControPlaneDoneTemp.Execute errors
2019-08-02 08:44:05 -07:00
Kubernetes Prow Robot
6278b90731
Merge pull request #80805 from mgdevstack/flaky-execPod
...
Fix failing service e2e due to execPod unavailability
2019-08-02 08:43:52 -07:00
James Munnelly
7372b7acbf
Update copyright years
...
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-08-02 15:45:22 +01:00
Kubernetes Prow Robot
f370abb230
Merge pull request #80595 from aojea/e2e_preserve
...
Add IPv6 support to preserve source pod IP test
2019-08-02 06:53:53 -07:00
Kubernetes Prow Robot
564eff757c
Merge pull request #80862 from drpaneas/return_warnings
...
kubeadm reset: replace Errorf with Warningf
2019-08-02 04:54:11 -07:00
Kubernetes Prow Robot
231a6a7850
Merge pull request #80861 from mborsz/addon
...
Update kube-addon-manager to v9.0.2
2019-08-02 04:53:58 -07:00
Kubernetes Prow Robot
73b1bcba0f
Merge pull request #80084 from bertinatto/cache_csinode
...
Add separate cache for CSINode
2019-08-02 04:53:52 -07:00
Beata Skiba
3e96208700
Fix registry for prometheus-to-sd
2019-08-02 13:36:08 +02:00
Ted Yu
0b3c07a98c
Rename cacheWatcher#stop
2019-08-02 04:32:53 -07:00
Ed Bartosh
6b21af79c2
kubeadm: simplified returns
2019-08-02 13:01:02 +03:00
Nikhita Raghunath
7d5b8b85f4
publishing: remove redundant rules for kubectl
...
The release-1.15 branch has no dependencies. Adding dependencies in the
rules leads to an extra unnecessary sync and is a no-op.
Example - f16387a692
.
2019-08-02 15:22:46 +05:30
Ed Bartosh
d0506f5a50
handle joinControPlaneDoneTemp.Execute errors
2019-08-02 12:37:57 +03:00
Kubernetes Prow Robot
81f021b7a5
Merge pull request #80876 from seans3/move-kubectl-cmd
...
Move /pkg/kubectl/cmd/{command} to staging
2019-08-02 02:36:07 -07:00
Kubernetes Prow Robot
666d58bccc
Merge pull request #80778 from oomichi/cleanup-resource-quota
...
Removed unsed return values of createResourceQuota
2019-08-02 02:35:53 -07:00
Kubernetes Prow Robot
56d7920e8f
Merge pull request #80764 from liyanhui1228/auth
...
Determine system model to get credentials for windows nodes
2019-08-02 00:33:53 -07:00
draveness
aeadd793cb
feat: update multiple files in e2e node with framework helpers
2019-08-02 14:39:05 +08:00
toyoda
eb0e064489
Fix shellcheck failures in hack/verify-test-featuregates.sh
2019-08-02 13:43:04 +09:00
Kubernetes Prow Robot
9743d7f270
Merge pull request #80730 from jennybuckley/apply-raw
...
Use raw bytes instead of nested map in metav1.Fields
2019-08-01 20:11:52 -07:00