Commit Graph

11911 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
fdefde717a Merge pull request #97590 from heqg/typo-expected-03
Fix typo in staging/src/.../wait_test.go
2021-01-03 04:03:54 -08:00
Kubernetes Prow Robot
b68e25113c Merge pull request #97433 from pandaamanda/kubectl_completion
fix typo of command “kubectl completion -h”
2020-12-30 20:23:50 -08:00
he.qingguo
0f0fb40b8b Fix typo in staging/src/.../wait_test.go
Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
2020-12-30 14:10:04 +08:00
Kubernetes Prow Robot
9406e145c2 Merge pull request #97326 from victor-timofei/deltafifo-doc
Update DeltaFIFO documentation and group Delta definitions to the top of the file
2020-12-28 23:50:28 -08:00
Kubernetes Prow Robot
b860d08e4b Merge pull request #96226 from jiahuif/feature/migration-configuration/parsing
leader migration configuration: parsing & validation.
2020-12-28 10:12:27 -08:00
Victor Timofei
3a107951f0 Update the wording of the DeltaFIFO 2020-12-24 16:33:04 +02:00
Kubernetes Prow Robot
e20300b1a0 Merge pull request #93285 from aarnaud/windows-devicemanager
Port deviceManager to windows container manager to enable GPU access
2020-12-23 12:00:26 -08:00
Kubernetes Prow Robot
d815833a30 Merge pull request #97206 from tkashem/panic
clean up executing request on panic
2020-12-22 10:26:26 -08:00
xiongzhongliang
fe094b20d2 fix typo of kubectl completion -h 2020-12-22 16:49:39 +08:00
wojtekt
d0726e4b13 Unify variable naming between GuaranteedUpdate and Delete in storage 2020-12-21 14:11:17 +01:00
Kubernetes Prow Robot
c995039d62 Merge pull request #97337 from dlorenc/upd
Updates deps in order to remove rsc.io/sampler
2020-12-19 22:32:25 -08:00
Abu Kashem
13cedca0eb clean up executing request on panic 2020-12-18 22:13:15 -05:00
Kubernetes Prow Robot
b749a3a421 Merge pull request #97366 from nilo19/bug/fix-vmss-name
Fix nil VMSS name when setting service to auto mode
2020-12-18 17:54:24 -08:00
Dan Lorenc
5635489c4e Updates github.com/golang/mock in order to remove rsc.io/sampler.
I noticed rsc.io/sampler was in here, which didn't make any sense.
It appears to have been mistakenly included in a transitive dependency
at some point.

This PR attempts to fix that by updating the intermediate deps far enough
to stop requiring the rsc.io packages.
2020-12-18 18:56:29 -06:00
Kubernetes Prow Robot
4645e11a2d Merge pull request #96056 from zroubalik/patch-1
Add KEDA to the External Metrics API implementations
2020-12-18 15:02:25 -08:00
Kubernetes Prow Robot
b538d23066 Merge pull request #96844 from gnufied/use-force-unmount
Use force umount for nfs volumes
2020-12-18 12:32:25 -08:00
Abu Kashem
7114319b3e fix the deadlock in priority and fairness config controller 2020-12-18 10:43:23 -05:00
Kubernetes Prow Robot
979c644df2 Merge pull request #97171 from deads2k/deprecate-psp
deprecate PSP in 1.21, but leave removal at 1.25
2020-12-17 22:16:25 -08:00
Kubernetes Prow Robot
bc404af504 Merge pull request #97359 from Cweiping/fix/fix_typo_error
fix typo err for disk to pid
2020-12-17 17:04:24 -08:00
Indeed
de5a30a786 migration configuration: parsing & validation. 2020-12-17 14:49:14 -08:00
Kubernetes Prow Robot
974cf4c9c2 Merge pull request #89828 from wojtek-t/suggestions_for_delete
Try to avoid etcd.Get as part of Delete operation
2020-12-17 12:54:26 -08:00
Clayton Coleman
ac77b3835b generated: Changes for DaemonSet max surge 2020-12-17 09:00:56 -05:00
Clayton Coleman
5aa53f885c api: Add DaemonSet MaxSurge
The MaxSurge field on DaemonSet rolling updates allows a daemonset
workload to have two pods running simultaneously on a node during
an update in order to perform zero-disruption handoffs of client
traffic.
2020-12-17 09:00:55 -05:00
qini
55fd3685d9 fix nil vmss name 2020-12-17 20:07:51 +08:00
Kubernetes Prow Robot
8b8de03168 Merge pull request #97353 from MikeSpreitzer/testable-config
Define TestableConfig in k/apiserver/pkg/util/flowcontrol
2020-12-17 01:45:09 -08:00
Kubernetes Prow Robot
e11e9d4c6c Merge pull request #97033 from patrickshan/pshan/bump/Azure/go-autorest/autorest
Bump github.com/Azure/go-autorest/autorest to v0.11.12
2020-12-17 00:47:09 -08:00
Weiping Cai
51d563824d fix typo err
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-12-17 15:19:45 +08:00
Mike Spreitzer
10df6d459b Define TestableConfig in k/apiserver/pkg/util/flowcontrol
Collect the parameters of newTestableController into a named type.

Also tolerate the surprising situation in which a request's user
groups include neither `system:authenticated` nor
`system:unauthenticated` --- because this is observed to happen in
some tests.

Also a few other minor fixups.
2020-12-16 20:05:08 -05:00
Kubernetes Prow Robot
c4aca30005 Merge pull request #94813 from dramich/nometrics
Don't start goroutine for noMetrics
2020-12-16 15:51:09 -08:00
Kubernetes Prow Robot
fc43c80ccd Merge pull request #96689 from gnufied/fix-unknown-node-dangling-vsphere
Fix  dangling volumes from nodes not tracked by attach detach controller
2020-12-16 14:55:15 -08:00
wojtekt
7bab6a9c6e Use current state from watchcache to avoid etcd get for deletions 2020-12-16 08:52:48 +01:00
wojtekt
c2d61896f4 Add suggestion to storage interface Delete method 2020-12-16 08:12:57 +01:00
Anthony ARNAUD
8bdc3d8970 Port deviceManager in windows container manager 2020-12-16 00:25:26 -05:00
Kubernetes Prow Robot
46d481b455 Merge pull request #96883 from pacoxu/fix/96862
fix index test: multi index check for empty list
2020-12-15 19:32:20 -08:00
pacoxu
ae6360f6c7 fix index test: multi index check for empty list
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2020-12-16 07:51:01 +08:00
Victor Timofei
bcc1c9a387 Move Delta definitions to the top 2020-12-15 22:07:33 +02:00
Victor Timofei
1a4ed5ea57 Update DeltaFIFO Documentation 2020-12-15 21:31:30 +02:00
Nicole Han
b80abf6d34 update cloud-controller-manager samples to read --cloud-config flag 2020-12-15 10:56:22 -08:00
Hemant Kumar
95852d7b8e Only skip unmount if path does not exist and there is no error 2020-12-15 12:03:31 -05:00
Hemant Kumar
379daa6aff Use force umount for nfs volumes 2020-12-15 11:50:57 -05:00
Kubernetes Prow Robot
b97aa71519 Merge pull request #96825 from roycaihw/storage-version/conditions
storage-version: update conditions
2020-12-14 14:01:51 -08:00
Kubernetes Prow Robot
87984d84d1 Merge pull request #97245 from aojea/anycastAddress
bind-address flag usage
2020-12-12 06:03:26 -08:00
Kubernetes Prow Robot
e5bd3d1bb4 Merge pull request #97254 from MikeSpreitzer/apf-owners
Create OWNERS for most of the API Priority and Fairness impl
2020-12-11 17:05:26 -08:00
Mike Spreitzer
23de8061fb Create OWNERS for most of the API Priority and Fairness impl 2020-12-11 19:18:42 -05:00
Kubernetes Prow Robot
ebde19ee1e Merge pull request #96985 from corehello/patch-1
Fix typo for ServiceAccount
2020-12-11 15:59:27 -08:00
Antonio Ojea
2e4aed2d4a bind-address flag usage 2020-12-11 18:47:24 +01:00
cpanato
0697918749 add initial translation for pt_BR 2020-12-11 17:06:42 +01:00
Kubernetes Prow Robot
ee8983705a Merge pull request #96679 from stmcginnis/appspot-cleanup
Remove stale analytics links from docs
2020-12-10 23:17:22 -08:00
Kubernetes Prow Robot
084ab7641d Merge pull request #96995 from sachinkumarsingh092/fix-comments-kubectl-create
Fix typos and add comments in functions for `kubectl create` subcommands
2020-12-10 22:23:22 -08:00
Jie Shen
e3df703645 Revert "Cleanup: remove sanity check for CVE-2019-11253" 2020-12-11 09:38:21 +08:00