needkane
|
97d6f2cfd3
|
(return []error{} -> return nil) and (update annotation)
|
2020-04-14 00:05:35 -04:00 |
|
Kubernetes Prow Robot
|
fca197c748
|
Merge pull request #90041 from tanjunchen/sche-remove-dependency-001
Scheduler:remove direct dependency for pkg/api/testing
|
2020-04-13 20:01:11 -07:00 |
|
tanjunchen
|
f76da50c7d
|
test/e2e/framework/util.go:move DsFromManifest to test/e2e/framework/manifest , and rename it to DaemonSetFromURL
|
2020-04-14 09:54:41 +08:00 |
|
Clayton Coleman
|
d70b31e282
|
Remove the legacy load balancer exclusion annotation
alpha.service-controller.kubernetes.io/exclude-balancer is now
removed, deployers should use
node.kubernetes.io/exclude-from-external-load-balancers.
|
2020-04-13 21:01:11 -04:00 |
|
Clayton Coleman
|
2369ef090e
|
Promote service exclusion and legacy node role to beta
We did not promote these to beta in 1.18 but will do so in 1.19.
As per the KEP we do not set disable LegacyNodeRoleBehavior to false
until 1.20.
|
2020-04-13 21:00:57 -04:00 |
|
Kubernetes Prow Robot
|
342d328064
|
Merge pull request #89934 from tedyu/unregister-plugin
Simplify the unregistration of csiplugin
|
2020-04-13 16:21:11 -07:00 |
|
Ted Yu
|
1001be85ad
|
Simplify unregistration of csiplugin
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
|
2020-04-13 15:04:52 -07:00 |
|
vincent178
|
745b742de5
|
move runonce from flag to config
|
2020-04-14 06:00:43 +08:00 |
|
jingyih
|
394df132bd
|
Update default etcd server to 3.4.7
|
2020-04-13 14:37:56 -07:00 |
|
Kubernetes Prow Robot
|
a1dc52efb6
|
Merge pull request #89305 from enj/enj/i/authn_audit_annotation
Allow authenticators to set audit annotations
|
2020-04-13 13:38:03 -07:00 |
|
Kubernetes Prow Robot
|
c894c7b121
|
Merge pull request #88393 from abhiraut/e2e-exc-multiple
Add e2e test for stacked NetworkPolicies with overlapping CIDR
|
2020-04-13 13:37:48 -07:00 |
|
Kubernetes Prow Robot
|
c32b93aa2b
|
Merge pull request #89479 from knight42/fix/zsh-completion-file-flag
fix(kubectl): remove trailing space when completing file path
|
2020-04-13 11:51:48 -07:00 |
|
Kubernetes Prow Robot
|
3c7258daa6
|
Merge pull request #90090 from nilo19/cleanup/use-mock-client-in-unit-tests
Switch from fake storage to mock clients in azure unit tests.
|
2020-04-13 10:16:02 -07:00 |
|
Kubernetes Prow Robot
|
499fdfaad8
|
Merge pull request #89846 from connorgorman/configurable-default-chan-size
Make DefaultChanSize an exported var so it can be modified
|
2020-04-13 10:15:49 -07:00 |
|
Kubernetes Prow Robot
|
5668dbdc6e
|
Merge pull request #90099 from tanjunchen/remove-feature
pkg/features/:Remove PodShareProcessNamespace feature
|
2020-04-13 08:58:02 -07:00 |
|
Kubernetes Prow Robot
|
c085d674ca
|
Merge pull request #90087 from justaugustus/releng-owners
releng: Add hasheddan as a release-engineering-reviewer
|
2020-04-13 08:57:48 -07:00 |
|
Claudiu Belu
|
335dc6e2ee
|
Windows tests: Makes gMSA test more nanoserver friendly
Nanoserver does not have powershell. This commit will replace the powershell
command with its cmd equivalent.
|
2020-04-13 08:05:16 -07:00 |
|
yue9944882
|
875407a450
|
add flowcontrol integration test to import whitelist
|
2020-04-13 22:33:08 +08:00 |
|
yue9944882
|
30bc0fce48
|
integration test for priority-level isolation
|
2020-04-13 22:33:07 +08:00 |
|
Kubernetes Prow Robot
|
2624a4ad46
|
Merge pull request #80943 from obitech/yaml_meta
Add a YAML MetaFactory
|
2020-04-13 02:05:47 -07:00 |
|
Artur Gadelshin
|
4164b5c892
|
Add egress check to deny-all policy
|
2020-04-13 09:40:49 +02:00 |
|
Kubernetes Prow Robot
|
b17ddac4df
|
Merge pull request #78944 from avorima/golint_fix_job
Fix golint errors in pkg/controller/job
|
2020-04-12 21:57:47 -07:00 |
|
Phillip Wittrock
|
471ac90dbf
|
add pwittrock to cli-maintainers and cli
|
2020-04-12 20:11:13 -07:00 |
|
tanjunchen
|
dea7660ccd
|
pkg/features/:Remove PodShareProcessNamespace feature
|
2020-04-13 11:06:09 +08:00 |
|
Kubernetes Prow Robot
|
6239abe698
|
Merge pull request #89225 from andrewsykim/apparmor-api
move apparmor annotation constants to k8s.io/api/core/v1
|
2020-04-12 19:11:50 -07:00 |
|
t-qini
|
68600b843f
|
Switch from fake storage to mock clients in azure unit tests.
|
2020-04-13 09:33:35 +08:00 |
|
Abdullah Gharaibeh
|
bed9b2f23b
|
Cleanup obsolete NodeInfo methods
|
2020-04-12 18:13:46 -04:00 |
|
Artur Gadelshin
|
875f80e3a3
|
Add test for ingress/egress combination
|
2020-04-12 23:36:16 +02:00 |
|
Kubernetes Prow Robot
|
3641d40a98
|
Merge pull request #90078 from SataQiu/staging-kubeadm-20200411
kubeadm: remove the dependence on /pkg/features
|
2020-04-12 12:09:47 -07:00 |
|
SataQiu
|
35f3f82029
|
kubeadm: remove the dependence on /pkg/features
Signed-off-by: SataQiu <1527062125@qq.com>
|
2020-04-12 15:05:44 +08:00 |
|
Stephen Augustus
|
2cd0181b5a
|
releng: Add hasheddan as a release-engineering-reviewer
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
|
2020-04-12 00:28:26 -04:00 |
|
Kubernetes Prow Robot
|
cc75cd5aba
|
Merge pull request #90036 from MikeSpreitzer/fix-psh-name
Regularize name of PostStartHook injecting APF config objects
|
2020-04-11 19:07:47 -07:00 |
|
bitscuit
|
5fa7a08e1c
|
fix exact year inconsistencies in human readable duration
|
2020-04-11 14:06:15 -07:00 |
|
Kubernetes Prow Robot
|
ee6b88ddf9
|
Merge pull request #90000 from SataQiu/staging-scheduler-20200409
scheduler: remove direct import to pkg/master/ports
|
2020-04-11 10:46:01 -07:00 |
|
Kubernetes Prow Robot
|
4bba193bea
|
Merge pull request #89666 from julianvmodesto/kubectl-scale-dry-run
Support kubectl scale --dry-run=server|client
|
2020-04-11 10:45:47 -07:00 |
|
Kubernetes Prow Robot
|
7f1641b8b2
|
Merge pull request #89914 from SataQiu/dual-stack-20200407
Dual-stack: fix the bug that isValidAddress only checks the first IP even a Pod has more than one address
|
2020-04-11 09:25:48 -07:00 |
|
Gaurav Singh
|
fe8d468633
|
call T.Fatalf() for nil ptr
|
2020-04-11 11:15:40 -04:00 |
|
Gaurav Singh
|
e84c415417
|
Correct error log message
|
2020-04-11 10:05:29 -04:00 |
|
Gaurav Singh
|
11d54320ac
|
Correct error message
|
2020-04-11 10:02:56 -04:00 |
|
Gaurav Singh
|
a2e3a9f37a
|
gce_correct_nil_check
|
2020-04-11 09:59:15 -04:00 |
|
Kubernetes Prow Robot
|
eece89a253
|
Merge pull request #90031 from thockin/proxy-cleanup
kube-proxy: Startup and updates logging
|
2020-04-11 06:23:47 -07:00 |
|
Kubernetes Prow Robot
|
de5508839d
|
Merge pull request #90037 from angao/redundant
remove redundant code
|
2020-04-11 03:29:47 -07:00 |
|
SataQiu
|
41d3e44a2f
|
scheduler: remove direct import to pkg/master/ports
Signed-off-by: SataQiu <1527062125@qq.com>
|
2020-04-11 13:56:53 +08:00 |
|
tanjunchen
|
5ab543500b
|
Scheduler:remove direct dependency for pkg/api/testing
|
2020-04-11 13:16:06 +08:00 |
|
Kubernetes Prow Robot
|
f13051c28c
|
Merge pull request #90060 from oomichi/WaitForAvailableEndpoint
Make WaitForAvailableEndpoint() local
|
2020-04-10 22:05:47 -07:00 |
|
gavinfish
|
bc0cfd273e
|
e2e/framework: remove direct imports to /pkg/api/v1/pod
|
2020-04-11 11:12:36 +08:00 |
|
Kubernetes Prow Robot
|
3c871adc5f
|
Merge pull request #90063 from neolit123/1.19-use-node-critical-class
kubeadm: switch control-plane static Pods to "system-node-critical"
|
2020-04-10 18:47:47 -07:00 |
|
Tim Hockin
|
9551ecb7c3
|
Cleanup: Change "Ip" to "IP" in func and var names
|
2020-04-10 15:29:50 -07:00 |
|
Tim Hockin
|
efb24d44c6
|
Rename iptables IsIpv6 to IsIPv6
|
2020-04-10 15:29:50 -07:00 |
|
Tim Hockin
|
ef934a2c5e
|
Add Protocol() method to iptables
Enables simpler printing of which IP family the iptables interface is
managing.
|
2020-04-10 15:29:49 -07:00 |
|