Kubernetes Prow Robot
1bcd49d5cd
Merge pull request #90156 from vinayakankugoyal/nonroot
...
Run kube-scheduler and kube-addon-manager as non root
2020-04-22 19:21:46 -07:00
Lubomir I. Ivanov
425552f2c9
kubeadm: do not use /bin/sleep during upgrade pre-pull
...
Use an init container that performs the pre-pull of a component
and then start an instance of "pause" as a regular container to
get the DaemonSet Pod in a Running state.
More details on this change in the code comments.
2020-04-23 04:17:49 +03:00
Kubernetes Prow Robot
6107b140ae
Merge pull request #90373 from fabiokung/updated-annotations-during-bind
...
kube-scheduler: compatibility with ServerSideApply
2020-04-22 17:03:09 -07:00
Kubernetes Prow Robot
17d4eb032d
Merge pull request #90349 from neolit123/1.19-cluster-cleanup
...
cluster: cleanup unused scripts
2020-04-22 17:03:00 -07:00
Kubernetes Prow Robot
68a9a07a79
Merge pull request #90323 from gaurav1086/azure_cache_map_cleanup
...
[Provider/Azure] cache map remove exists check
2020-04-22 17:02:51 -07:00
Kubernetes Prow Robot
d2dcd6c399
Merge pull request #89896 from carlosedp/fix-89597
...
Add error messages to IPVS module
2020-04-22 17:02:41 -07:00
Kubernetes Prow Robot
8364e1f0d2
Merge pull request #89803 from marun/fix-kubectl-run-restart-help
...
kubectl: Update run's --restart help to reflect generator removal
2020-04-22 17:02:27 -07:00
Kubernetes Prow Robot
fc08288bd9
Merge pull request #89609 from gavinfish/improve-discruption
...
Continue label is no more needed for countHealthyPods()
2020-04-22 17:02:12 -07:00
Kubernetes Prow Robot
43cd2ff239
Merge pull request #89549 from happinesstaker/sa-rotate
...
Monitoring safe rollout of time-bound service account token.
2020-04-22 17:01:58 -07:00
Kubernetes Prow Robot
791b4bbeea
Merge pull request #85266 from serathius/refactor-show-hidden-metric
...
Refactor show-hidden-metric-for-version flag
2020-04-22 17:01:44 -07:00
Abdullah Gharaibeh
57585640e8
change scheduler's framework PodLister to PodInfoLister
2020-04-22 19:25:27 -04:00
Rob Hoelz
a59a91d415
Accept healthy instances in list of active instances
...
Fixes GH #79581
Healthy instances have a nil Reason associated with their target health,
so without this, actualIDs ends up as empty (well, without healthy
instance IDs in it, anyway). As a result, any instances not present
in the instances parameter are perceived to be already out of the target
group, and are thus never deregistered.
Add tests for node registration/deregistration
Make sure that when EnsureLoadBalancer is called with a new set of
nodes, old members of the target group are deregistered, and new members
in the new set are registered
Tests GH #79581
Address golint grievances
Run gazelle to update AWS cloud provider dependencies
Fix typecheck error
2020-04-22 18:10:44 -05:00
Kubernetes Prow Robot
1b57bd7e1f
Merge pull request #90364 from soltysh/issue87851
...
Re-use podAttachTimeout when waiting for pod readiness
2020-04-22 14:03:59 -07:00
Kubernetes Prow Robot
9066ee9906
Merge pull request #90330 from cwdsuzhou/April/log_level
...
Increase log level to avoid print binding messages in framework too frequently
2020-04-22 14:03:46 -07:00
Fabio Kung
d341a5b9d3
kube-scheduler: compatibility with ServerSideApply
...
avoid moving Pods that have been assumed back to the scheduling queue in
case they have annotations modified with ServerSideApply, which causes
Pod.ObjectMeta.ManagedFields to be modified automatically
2020-04-22 12:02:40 -07:00
Jiajie Yang
ae0e52d28c
Monitoring safe rollout of time-bound service account token.
2020-04-22 11:59:16 -07:00
Carlos de Paula
b3d84fac52
Add error messages to IPVS module
...
Signed-off-by: Carlos de Paula <me@carlosedp.com>
2020-04-22 15:21:15 -03:00
fengzixu
d54822d193
bugfix: initcontainer wasn't considered when calculate resource request
2020-04-23 02:08:33 +09:00
cici37
15c844031f
Remove CCM dependency pkg/util/flag
2020-04-22 10:06:11 -07:00
Maciej Szulik
b15bde60a5
Update sig-cli reviewers and approvers
2020-04-22 19:01:30 +02:00
Kubernetes Prow Robot
b19de7f9b6
Merge pull request #90226 from MikeSpreitzer/fix90134
...
Clarify comment on Watch::ResultChan()
2020-04-22 09:50:07 -07:00
Kubernetes Prow Robot
52f891bef5
Merge pull request #90161 from tanjunchen/remove-promethues
...
Remove prometheus dependencies whitelist staging/src/k8s.io/apiserver/pkg/util/flowcontrol/metrics
2020-04-22 09:49:52 -07:00
Maciej Szulik
c2bb76ebc9
Re-use podAttachTimeout when waiting for pod readiness
2020-04-22 17:01:13 +02:00
Kubernetes Prow Robot
fc9d174102
Merge pull request #88248 from claudiubelu/tests/reduce-to-agnhost-mounttest
...
tests: Replaces mounttest images used with agnhost (part 4)
2020-04-22 04:53:52 -07:00
Kubernetes Prow Robot
eb50f4dd09
Merge pull request #90319 from ahg-g/ahg-info2
...
Split scheduler's PodInfo into two types, PodInfo and PodQueueInfo
2020-04-22 02:27:52 -07:00
Gaurav Singh
18a0ae5251
[Protobuf] use sort.Strings(...) instead of sort.Sort(sort.StringSlice(...)
2020-04-22 00:06:06 -04:00
Kubernetes Prow Robot
cb719f75aa
Merge pull request #90317 from tangcong/fix-client-go-staticcheck-err
...
fix client-go util staticcheck error
2020-04-21 20:56:15 -07:00
Kubernetes Prow Robot
168686a0ab
Merge pull request #90314 from tangcong/fix-kubelet-staticcheck-err
...
fix kubelet stats staticcheck error
2020-04-21 20:56:05 -07:00
Jie Shen
363bb39142
Use utils.net to parse ports instead of atoi ( #89120 )
2020-04-21 20:55:52 -07:00
caiweidong
171a242e1e
Increase log level to avoid print binding messages in framework too frequently
2020-04-22 11:37:35 +08:00
Caleb Woodbine
39e5122153
Update ReplicationController resource lifecycle test to be marked as flaky
2020-04-22 15:07:10 +12:00
Abdullah Gharaibeh
a151682887
Split scheduler's PodInfo into two types, PodInfo and PodQueueInfo
2020-04-21 21:45:20 -04:00
Lubomir I. Ivanov
ad63ad7d40
cluster: cleanup unused scripts
...
Verified with k/k and k/test-infra.
- restore-from-backup.sh
Performs restoration of etcd snapshots and the logic seems valid
on a quick look, but doesn't seem to be used anywhere in our infra.
I suspect this is used on demand for local testing, but /cluster root
doesn't seem like the right place for it at this point.
- test-*.sh
Gikgo related calls but these bash scripts seem unused in the infra.
2020-04-22 03:45:56 +03:00
Kubernetes Prow Robot
85ee5fdd90
Merge pull request #87743 from u2takey/master
...
log pod event when node not ready
2020-04-21 17:25:52 -07:00
Jonathan Basseri
a5c4f29a54
Fix race in vsphere cloud provider
...
When a go loop launches goroutines, it is a common mistake to assume
that the routines can reference the loop value from their specific loop
iteration. Actually, all goroutines share the same reference to the loop
veriable, and they typically all see the last value.
To correct this, the loop variable must be captured as a parameter to
the anonymous func.
This fix might eliminate the need for the retry logic below, but I do
not have enough information to back that up.
Signed-off-by: Jonathan Basseri <misterikkit@google.com>
2020-04-21 17:17:26 -07:00
Caleb Woodbine
9a53b0ec57
Add check for error in listing ServiceAccounts
2020-04-22 12:08:00 +12:00
Caleb Woodbine
c6e1701bda
Add checks to watches; Update to patch different subproperty
2020-04-22 10:45:17 +12:00
Kubernetes Prow Robot
8be6307c56
Merge pull request #90218 from wojtek-t/lazy_network_initialization
...
Lazy initialization of network urls for GCE provider
2020-04-21 14:52:10 -07:00
Kubernetes Prow Robot
5a0e39e4fd
Merge pull request #90189 from liggitt/api-1.18
...
Update API compatibility data for v1.18.0
2020-04-21 14:51:52 -07:00
Lubomir I. Ivanov
820c87c069
remove kubernetes-anywhere from this repository
...
The project has been deprecated since Dec 2018 and is unused.
Cleanup in:
- /test/e2e/framework/
- /cluster/
2020-04-21 22:52:51 +03:00
Ted Yu
18e9f33fc6
Remove unhealthy symlink only for dead containers
...
Signed-off-by: Ted Yu <yuzhihong@gmail.com>
2020-04-21 12:30:51 -07:00
Anago GCB
7d1488f0f2
CHANGELOG: Update directory for v1.19.0-alpha.2 release
2020-04-21 19:27:37 +00:00
Kubernetes Prow Robot
57108f6c3e
Merge pull request #90307 from liggitt/node-labels
...
Restrict node labels on Node create
2020-04-21 09:18:59 -07:00
Kubernetes Prow Robot
13561c94e5
Merge pull request #90289 from tanjunchen/fix-comment-20200420
...
pkg/kubelet/remote/remote_runtime.go:fix the incorrect klog comment
2020-04-21 09:17:27 -07:00
Gaurav Singh
033f94e58a
[Provider/aws] use strings.TrimPrefix()
2020-04-21 11:21:40 -04:00
Kubernetes Prow Robot
66fd1335fa
Merge pull request #90305 from wojtek-t/enable_couple_large_cluster_tests
...
Enable couple networking tests for large clusters
2020-04-21 07:52:56 -07:00
wojtekt
de05bd811e
Lazy initialization of network urls for GCE provider
2020-04-21 16:32:18 +02:00
Casey Callendrello
2e1a884bf3
pkg/proxy: add last-queued-timestamp metric
...
This adds a metric, kubeproxy_sync_proxy_rules_last_queued_timestamp,
that captures the last time a change was queued to be applied to the
proxy. This matches the healthz logic, which fails if a pending change
is stale.
This allows us to write alerts that mirror healthz.
Signed-off-by: Casey Callendrello <cdc@redhat.com>
2020-04-21 15:19:32 +02:00
Kubernetes Prow Robot
72cdc8c211
Merge pull request #89256 from yue9944882/integration-test-flowcontrol
...
Priority-level isolation integration test
2020-04-21 05:42:55 -07:00
Kubernetes Prow Robot
07179d0207
Merge pull request #87998 from msau42/e2e-reattach-stress
...
Add stress test to repeatedly restart Pods with PVCs in parallel
2020-04-21 03:04:57 -07:00