Dr. Stefan Schimanski
059429ce53
kube-aggregator: increase log level of AggregationController API group logging
2020-02-04 14:14:17 +01:00
Kubernetes Prow Robot
1fd2137ff4
Merge pull request #86105 from liggitt/1.17.0-api-fixtures
...
Update API compatibility data for v1.17.0
2019-12-10 06:37:30 -08:00
Kubernetes Prow Robot
34f349257f
Merge pull request #85410 from answer1991/bugfix/memory-leak-in-watch
...
fix potential memory leak issue in processing watch request
2019-12-10 05:13:29 -08:00
chenjun.cj
b911aa6471
fix potential memory leak issue in processing watch request
2019-12-10 19:53:46 +08:00
Jordan Liggitt
729bc82be6
Drop v1.15.0 API test data
2019-12-10 00:23:23 -05:00
Jordan Liggitt
82465dd8c2
Add v1.17.0 API compatibility data
2019-12-10 00:22:24 -05:00
Kubernetes Prow Robot
93eb2e38a7
Merge pull request #85577 from mgugino-upstream-stage/unready-node-timeout
...
kubectl/drain: add option skip-wait-for-delete-timeout
2019-12-09 14:00:03 -08:00
Kubernetes Prow Robot
fcc35b0468
Merge pull request #85899 from gongguan/slim_down_lister
...
slim down some lister expansions
2019-12-09 07:20:17 -08:00
Kubernetes Prow Robot
398e2bcc73
Merge pull request #85874 from sambdavidson/ttlFunc
...
Kubelet cert TTL via GaugeFunc
2019-12-09 07:20:02 -08:00
Kubernetes Prow Robot
ed8a260fb3
Merge pull request #86001 from hubv/hubv-patch-1
...
Fix IPv6 addresses lost issue in pure ipv6 vsphere environment
2019-12-09 01:05:10 -08:00
Kubernetes Prow Robot
50437b4c5d
Merge pull request #85885 from nilo19/qi-vmss-cache
...
Provider/Azure: Add cache for VMSS.
2019-12-06 21:43:09 -08:00
louisgong
7f5076d8ee
slim down some lister expansions
2019-12-07 08:27:06 +08:00
Shihang Zhang
c084d57b18
ping kmsplugin gentely when in good state
...
Change-Id: I50ce249d7996e5c51dcbb00e53d67300aa72a87f
2019-12-06 15:59:23 -08:00
Samuel Davidson
aba0b31526
Changed Kubelet client and serving cert TTL/Expiry certs to use gaugefunc for calculating time remaining.
2019-12-06 15:52:03 -08:00
Kubernetes Prow Robot
a380c291a6
Merge pull request #86008 from nikhita/publishing-skip-tags
...
staging/publishing: temporarily disable publishing tags
2019-12-06 11:54:58 -08:00
Kubernetes Prow Robot
117a3a7f2a
Merge pull request #85709 from tanjunchen/correct-404-ruls
...
correct invalid urls
2019-12-06 11:54:51 -08:00
Michael Gugino
da53044abd
kubectl/drain: add option skip-wait-for-delete-timeout
...
Currently, some circumstances may cause waitForDelete to
never succeed after the pod has been marked for deletion.
In particular, Nodes that are unresponsive and have
pods with local-storage will not be able to
successfully drain.
We should allow drain to ignore pods that have a
DeletionTimestamp older than a user-provided age.
This will allow controllers utilizing kubectl/drain
to optionally account for a pod that cannot be
removed due to a misbehaving node.
2019-12-06 12:52:38 -05:00
Kubernetes Prow Robot
27fac0bb18
Merge pull request #85971 from mtaufen/component-base-owners
...
Add current chairs to component base approvers
2019-12-06 09:05:13 -08:00
Nikhita Raghunath
2bba8dac7f
staging/publishing: temporarily disable publishing tags
...
To make sure we get enough time to test publishing of `v1.17.0`
(on a test repo) when it is tagged, this commit disables publishing tags.
After testing it, we'll re-enable publishing of tags.
2019-12-06 22:09:17 +05:30
tanjunchen
efd61ae3e4
correct invalid urls
2019-12-06 23:34:34 +08:00
Vincent Wei
d428de26b8
Fix IPv6 addresses lost issue in pure ipv6 vsphere environment
2019-12-06 13:45:02 +00:00
Kubernetes Prow Robot
81e702c2b9
Merge pull request #85845 from RainbowMango/pr_enable_hidden_custom_collector
...
Provide a mechanism to enable hidden metrics in stable collector
2019-12-06 05:34:50 -08:00
t-qini
a5226f623e
Add cache for VMSS.
2019-12-06 20:58:39 +08:00
Pengfei Ni
dd50ac311a
Fix LoadBalancer rule checking so that no unexpected LoadBalancer updates are made
2019-12-06 16:07:46 +08:00
Kubernetes Prow Robot
0ea756ff0a
Merge pull request #84688 from tahsinrahman/kubeproxyconfig-test
...
Increase test coverage for ComponentConfigs and add tests for kubeproxyconfiguration
2019-12-05 17:15:04 -08:00
Kubernetes Prow Robot
646afd52ff
Merge pull request #82660 from sallyom/list-pods-dry-run-drain
...
When running `kubectl drain` in dry-run, list warnings and pods that would be deleted.
2019-12-05 17:14:50 -08:00
Kubernetes Prow Robot
b8ce44f006
Merge pull request #85863 from nan-yu/pdb_status_renaming
...
Rename PodDisruptionsAllowed to DisruptionsAllowed in type PodDisruptionBudgetStatus
2019-12-05 15:54:49 -08:00
Michael Taufen
28a564cb32
Add current chairs to component base approvers
2019-12-05 13:50:57 -08:00
Sally O'Malley
909300b8be
When running kubectl drain in dry-run, list warnings and pods that would be deleted.
2019-12-05 16:16:10 -05:00
Mike Danese
fb33b2f42a
increase LRU cache size 8x for authorization webhook
...
1024 seems absurdly small for any normal deployment. At our 10000 byte
entry size limit, this will consume max ~80 MB of memory. More realistic
entry sizes are going to be less than a kB.
2019-12-05 08:48:17 -08:00
Kubernetes Prow Robot
8290c85b95
Merge pull request #82315 from beautytiger/fix_staticcheck_azure
...
fix staticcheck errors in legacy-cloud-providers/azure
2019-12-05 06:36:32 -08:00
Kubernetes Prow Robot
de63e573ca
Merge pull request #85875 from yutedz/gce-ctx-timeout-inst
...
Utilize Context with timeout in gce_instances.go
2019-12-04 12:11:14 -08:00
Kubernetes Prow Robot
b42f21982c
Merge pull request #85571 from mgugino-upstream-stage/drain-ignore-pdbs
...
kubectl/drain: add disable-eviction option
2019-12-04 12:11:00 -08:00
Guangming Wang
b304538942
fix staticcheck errors in legacy-cloud-providers/azure
...
clean remaining static check errors in legacy-cloud-providers/azure
logging unhandled error in azure_backoff.go
delete unused var and func in azure_vmss_cache.go
run gofmt
2019-12-04 21:58:26 +08:00
Kubernetes Prow Robot
e28ae9ce09
Merge pull request #85728 from prksu/make-apiservice.spec.service-optional
...
Make APIService.spec.service optional in the openapi v2 spec
2019-12-03 23:08:57 -08:00
Kubernetes Prow Robot
84467327a9
Merge pull request #83614 from bg-chun/update_cri
...
update CRI(LinuxContainerResources ) to support hugepages
2019-12-03 18:34:57 -08:00
Ted Yu
113001ab01
Utilize Context with timeout in gce_instances.go
2019-12-03 17:17:54 -08:00
Kubernetes Prow Robot
8516f797a4
Merge pull request #85581 from yutedz/gce-ctx-timeout
...
Utilize Context with timeout in GCE operations
2019-12-03 17:01:10 -08:00
Kubernetes Prow Robot
896b77ed53
Merge pull request #85800 from beautytiger/dev-191202-fixtrim
...
fix: replace TrimLeft with TrimPrefix and TrimRight with TrimSuffix
2019-12-03 15:47:22 -08:00
Kubernetes Prow Robot
eff703de21
Merge pull request #84005 from yue9944882/chore/crd-internal-client-prune
...
Prune internal clients from CRD apiserver
2019-12-03 15:46:57 -08:00
Kubernetes Prow Robot
2b6857db4d
Merge pull request #85293 from huffmanca/include_fstype_csi
...
Included FSType in CSI volumes
2019-12-03 14:30:58 -08:00
Nan Yu
1fb0dd4ec5
Rename PodDisruptionsAllowed to DisruptionsAllowed in type PodDisruptionBudgetStatus
2019-12-03 14:26:35 -08:00
Michael Gugino
6c1d587d51
kubectl/drain: add disable-eviction option
...
Currently, if eviction is supported during a drain operation,
eviction is always used.
This commit allows the user to specify disabling eviction.
This is particularly useful when you wish to ignore
PodDisruptionBudgets after a normal drain has failed for
some time.
2019-12-03 17:09:50 -05:00
Ted Yu
4d6e5bf7be
Utilize Context with timeout in GCE operations
2019-12-03 13:39:35 -08:00
Kubernetes Prow Robot
a80ad5f84f
Merge pull request #85729 from wojtek-t/remove_old_style_conversions
...
Cleanup metav1 conversions
2019-12-03 13:17:16 -08:00
Kubernetes Prow Robot
205570eb75
Merge pull request #84614 from rphillips/fixes/add_cert_rotation_failure_metric
...
kubelet: add certificate rotation error metric
2019-12-03 11:40:57 -08:00
yue9944882
81471c36b1
[generated] bazels and vendor/modules.txt
...
[generated] bazels
bazel
2019-12-04 00:49:28 +08:00
yue9944882
6c0688fd51
santize codegen scripts
2019-12-04 00:49:28 +08:00
yue9944882
15a883b067
s/apiextensions/apiextensionsv1/ for all imports in k/k
...
rename alias import
fmt
2019-12-04 00:49:27 +08:00
yue9944882
168f8f54f0
switch to v1 crd
...
switch api helper functions to v1 CRD api
switch v1 CRD for apiserver internal
switch to v1 CRD for internal controllers
api storage/validation related changes
move local-defaulting utils private to prevent spreading
boilerplate
keep the subresource status/scale spec nil unless it's enabled
clean up empty space
2019-12-04 00:49:26 +08:00