cpanato
79f0a7fb78
Update publishing-bot rules for Go 1.17.11
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2022-06-07 15:56:48 +02:00
cpanato
aac61cea97
Update Go to 1.18.3
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2022-06-07 13:32:07 +02:00
Abirdcfly
58043b936a
update kubectl api-resources help info
...
Signed-off-by: Abirdcfly <fp544037857@gmail.com >
2022-06-06 10:21:17 +08:00
Kubernetes Prow Robot
35940b707c
Merge pull request #109773 from danielhelfand/short-kubectl-comp
...
Include powershell in short description for kubectl completion
2022-06-05 01:14:20 -07:00
Kubernetes Prow Robot
4988bfce91
Merge pull request #110319 from chendave/newline
...
Remove `newlineReporter` custom report
2022-06-03 11:42:32 -07:00
Kubernetes Prow Robot
62351e24c5
Merge pull request #109552 from cyclinder/fix_CVE-2022-27191
...
fix CVE-2022-27191: Bump golang.org/x/crypto to v0.0.0-20220315160706
2022-06-03 11:42:20 -07:00
Kubernetes Prow Robot
b578d61606
Merge pull request #109709 from shiftstack/nonfatal_openstack_config_k8s
...
Don't fail when OpenStack config contains unknown directives
2022-06-03 09:30:59 -07:00
Kubernetes Prow Robot
c74c82e845
Merge pull request #109228 from pacoxu/cleanup-ut
...
prevent the unit test name too long in report
2022-06-03 09:30:21 -07:00
Kubernetes Prow Robot
b7b824bb9e
Merge pull request #110033 from mk46/etcd_update_v3.5.4
...
etcd: Updated to v3.5.4
2022-06-02 13:26:31 -07:00
Kubernetes Prow Robot
4702214d78
Merge pull request #105008 from knight42/feat/kubectl-debug-general-profile
...
refactor(kubectl): add Debugger interface for kubectl-debug
2022-06-02 13:26:20 -07:00
Maciej Szulik
e4fca64690
Drop unnecessary json.Marshal
...
yaml.Marshal under the covers invokes json.Marshal and then JSONToYAML
conversion which was done here manually.
2022-06-02 16:15:25 +02:00
Dave Chen
9953dde65d
Remove newlineReporter custom report
...
The `newlineReporter` intends to print a new line after the test to
prevent the something print to the stdout and mess up the test result
while cause the tool like `go-junit-report` fail to parse the result.
But this is no longer needed based on following evidence.
- The issue that was first introduced in `go-junit-report` has already fixed in the version
referenced in `go.mod`.
- The `newlineReporter` report doesn't fix anything for `Ginkgo` v1 or V2 or `go test`, it just prints a
new line before the test summarization.
Signed-off-by: Dave Chen <dave.chen@arm.com >
2022-06-02 09:52:15 +08:00
Han Kang
f223b90090
cleanup deprecated metrics and usages
2022-06-01 13:45:03 -07:00
Dave Chen
3c594d6156
Fix the naming of the test suites
...
Signed-off-by: Dave Chen <dave.chen@arm.com >
2022-06-01 13:59:39 +08:00
Manish Kumar
e9e8be304c
etcd: Updated to v3.5.4
2022-06-01 07:52:46 +05:30
Kubernetes Prow Robot
62d9f8ba80
Merge pull request #110311 from logicalhan/fix-continue-tests
...
add explicit typing for continue tests
2022-05-31 13:45:35 -07:00
Kubernetes Prow Robot
78fb1fa9a2
Merge pull request #109938 from dims/move-from-k8s.gcr.io-to-registry.k8s.io
...
Move from k8s.gcr.io to registry.k8s.io
2022-05-31 13:45:23 -07:00
Han Kang
213e380a2e
add explicit typing for continue tests
...
Our tests are mostly error based and explicit error typing allows
us to test against error types directly. Having made this change also
makes it obvious that our test coverage was lacking in two branches,
specifically, we were previously not testing empty start keys nor were
we testing for invalid start RVs.
2022-05-31 10:30:02 -07:00
Han Kang
731397086b
remove deprecated metric and promote the replacement to STABLE
2022-05-31 09:53:28 -07:00
Davanum Srinivas
50bea1dad8
Move from k8s.gcr.io to registry.k8s.io
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2022-05-31 10:16:53 -04:00
Maciej Szulik
f7d1eb7726
restmapper: re-try shortcut expander after not-found error
2022-05-30 13:09:22 +02:00
Kubernetes Prow Robot
4f851ebffb
Merge pull request #110145 from sxllwx/fix/audit-union-var-closures
...
fix audit union loop variables in closures
2022-05-28 05:50:50 -07:00
Kubernetes Prow Robot
016a7bbc0b
Merge pull request #110131 from stevekuznetsov/skuznets/stop-copying-metadata
...
customresource: stop shallow-copying metadata
2022-05-27 14:30:42 -07:00
Kubernetes Prow Robot
de449881fd
Merge pull request #109892 from jlsong01/add_annotation_comments
...
clarify a comment on annotation key validation
2022-05-27 11:36:41 -07:00
Kubernetes Prow Robot
6c2265cdab
Merge pull request #110246 from wojtek-t/fix_leaking_goroutines_2
...
Fix leaking goroutines in QuotaEvaluator
2022-05-27 07:45:07 -07:00
Wojciech Tyczyński
9d974e6e89
Fix leaking goroutines in QuotaEvaluator
2022-05-27 08:13:27 +02:00
Kubernetes Prow Robot
32c3fb3b78
Merge pull request #110227 from aojea/cleanup
...
Cleanup feature gate check for SelectorIndex
2022-05-26 14:09:55 -07:00
Antonio Ojea
209fb99f28
remove SelectorIndex field
2022-05-26 17:27:45 +02:00
Kubernetes Prow Robot
029b1bb8da
Merge pull request #110207 from wojtek-t/clean_shutdown_managers
...
Clean shutdown of kcm, ccm and scheduler
2022-05-26 07:37:23 -07:00
Jian Zeng
fd0c15cce3
feat(kubectl): add debug profile applier
...
Signed-off-by: Jian Zeng <anonymousknight96@gmail.com >
2022-05-26 22:30:10 +08:00
Kubernetes Prow Robot
f9f9e7177a
Merge pull request #84145 from bells17/fix-typo
...
Fix typo: type -> eventtype
2022-05-26 05:13:22 -07:00
Wojciech Tyczyński
fe3616cafb
Clean shutdown of kcm, ccm and scheduler
2022-05-26 12:36:59 +02:00
Wojciech Tyczyński
55130ae2ab
Make contextForChannel public
2022-05-26 12:35:58 +02:00
Kubernetes Prow Robot
cf314d689e
Merge pull request #110162 from MikeSpreitzer/untwist-apf-metrics
...
Untwist apf metrics
2022-05-25 13:35:47 -07:00
Kubernetes Prow Robot
5432883490
Merge pull request #110130 from stevekuznetsov/skuznets/clean-up-crd-storage
...
customresouce: clean up the storage constructor
2022-05-25 13:35:35 -07:00
Kubernetes Prow Robot
e0dbea2443
Merge pull request #110026 from tkashem/graceful-test
...
apiserver: fix preshutdown hook behavior with graceful termination
2022-05-25 09:38:57 -07:00
Abu Kashem
9644edc321
fix preshutdown hook behavor with graceful termination
2022-05-24 13:21:07 -04:00
Kubernetes Prow Robot
114cdea709
Merge pull request #110079 from ash2k/dial-with-context
...
Always dial using a context
2022-05-24 08:52:17 -07:00
Mike Spreitzer
cd33c7cf22
Remove unhelpful pairing of members of read_vs_write_request_count_samples
...
Members are not used in (waiting,executing) pairs, so stopped
using the wrapper that adds such pairing.
2022-05-24 11:18:56 -04:00
Kubernetes Prow Robot
c3d550d4e7
Merge pull request #110101 from MikeSpreitzer/rename-observers
...
Give apf metrics abstractions more familiar names
2022-05-24 07:26:06 -07:00
Mike Spreitzer
a4c18fa7fc
Rename observer.go to interface.go
2022-05-24 07:28:54 -04:00
Mikhail Mazurskiy
2d62c57533
Always dial using a context
2022-05-24 11:51:08 +10:00
Kubernetes Prow Robot
fdb2d54475
Merge pull request #108210 from jlsong01/update_kubectl_warning
...
coordinate the kubectl warning style
2022-05-23 15:57:09 -07:00
Mike Spreitzer
7d64a93a14
Give apf metrics abstractions more familiar names
...
The logic is similar to Prometheus gauges and vectors,
adopt that terminology.
2022-05-23 16:09:43 -04:00
Kubernetes Prow Robot
31a10245d6
Merge pull request #110058 from glebiller/managed-fields-time
...
Update managedFields time when field value is modified
2022-05-23 10:32:02 -07:00
Kubernetes Prow Robot
1131fb95fc
Merge pull request #110125 from wojtek-t/fix_resource_quota_shutdown
...
Fix resource quota shutdown
2022-05-23 07:18:03 -07:00
jlsong01
272e245f06
add a warning printer in cli-runtime to coordinate warning style
...
modified: staging/src/k8s.io/kubectl/pkg/cmd/auth/auth.go
2022-05-23 19:10:15 +08:00
Wojciech Tyczyński
f8211d7e44
Fix ResourceQuota admission shutdown
2022-05-23 12:34:50 +02:00
Kubernetes Prow Robot
9997897f44
Merge pull request #110100 from tkashem/client-go-backoff-fix
...
client-go: fix backoff delay
2022-05-22 23:26:01 -07:00
Abu Kashem
60e74a9ff7
client-go: fix backoff delay
2022-05-21 09:46:00 -04:00