Kubernetes Prow Robot
afb1ee3c9a
Merge pull request #98812 from alculquicondor/indexed-job
...
Indexed job implementation
2021-03-03 15:55:59 -08:00
yoyinzyc
a5c4780e96
enforce metric cardinality check to summary metric
2021-03-03 15:08:29 -08:00
yoyinzyc
2a86d4ca69
enforce metric cardinality check to histogram metric
2021-03-03 15:06:54 -08:00
yoyinzyc
371f57d145
enforce metric cardinality check to gauge metric
2021-03-03 15:06:20 -08:00
Clayton Coleman
75700d32bf
kubectl: Properly respect --quiet in exec/attach
...
--quiet means no informational output for the human that could be
confused with the output of the shell / command on the other side.
2021-03-03 17:51:21 -05:00
Aldo Culquicondor
8812531b8c
Add completion index to Job Pods
...
When .spec.completionMode="Indexed"
2021-03-03 22:45:53 +00:00
Kubernetes Prow Robot
053e7f4b04
Merge pull request #99659 from pjh/service-info
...
Log detailed service information during GCE Windows node startup
2021-03-03 14:41:54 -08:00
Kubernetes Prow Robot
e2eb9f0005
Merge pull request #99654 from ankeesler/exec-plugin-interactive-fix
...
exec credential provider: use stdin to detect user interaction
2021-03-03 14:41:45 -08:00
Kubernetes Prow Robot
cd8d3c4e79
Merge pull request #99649 from howardjohn/kubectl/better-default-logs
...
Improve warnings for default-container
2021-03-03 14:41:36 -08:00
Kubernetes Prow Robot
4013bd17c3
Merge pull request #99555 from thockin/dualstack-bugs-from-rest-overhaul
...
Two small bugs in dual-stack init
2021-03-03 14:41:29 -08:00
Kubernetes Prow Robot
ef44d39be0
Merge pull request #99464 from Nordix/master-fix
...
Number of sockets is assumed to be same as NUMA nodes in kubelet
2021-03-03 14:41:21 -08:00
Kubernetes Prow Robot
4da27a93b3
Merge pull request #99444 from mengjiao-liu/update-signerName-field-description
...
Clarify external CSR signerName field description
2021-03-03 14:41:13 -08:00
Kubernetes Prow Robot
aeff7ae701
Merge pull request #99414 from Jiawei0227/type
...
Update inline volume spec comments
2021-03-03 14:41:05 -08:00
Kubernetes Prow Robot
e7d9320b0d
Merge pull request #99367 from jsafrane/cinder-translation-labels
...
cinder: Translate CSI topology affinity into in-tree labels
2021-03-03 14:40:55 -08:00
Kubernetes Prow Robot
7b0ad65d4d
Merge pull request #99288 from supriya-premkumar/ineffassign
...
Adds ineffassign to GO linter script.
2021-03-03 14:40:46 -08:00
Kubernetes Prow Robot
85cb886f7e
Merge pull request #98952 from seans3/kubectl-commands-in-headers
...
Kubectl command headers in requests: KEP 859
2021-03-03 14:40:38 -08:00
Kubernetes Prow Robot
53492f79df
Merge pull request #98756 from pacoxu/ut/faster
...
networking nodeipam UT: set node poll interval to 1s in UT
2021-03-03 14:40:31 -08:00
Kubernetes Prow Robot
59f8ba5ffa
Merge pull request #98595 from SergeyKanzhelev/nodelifecycleSchedulerUnitTestsSpeedUp
...
sped up scheduler tests by using fake clock
2021-03-03 14:40:21 -08:00
Kubernetes Prow Robot
6059a67e49
Merge pull request #98441 from alculquicondor/array-job-api
...
Add Indexed completionMode to Job API
2021-03-03 14:40:14 -08:00
Kubernetes Prow Robot
e5538fa94f
Merge pull request #98210 from cici37/fix
...
Fix flag passing in CCM
2021-03-03 14:40:01 -08:00
Kubernetes Prow Robot
90ac9cfc58
Merge pull request #97881 from ialidzhikov/nit/unnecessary-type-conversion
...
Nit: Remove unnecessary type conversion
2021-03-03 14:39:49 -08:00
David Eads
f3597cbf2a
clean usage of admissionregistration/v1beta1 from tests
2021-03-03 17:39:31 -05:00
David Eads
a473ef6c0a
use direct etcd creation to verify migrated v1beta1 admissionwebhooks
2021-03-03 17:33:27 -05:00
David Eads
fe8d8c2fda
remove test usage of apiregistration/v1beta1
2021-03-03 17:26:02 -05:00
David Eads
fa1c57d34d
update print test to remove beta dependencies
2021-03-03 17:26:02 -05:00
Tim Hockin
9f56205bbb
Fix hack/update-vendor.sh to not warn on xargs
...
xargs -L and -n are strictly incompatible with -I. Use shell loops
instead. This does not seem to have any net impact other than making
warnings go away.
2021-03-03 14:19:28 -08:00
James Sturtevant
2c9e4406d6
generated: run hack/update-vendor.sh
2021-03-03 13:48:34 -08:00
James Sturtevant
d95f4f2cf9
add windows package
2021-03-03 13:41:45 -08:00
David Eads
ab429a3120
refact RemoveDeletedKinds to eliminate questions about interating over mutated maps
2021-03-03 16:10:45 -05:00
David Eads
a375312fdc
stop re-use of alpha storage as beta for flowcontrol
2021-03-03 16:10:45 -05:00
David Eads
ee8bdf02cc
generated
2021-03-03 16:10:45 -05:00
Peter Hornyack
bacf7394cd
Repair quotes for some Windows log messages
2021-03-03 12:40:53 -08:00
Jing Xu
d669cb1b17
Fix issue in checking domain socket for plugin watcher
...
Due to recent os.Stat() issue for Windows 20H2, added the logic to use
os.Lstat() if os.Stat() fails for Windows
Change-Id: Ic9fc07ecc6e9c2984e854ac77121ff61c8e0d041
2021-03-03 12:37:14 -08:00
David Eads
58c42b7e94
move CSR v1beta1 behavior tests to a single file to remove for 1.22
2021-03-03 15:27:37 -05:00
Kubernetes Prow Robot
076bd6c401
Merge pull request #97069 from pohly/embedded-csi-mock-driver
...
e2e storage: embedded csi mock driver
2021-03-03 12:11:50 -08:00
Eddie Zaneski
71b33d5ad7
Add dougsland and rikatz as sig-cli reviewers
...
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2021-03-03 12:37:31 -07:00
Sergey Kanzhelev
d24ed4ace1
sped up scheduler tests by using fake clock
2021-03-03 19:12:53 +00:00
Jan Safranek
334c7dfe74
Promote Cinder topology labels to GA
2021-03-03 20:05:12 +01:00
Sean Sullivan
211fc12b67
Kubectl command headers in requests: KEP 859
2021-03-03 09:48:48 -08:00
Tim Hockin
84856c7cae
Remove defaults for ipFamilyPolicy and ipFamilies
...
These same values are set in the REST stack and it's easier to maintain
that code all in one place.
defaults.go is best for static values.
2021-03-03 09:42:02 -08:00
Tim Hockin
1e39f6ccf9
Two small bugs in dual-stack init
...
Imporved testing turned these up:
1) Headless+Selectorless, on a single-stack cluster, policy=PreferDual
Prior to this commit, the result was a single IPFamiliy (because we
checked that the 2nd allocator was present). This changes that case to
populate both families (we don't care if the allocator exists), which is
the same as RequireDual.
2) ClusterIP, user specifies 2 families but no IPs
Prior to this commit, the policy was inferred to be SingleStack. This
changes that case to correctly default to RequireDual when 2 families
are present but no IPs.
2021-03-03 09:42:02 -08:00
Linus Arver
85d5ebef4a
remove listx from OWNERS
2021-03-03 08:53:27 -08:00
Kubernetes Prow Robot
2f263b24a7
Merge pull request #99101 from deads2k/crd-beta-prune
...
stop using CRD v1beta1 in tests
2021-03-03 08:39:21 -08:00
Supriya Premkumar
e52e5e486c
Adds ineffassign to GO linter script.
...
Changes:
- Enables ineffassign check in the verify scripts.
- Fixes lint errs.
2021-03-03 08:28:10 -08:00
David Eads
8b55bdc405
increase discovery burst for kube-controller-manager
2021-03-03 10:41:34 -05:00
Wei Huang
6fdb1a8439
sched: add a benchmark test for MoveAllToActiveOrBackoffQueue
2021-03-03 07:20:08 -08:00
Wei Huang
f322019d7a
Store a cluster event to plugin map in SchedulerQueue
2021-03-03 07:20:07 -08:00
Julian V. Modesto
caa158610d
Cache the OpenAPI schema for server-side dry-run.
...
Currently, server-side dry-run fetches the OpenAPI schema for every
single object.
This change fetches the OpenAPI schema only once.
2021-03-03 10:16:34 -05:00
Aldo Culquicondor
a1a5868a5a
Add Job.spec.completionMode and Job.status.completedIndexes
...
And IndexedJob feature gate, disabled by default.
Update JobDescriber
2021-03-03 15:10:18 +00:00
Andrew Keesler
31eec29b09
exec credential provider: add rest_client_exec_plugin_call_total metric
...
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2021-03-03 09:53:14 -05:00