Ted Yu
c224a6de5e
Output port as number in error message
2019-11-22 13:12:59 -08:00
Lantao Liu
73a881e06d
Fix GKE upgrade test.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-11-22 11:05:44 -08:00
Anago GCB
65aefd3def
Update CHANGELOG-1.17.md for v1.17.0-rc.1.
2019-11-22 18:53:59 +00:00
Kubernetes Prow Robot
3028dc1f7a
Merge pull request #85524 from Nordix/kubeadm-kube-proxy-feature-gate-panic-fix
...
Initialize FeatureGate map for KubeProxy config. #1929
2019-11-22 08:27:29 -08:00
xieyanker
4428c0c25c
stop_kubemark
...
stop kubemark add namespace when run `kubectl delete`
2019-11-22 16:26:21 +08:00
Cria Hu
1431853075
fix broken link : https://github.com/kubernetes/community/blob/master/contributors/devel/container-runtime-interface.md
2019-11-22 15:55:04 +08:00
Cria Hu
1c25890e94
fix broken link : https://github.com/kubernetes/community/blob/master/contributors/devel/cri-validation.md
2019-11-22 15:49:46 +08:00
Antonio Ojea
98be7831e4
Revert "kube-proxy: check KUBE-MARK-DROP"
...
This reverts commit 1ca0ffeaf2
.
kube-proxy is not recreating the rules associated to the
KUBE-MARK-DROP chain, that is created by the kubelet.
Is preferrable avoid the dependency between the kubelet and
kube-proxy and that each of them handle their own rules.
2019-11-22 06:37:42 +01:00
Arvinderpal Wander
c025cfcd9c
Initialize FeatureGate map for KubeProxy config. #1929
2019-11-21 20:46:25 -08:00
jadarsie
3322ff9551
generalize solution
2019-11-21 19:14:47 -08:00
Kubernetes Prow Robot
d87c921a51
Merge pull request #85402 from RainbowMango/pr_remove_metrics_hidden_log
...
Remove metric be hidden log temporarily
2019-11-21 18:19:29 -08:00
Rong Gao
99603e105a
check service status value returned by EnsureLoadBalancer
...
when service status returned by EnsureLoadBalancer is nil, return the
function directly to avoid NPE
2019-11-22 09:19:06 +08:00
jadarsie
11b0e9af25
better comments
2019-11-21 10:36:04 -08:00
jadarsie
55828d059d
misc fixes
2019-11-21 10:19:25 -08:00
notpad
8b951edada
Set default value for TEST_CLUSTER_LOG_LEVEL and KUBE_GCE_INSTANCE_PREFIX
2019-11-21 23:26:24 +08:00
xieyanker
e16cc492b0
fix kubemark output error
2019-11-21 15:56:15 +08:00
Anish Ramasekar
7b478d15d5
Set node cidr mask size ipv4/ipv6 config
2019-11-20 22:08:58 -08:00
Kubernetes Prow Robot
3c5dad61f7
Merge pull request #85494 from yutedz/node-cidr-mask
...
Fill in default node cidr mask size when dual stack is not enabled
2019-11-20 21:01:28 -08:00
Ted Yu
5be960c34d
Fill in default node cidr mask size when dual stack is not enabled
2019-11-20 19:50:33 -08:00
tanjunchen
8f4a262d61
fix 1-12 number urls
2019-11-21 11:17:46 +08:00
Yecheng Fu
96eb647898
add cofyc as local volume owner
2019-11-21 09:38:49 +08:00
Kubernetes Prow Robot
976712556e
Merge pull request #85223 from sttts/sttts-crd-items-types
...
apiextensions: fix items+type logic in API due to broken go-openapi validation
2019-11-20 14:23:19 -08:00
Dr. Stefan Schimanski
788088936b
apiextensions: fixup go-openapi constructor invocations
2019-11-20 18:33:45 +01:00
Dr. Stefan Schimanski
ef88c43c02
hack/pin-dependency.sh github.com/go-openapi/validate v0.19.5
2019-11-20 18:33:45 +01:00
Dr. Stefan Schimanski
323639cbba
apiextensions: add items+type integration test
2019-11-20 18:33:45 +01:00
Michal Fojtik
a3c82e8ae3
apiserver: add Retry-After header to response when apiserver is shutting down
2019-11-20 17:30:52 +01:00
Michal Fojtik
9aa68a5cf4
client-go: add connection refused to list of transient errors
2019-11-20 17:30:05 +01:00
chenjun.cj
1daa08c5c8
use context to check client closed instead of http.CloseNotifier in processing watch request
2019-11-20 11:49:42 +08:00
Kubernetes Prow Robot
c97baa339b
Merge pull request #85456 from BenTheElder/fix-providerless
...
Fix providerless
2019-11-19 16:21:19 -08:00
Benjamin Elder
cf510ac285
fix multiple node cidr masks in providerless build
2019-11-19 09:47:45 -08:00
Benjamin Elder
753774d9ea
add providerless tag to vsphere volume code
2019-11-19 09:47:45 -08:00
Benjamin Elder
b100bf9654
add providerless tags to new awsebs code
2019-11-19 09:47:45 -08:00
Benjamin Elder
820b7dfa1b
fix providerless build post-CSI migration
2019-11-19 09:47:44 -08:00
gkarthiks
b05749c619
chore(gofmt): go format fix
...
Signed-off-by: gkarthiks <github.gkarthiks@gmail.com>
2019-11-19 08:30:16 -08:00
Kubernetes Prow Robot
384e45febd
Merge pull request #85441 from liggitt/authorizer-version-plumbing
...
Plumb authorization webhook version from CLI to config
2019-11-19 07:19:42 -08:00
Ruben
55c83e3397
Fix golint issues in pkg/kubelet/events/event.go
...
Change the single const statement in favor of multiple const event lists.
This way we don't need to put the name of the constant in the comment
and it's clearer that the comment refers to the whole list.
2019-11-19 13:15:08 +01:00
Jordan Liggitt
dc0e51dd18
Plumb authorization webhook version from CLI to config
2019-11-18 23:58:05 -08:00
Karthikeyan Govindaraj
1f4cd65be5
chore(lint): removing the iptables pkg
2019-11-18 23:49:34 -08:00
Karthikeyan Govindaraj
a4631c845e
chore(lint): lint fix in /pkg/util/iptables
2019-11-18 23:44:49 -08:00
Karthikeyan Govindaraj
bdc11c2806
chore(lint): fix iptable.go file lint
2019-11-18 23:43:51 -08:00
Yang Lu
0965b577f4
Wait for kubelet & kube-proxy to be ready within 10s
2019-11-18 16:39:47 -08:00
jadarsie
ec57d8a4d0
Support Azure Stack dynamic environments
2019-11-18 15:06:32 -08:00
David Zhu
21f7060c8f
Plumb test state through to fake volume host creation for error handling
2019-11-18 14:45:01 -08:00
Kubernetes Prow Robot
81af5baff8
Merge pull request #85237 from leakingtapan/ebs-migration-flag
...
Flip CSIMigrationAWS flag to be beta and off by default
2019-11-18 12:33:42 -08:00
Anago GCB
11dbf541fd
Update CHANGELOG-1.17.md for v1.17.0-beta.2.
2019-11-18 17:29:43 +00:00
Kubernetes Prow Robot
5bac42bff9
Merge pull request #85344 from jkaniuk/prune-whitelist
...
Addon Manager: Fix parsing KUBECTL_EXTRA_PRUNE_WHITELIST
2019-11-18 05:25:42 -08:00
Jacek Kaniuk
936ee6fb15
Addon Manager: Fix parsing KUBECTL_EXTRA_PRUNE_WHITELIST
...
When there are two or more values in KUBECTL_EXTRA_PRUNE_WHITELIST
kube-addons.sh wrongly generates "--prune-whitelist value1 value2"
Which kubectl parses as additional unknown flag[s]
Change-Id: I7661bda41ab7435e0e65eb0a662d1b16d2c14991
2019-11-18 10:41:53 +01:00
Yu Liao
be78dd7526
added yliaog to OWNERS
2019-11-17 21:46:35 -08:00
RainbowMango
c22ffa2d6e
Remove metric be hidden log temporarily.
2019-11-18 11:17:19 +08:00
Jordan Liggitt
1f2feb2e7e
Test writing configurations with numeric names
2019-11-17 21:22:09 -05:00