Nikhita Raghunath
802fed53e3
informer-gen: allow package names containing dots
...
Before 73dc5a96de
,
informer-gen calculated the effective package name by using the first
segment of the groupName.
After the commit, the package name is calculated directly from the
PackageName specified, without any normalizations. This meant that if
the actual PackageName contains dots, the effective package name
can now contain dots too. However, this doesn't work well while
parsing files. This also introduced a regression since dots can no longer
be specified in package names.
To fix this, this commit introduces the same normalizations on the
PackageName i.e. the effective package name now uses the first segment
of PackageName.
2019-09-23 16:55:37 +05:30
Kubernetes Prow Robot
9b376e4e8e
Merge pull request #83015 from olagacek/master
...
Bump metrics-server version to v0.3.5
2019-09-23 03:47:22 -07:00
Aleksandra Gacek
236ed4d63a
Bump metrics-server version to v0.3.5
2019-09-23 11:08:10 +02:00
Kubernetes Prow Robot
dcf94c6d33
Merge pull request #82947 from notpad/master
...
Replace hyperkube with apiserver for binary path guess
2019-09-22 22:49:22 -07:00
Kubernetes Prow Robot
6f5c2507ea
Merge pull request #82975 from wawa0210/dashboard-nodeSelector
...
Bind kubernetes dashboard containers to linux nodes to avoid Windows scheduling
2019-09-22 20:43:22 -07:00
Kubernetes Prow Robot
8f9fcaf727
Merge pull request #82929 from 41tair/master
...
fix map assignment to entry in nil map,when use --feature-gates in kubeadm
2019-09-22 12:53:22 -07:00
Kubernetes Prow Robot
338a09abd2
Merge pull request #82873 from odinuge/volume-fd-leak-openstack
...
Fix possible fd leak and closing of dirs in doSafeMakeDir
2019-09-22 00:53:23 -07:00
张潇
d6c9976739
Offical kubernetes dashboard should schedule to linux node
2019-09-22 08:08:04 +08:00
张潇
4d94bfdcdf
Bind kube-proxy containers to linux nodes to avoid Windows scheduling
2019-09-21 17:59:02 +08:00
Kubernetes Prow Robot
60044a8acc
Merge pull request #79129 from qingsenLi/k8s-190618-remove-code
...
Remove some unused codes in stateful_set_utils.go
2019-09-21 01:03:24 -07:00
qingsenLi
d3a0c149a3
Remove some unused codes in stateful_set_utils.go
2019-09-21 22:24:48 +08:00
Kubernetes Prow Robot
946df1a914
Merge pull request #81932 from palnabarun/fix-staticcheck-tests-e2e_node
...
Fixes static check failures in test/e2e_node/*
2019-09-20 22:55:37 -07:00
Kubernetes Prow Robot
3a55875465
Merge pull request #81512 from odinuge/preemptible-node-tests
...
Add support for preemptible instances in node-e2e
2019-09-20 22:55:24 -07:00
Kubernetes Prow Robot
ba690c0796
Merge pull request #82955 from misterikkit/vsphere-sc
...
storage E2E: test drivers must have DNS-1123 names
2019-09-20 20:07:51 -07:00
Kubernetes Prow Robot
07e26d9bfc
Merge pull request #82922 from ZP-AlwaysWin/dev08
...
Use framework.ExpectNotEqual()
2019-09-20 20:07:40 -07:00
Kubernetes Prow Robot
4ed88d4232
Merge pull request #81819 from msau42/topology-e2es
...
add volume topology e2es
2019-09-20 20:07:25 -07:00
Kubernetes Prow Robot
2bc9f45512
Merge pull request #81933 from palnabarun/fix-staticchek-pkgsecurity
...
Fixes static check failures in pkg/security/podsecuritypolicy/sysctl
2019-09-20 18:43:39 -07:00
Kubernetes Prow Robot
2e13dfa575
Merge pull request #78688 from nikhita/yaml-benchmark
...
Add benchmarks for yaml marshaling and unmarshaling
2019-09-20 18:43:25 -07:00
Jonathan Basseri
e47ddafa9f
storage E2E: test drivers must have DNS-1123 names
...
Because driver names get used in some object names (e.g. StorageClass)
the driver name must be a valid DNS-1123 name.
2019-09-20 16:39:24 -07:00
Kubernetes Prow Robot
a7bd7a925d
Merge pull request #82908 from ZP-AlwaysWin/dev06
...
Use framework.ExpectNotEqual()
2019-09-20 16:17:58 -07:00
Kubernetes Prow Robot
6d58376baa
Merge pull request #82896 from ahg-g/ahg-config
...
Refactor the scheduler's configuration logic.
2019-09-20 16:17:46 -07:00
Kubernetes Prow Robot
40a8d9ebee
Merge pull request #82735 from ahmad-diaa/remove-NewConfigFactory-compatibility-test
...
Improve Scheduler Compatibility Test
2019-09-20 16:17:37 -07:00
Kubernetes Prow Robot
23ec5b6e9e
Merge pull request #82357 from beautytiger/fix_shellcheck_config-common.sh
...
fix shellcheck in cluster/gce/config-common.sh
2019-09-20 16:17:24 -07:00
Kubernetes Prow Robot
08ef34a2b0
Merge pull request #82914 from Random-Liu/fix-kubectl-panic
...
Fix kubectl panic when handling invalid error.
2019-09-20 14:13:37 -07:00
Kubernetes Prow Robot
658e57a157
Merge pull request #82797 from yutedz/rel-cidr-wrong-err
...
Correct the error variable for releasing CIDR
2019-09-20 14:13:26 -07:00
Ahmad Diaa
fda4d41ee5
change compatibility_test struct, remove ExpectedPolicy
2019-09-20 21:43:40 +02:00
Ahmad Diaa
009ffaf803
validate scheduler policy instead of the decoded policy in compatibility_test
2019-09-20 21:42:12 +02:00
Ahmad Diaa
104e368860
remove factory.NewConfigFactory in compatibility test
2019-09-20 21:41:51 +02:00
Kubernetes Prow Robot
ac8ac0fc17
Merge pull request #82830 from jsafrane/pv-admission-fix
...
Do not query the cloud if dynamic PV has all the labels
2019-09-20 12:27:38 -07:00
Kubernetes Prow Robot
c7619bd770
Merge pull request #80824 from damemi/preemption-e2e-to-integration
...
Move PodPriorityResolution e2e to integration
2019-09-20 12:27:25 -07:00
Michelle Au
8d3abb83f9
Rename testCleanup to driverCleanup
...
Change-Id: I2ee50e2c7eed82724b7a2703819dcefcf7fa915f
2019-09-20 12:26:53 -07:00
Michelle Au
95c7b42340
add topology e2es to storage testsuite
...
Change-Id: I1ec4247cef5d477ae2a76136113a4ed5ce30bf44
2019-09-20 12:26:53 -07:00
Lantao Liu
12d944b860
Fix kubectl panic when handling invalid error.
2019-09-20 10:29:16 -07:00
Kubernetes Prow Robot
a2760c9c13
Merge pull request #78110 from praseodym/fix-golint-pkg/kubelet/qos
...
Fix golint failures of pkg/kubelet/qos
2019-09-20 09:41:46 -07:00
liuweixuan
ce25cd7fca
Replace hyperkube with apiserver for binary path guess
2019-09-20 23:28:58 +08:00
Kubernetes Prow Robot
dda0553dd7
Merge pull request #82941 from jfbai/docs-add-comments-for-action-arg
...
docs: add comments for action.
2019-09-20 08:19:00 -07:00
Jianfei Bai
993fe6f4bd
docs: add comments for action.
2019-09-20 21:32:44 +08:00
Byron Wang
23b75cfcad
fix map assignment to entry in nil map,when use --feature-gates in kubeadm
2019-09-20 20:39:26 +08:00
Kubernetes Prow Robot
26cc580e65
Merge pull request #82807 from jpbetz/reinvoke-integration-flake-fix
...
Fix reinvocation test flake by scoping webhooks and markers
2019-09-20 01:33:20 -07:00
Kubernetes Prow Robot
5f61cc033d
Merge pull request #82206 from yutedz/max-in-flight
...
WithAuthentication should wrap WithMaxInFlightLimit
2019-09-20 01:33:07 -07:00
Kubernetes Prow Robot
259d6bf608
Merge pull request #82189 from deads2k/ns-resources
...
add conditions for remaining object totals during ns termination
2019-09-20 01:33:00 -07:00
ZP-AlwaysWin
b77462eddd
Use framework.ExpectNotEqual()
2019-09-20 16:09:44 +08:00
Kubernetes Prow Robot
895642f9c3
Merge pull request #82742 from whypro/flagparse
...
Move flag.Parse() from init() to TestMain()
2019-09-20 00:09:12 -07:00
Kubernetes Prow Robot
5f249fecb4
Merge pull request #82363 from yuxiaobo96/k8s-update3
...
update spelling mistakes
2019-09-20 00:08:59 -07:00
Kubernetes Prow Robot
53b3c8968e
Merge pull request #82164 from yuxiaobo96/k8s-fix2
...
delete extra comma
2019-09-19 21:22:59 -07:00
ZP-AlwaysWin
600da41778
Use framework.ExpectEqual()
2019-09-20 11:52:11 +08:00
ZP-AlwaysWin
93b822d5a2
Use framework.ExpectEqual()
2019-09-20 11:38:28 +08:00
ZP-AlwaysWin
59f766fe0a
Use framework.ExpectEqual()
2019-09-20 11:36:03 +08:00
ZP-AlwaysWin
b386bd469c
Use framework.ExpectEqual()
2019-09-20 10:06:16 +08:00
Kubernetes Prow Robot
db1f8da036
Merge pull request #82848 from yutedz/node-ctrl-hostname
...
Break out of loop when NodeHostName is found
2019-09-19 18:01:13 -07:00