Commit Graph

87650 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
550034022f
Merge pull request #87238 from yuzhiquan/patch-scheduler
cleanup(scheduler): remove unused function, remove duplicate comment
2020-01-15 21:21:46 -08:00
Kubernetes Prow Robot
47475c69d1
Merge pull request #87181 from tanjunchen/add-comment-hack-update
add comment in hack/update-*.sh
2020-01-15 21:21:38 -08:00
Kubernetes Prow Robot
fd7c857da7
Merge pull request #87175 from YuikoTakada/move_skip_e2e_cloud
use e2eskipper package in test/e2e/cloud
2020-01-15 21:21:26 -08:00
Kubernetes Prow Robot
ca16ebfa49
Merge pull request #87106 from ialidzhikov/enh/golang@1.13.6
Update to golang@1.13.6
2020-01-15 21:21:15 -08:00
Kubernetes Prow Robot
3a9df0eab3
Merge pull request #87062 from YuikoTakada/move_skip_e2e_auth
Use e2eskipper package in test/e2e/auth
2020-01-15 21:21:01 -08:00
Kubernetes Prow Robot
7ffa2b9c46
Merge pull request #87042 from oomichi/e2e-alias
Add import-aliases check of e2e sub framework
2020-01-15 21:20:48 -08:00
Kubernetes Prow Robot
d9bf22f8f7
Merge pull request #85281 from RainbowMango/pr_add_metrics_flag_to_controller_manager
Allow show hidden metrics in kube-controller-manager
2020-01-15 21:20:34 -08:00
Jin Hase
e1eabf8576 Add comments in several hack/verify-*.sh 2020-01-16 13:54:58 +09:00
tanjunchen
69461d26d8 move function GetKubemarkMasterComponentResoureUsage 2020-01-16 12:35:39 +08:00
Kubernetes Prow Robot
2b6d875504
Merge pull request #87192 from notpad/inte_test
Add integration test for NodeResourceLimits plugin
2020-01-15 19:04:35 -08:00
Kubernetes Prow Robot
2cbd474597
Merge pull request #86400 from Huang-Wei/fix-flaky-preemption-e2e
Fix a flaky scheduler preemption e2e
2020-01-15 19:04:22 -08:00
YuikoTakada
aa2691eeac Fix static check failures in test/e2e/instrumentation/monitoring 2020-01-16 02:42:07 +00:00
tanjunchen
0c77101b90 add README.md in hack/ 2020-01-16 10:12:18 +08:00
tanjunchen
b2f76cc780 add comment in hack/update-*.sh 2020-01-16 10:05:49 +08:00
yuzhiquan
0e81e39465 cleanup(scheduler): remove unused function, remove duplicate comment, implement interface
update bazel
2020-01-16 09:07:09 +08:00
Kubernetes Prow Robot
5d1c301610
Merge pull request #87158 from dims/pick-closest-tags-for-a-few-packages
Pick closest tags for a few packages and avoid random SHA
2020-01-15 16:40:22 -08:00
Kubernetes Prow Robot
82c9e5c814
Merge pull request #87217 from prameshj/patch-helper
Add PatchService method in service/helper.
2020-01-15 14:01:33 -08:00
Kubernetes Prow Robot
6a156c9815
Merge pull request #87202 from ahg-g/aldo
Nominate alculquicondor to sig-scheduling-maintainers
2020-01-15 14:00:24 -08:00
Kubernetes Prow Robot
2da2c3b01b
Merge pull request #87132 from yuxiaobo96/k8s-removeTODO
remove TODO in test/e2e/framework/providers/gce/ingress.go
2020-01-15 11:56:37 -08:00
Kubernetes Prow Robot
fc92222046
Merge pull request #87013 from oxddr/taint-heapster
Revert "Revert "Add an option to specify kubelet flags for heapster node
2020-01-15 11:56:22 -08:00
Kevin Klues
34b942a41d Remove check for empty activePods list in CPUManager removeStaleState
This check is redundant since we protect this call with a call to
`m.sourcesReady.AllReady()` earlier on. Moreover, having this check in
place means that we will leave some stale state around in cases where
there are actually no active pods in the system and this loop hasn't
cleaned them up yet. This can happen, for example, if a pod exits while
the kubelet is down for some reason. We see this exact case being
triggered in our e2e tests, where a test has been failing since October
when this change was first introduced.
2020-01-15 20:09:24 +01:00
Kevin Klues
5802f3a910 Add proper activePods list in TestGetTopologyHints for CPUManager 2020-01-15 20:08:41 +01:00
Eric Ernst
cdd92d39b7 preemption: typo cleanup
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2020-01-15 10:55:40 -08:00
Pavithra Ramesh
f370b78116 Update vendor 2020-01-15 10:15:50 -08:00
Pavithra Ramesh
f0e45689d3 Add PatchService method in service/helper.
addressed review comments
2020-01-15 10:15:42 -08:00
Kubernetes Prow Robot
b95d571e32
Merge pull request #87226 from liggitt/simplify-code-generator
Simplify code generator dependencies
2020-01-15 09:41:47 -08:00
Kubernetes Prow Robot
93595eb4eb
Merge pull request #87122 from feiskyer/more-arm-clients
Add Azure network and VM clients with backoff retry
2020-01-15 09:41:33 -08:00
Davanum Srinivas
3709f9264d
Document the actual git tag the SHA was picked from
the 3 packages do not have semver tags, the git tags are not good either
for go proxy or go get or pin-dependencies script for that matter. So we
should just document the git tag we picked the SHA from in go.mod
2020-01-15 12:08:47 -05:00
Davanum Srinivas
2a731eb411
Updating dependency github.com/checkpoint-restore/go-criu to version 17b0214 2020-01-15 12:08:22 -05:00
Davanum Srinivas
103d77c619
Updating dependency github.com/coreos/pkg to version 97fdf19 2020-01-15 12:08:12 -05:00
Davanum Srinivas
a6d72ab713
Updating dependency github.com/elazarl/goproxy to version 947c36d 2020-01-15 11:56:41 -05:00
Kubernetes Prow Robot
fbfbd10c28
Merge pull request #87230 from tanjunchen/remove-TODO-skip.go
remove TODO in test/e2e/framework/skip.go
2020-01-15 08:25:56 -08:00
Kubernetes Prow Robot
15aa065e86
Merge pull request #86569 from zouyee/btos
using string instead of byte
2020-01-15 08:25:49 -08:00
Kubernetes Prow Robot
97d68d014c
Merge pull request #86172 from liggitt/intstr
Clarify intstr.IntValue() behavior
2020-01-15 08:25:35 -08:00
Sakura
4143bc7a96
fix staticcheck errors in pkg/volume/hostpath.
Signed-off-by: Sakura <longfei.shang@daocloud.io>
2020-01-15 22:54:48 +08:00
Kubernetes Prow Robot
05209312b7
Merge pull request #85613 from MartinKaburu/fix-apply-prune-to-visit-cli-specified-namespace
Fix apply --prune to visit cli specified namespace
2020-01-15 04:45:45 -08:00
Kubernetes Prow Robot
a3a9c78d01
Merge pull request #82333 from tlereste/fix_sort_by_cpu_memory
Fix kubectl top sort-by cpu and sort-by memory options
2020-01-15 04:45:32 -08:00
Pengfei Ni
885a03eef7 Use new clients in Azure cloud provider 2020-01-15 11:35:32 +00:00
Pengfei Ni
6882eb38d8 Add virtualmachine clients based on armclient 2020-01-15 11:35:32 +00:00
Pengfei Ni
bfbcee2e3e Add subnet clients based on armclient 2020-01-15 11:35:32 +00:00
Pengfei Ni
aaa70b42e8 Add securitygroup clients based on armclient 2020-01-15 11:35:32 +00:00
Pengfei Ni
95c2f08d8f Add routetable clients based on armclient 2020-01-15 11:35:32 +00:00
Pengfei Ni
e68c640de2 Add route clients based on armclient 2020-01-15 11:35:32 +00:00
Pengfei Ni
bdd0d5ff86 Add publicipaddress clients based on armclient 2020-01-15 11:35:32 +00:00
Pengfei Ni
937e6a6388 Add loadbalancer clients based on armclient 2020-01-15 11:35:32 +00:00
Pengfei Ni
dba3331ce4 Add interface clients based on armclient 2020-01-15 11:35:32 +00:00
Pengfei Ni
f88d3524d5 Fix file name for VMSSVM client 2020-01-15 11:35:32 +00:00
Kubernetes Prow Robot
c5982d03cf
Merge pull request #86347 from yuzhiquan/patch-kubectl
cleanup(kubectl taint): fix Errorf and comment error, and remove unne…
2020-01-15 02:41:32 -08:00
Kubernetes Prow Robot
6cbb37cabe
Merge pull request #87210 from chewong/revert-86817-list-vmss
Revert "list vm instead of get when getting virtual machine"
2020-01-15 01:22:39 -08:00
Kubernetes Prow Robot
14ed35712c
Merge pull request #87168 from misterikkit/timout-err
storage e2e: Add context to timeout errors
2020-01-15 01:22:32 -08:00