Commit Graph

13450 Commits

Author SHA1 Message Date
Jordan Liggitt
068e4c55a8 Eliminate parallel and unnecessary embedded etcd instances 2021-06-15 09:53:06 -04:00
Jordan Liggitt
52b629efbc Drop use of deprecated clientv3.SetLogger 2021-06-15 09:53:06 -04:00
Jordan Liggitt
2979c3325e Switch to go.etcd.io/etcd/client/v3 2021-06-15 09:53:06 -04:00
Jordan Liggitt
77ab4bdbbc Drop etcd v2 support from test util 2021-06-15 09:53:06 -04:00
Carlos Panato
1e1a60e310 publishing: Use go1.15.13 for 1.20 and 1.19 release branches
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-06-15 15:48:26 +02:00
Ricardo Pchevuzinske Katz
9f18ddf03c Promote endPort field in netpolicies to beta
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
2021-06-15 10:47:17 -03:00
Andrew Keesler
60246f69cc kubectl: don't fight for stdin with exec plugins
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2021-06-15 09:01:18 -04:00
Andrew Keesler
cd83d89ac9 exec credential provider: InteractiveMode support
The value here is that the exec plugin author can use the kubeconfig to assert
how standard input is treated with respect to the exec plugin, e.g.,
- an exec plugin author can ensure that kubectl fails if it cannot provide
  standard input to an exec plugin that needs it (Always)
- an exec plugin author can ensure that an client-go process will still call an
  exec plugin that prefers standard input even if standard input is not
  available (IfAvailable)

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2021-06-15 09:01:17 -04:00
payall4u
ca254e978b feature: add unified on cri to support cgroup v2
Signed-off-by: payall4u <payall4u@qq.com>
2021-06-15 20:48:12 +08:00
Maciej Szulik
8fe00a7e48 Start deprecation of --record flag 2021-06-15 10:13:28 +02:00
Kubernetes Prow Robot
0665fb2e5a Merge pull request #102825 from n4j/bug/KubectlWindowsCrash
Fix - Winterm issue on Windows 8.1 in kubectl exec
2021-06-14 22:00:08 -07:00
Kubernetes Prow Robot
b766721332 Merge pull request #102814 from cheftako/master
Update K/K to use ANP v0.0.20
2021-06-14 19:00:33 -07:00
Indeed
c329202ee8 update comments to reflect wildcard component. 2021-06-14 14:25:12 -07:00
Kubernetes Prow Robot
28e0c4f5d1 Merge pull request #102845 from gnufied/remove-error-wrap-from-log
Remove error wrap from logs
2021-06-14 10:57:15 -07:00
Kubernetes Prow Robot
230a63514b Merge pull request #100776 from pacoxu/fix/94495-ga-follow-up
remove GAed feature gates group: LegacyNodeRoleBehavior
2021-06-14 10:55:28 -07:00
Hemant Kumar
de2f9f1709 Remove error wrap from logs 2021-06-14 11:21:31 -04:00
Neeraj Shah
60ab908119 Fix - Winterm issue on Windows 8.1 in kubectl exec 2021-06-12 08:52:49 +05:30
Kubernetes Prow Robot
f83115f566 Merge pull request #101208 from voutcn/admission_metrics
Add a namespace label to admission metrics and expand histogram range to 0-10s
2021-06-11 18:07:12 -07:00
Kubernetes Prow Robot
74df637ac3 Merge pull request #99381 from zshihang/kms
the last upperbound of kms latency metric is too small
2021-06-11 12:49:00 -07:00
Kubernetes Prow Robot
4b387beb0c Merge pull request #102655 from zioproto/typo-requested
Trivial: fixed typo in logs requrested --> requested
2021-06-11 10:31:00 -07:00
Walter Fender
106f416873 Upgraded konnectivity-client to v0.0.20
./hack/pin-dependency.sh sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.20
./hack/update-vendor.sh
2021-06-11 08:59:32 -07:00
Kubernetes Prow Robot
fddb3adcfd Merge pull request #102795 from tkashem/apf-width-metric
apf: add a gauge to show the number of seats currently in use
2021-06-11 03:26:59 -07:00
Kubernetes Prow Robot
60a4cbfdf6 Merge pull request #102788 from pohly/reflector-log-level
client-go: reduce log level of reflector again
2021-06-10 15:03:28 -07:00
Abu Kashem
c710f99ef7 apf: add a gauge for the number of seats currently in use 2021-06-10 17:51:19 -04:00
Kubernetes Prow Robot
53873fbf23 Merge pull request #102760 from prameshj/basepathfix
Fix gce basepath test failure in local environments.
2021-06-10 12:49:28 -07:00
Patrick Ohly
fd972934e4 client-go: reduce log level of reflector again
https://github.com/kubernetes/kubernetes/pull/87795 most likely
unintentionally increased the log level of "Starting reflector" and
"Stopping reflector", with the result that since Kubernetes 1.21
clients have printed that message by default. This is undesirable, we
should use the original level 3 again.
2021-06-10 20:38:39 +02:00
Kubernetes Prow Robot
81eb74ad43 Merge pull request #102609 from serathius/patch-1
Update owners for structured logging library
2021-06-10 08:23:39 -07:00
Kubernetes Prow Robot
f008ba0fed Merge pull request #102062 from serathius/etcd-server
Update Etcd server image to 3.5.0-rc.0-0
2021-06-10 08:23:27 -07:00
Pavithra Ramesh
dae335c115 Fix test failure in some envs. 2021-06-09 17:29:57 -07:00
Kubernetes Prow Robot
4f854e39f2 Merge pull request #102689 from cpanato/go1165
[go1.16] Update to go1.16.5
2021-06-09 12:31:27 -07:00
Kubernetes Prow Robot
624967e940 Merge pull request #101905 from tkashem/apf-request-width
apf: add plumbing to calculate "width" of a request
2021-06-09 11:25:27 -07:00
Shihang Zhang
6d7c83f2cd the last upperbound of kms latency metric is too small 2021-06-09 10:10:07 -07:00
Abu Kashem
9b72eb1929 apf: add plumbing to estimate width" of a request
- add plumbing that allows us to estimated "width" of a request
- the default implementation returns 1 as the "width" of all
  incoming requests, this is in keeping with the current behavior.
2021-06-09 11:51:45 -04:00
Marek Siarkowicz
12447bc803 Upgrade etcd server version to 3.5.0-rc.0 2021-06-09 17:00:05 +02:00
Kubernetes Prow Robot
09a9e61294 Merge pull request #102454 from wzshiming/clean/remove-godeps
Remove Godeps
2021-06-08 14:16:09 -07:00
Kubernetes Prow Robot
6cb421487a Merge pull request #99597 from adtac/v1b2
scheduler CC: add v1beta2 API, deprecate plugins
2021-06-08 12:26:08 -07:00
Kubernetes Prow Robot
b1369fe606 Merge pull request #102671 from tkashem/gt-wait
apiserver: close handler chain right after shutdown delay duration
2021-06-08 10:05:34 -07:00
Abu Kashem
de7e56bf37 apiserver: close handler chain right after shutdown delay duration 2021-06-08 09:40:07 -04:00
Kubernetes Prow Robot
b7514645d4 Merge pull request #102644 from mengjiao-liu/create-json-log-register
Create a new modele component-base/logs/json/register for optional json register
2021-06-08 05:35:13 -07:00
Carlos Panato
1524526991 [go1.16] Update to go1.16.5
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-06-08 14:11:32 +02:00
Kubernetes Prow Robot
b429c4c9e1 Merge pull request #102606 from tkashem/revert-102581
Bring back "client-go: add retry logic for Watch and Stream" and fix test flake
2021-06-07 15:22:55 -07:00
Adhityaa Chandrasekar
3c8e56bef9 scheduler: graduate CC to v1beta2, deprecate plugins
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2021-06-07 12:42:55 +00:00
Kubernetes Prow Robot
6181a2c7d8 Merge pull request #102435 from AbdulBasitAlvi/hotfix/restore_depth_to_log_calls
hotfix(staging_apiserver_pkg_httplog): restore depth to log calls
2021-06-07 03:44:39 -07:00
Saverio Proto
3a830aacb0 Trivial: fixed typo in logs requrested --> requested 2021-06-07 11:16:28 +02:00
Kubernetes Prow Robot
f1f58f20ab Merge pull request #102620 from serathius/zap-sampling
Disable zap sampling and cleanup config
2021-06-07 01:56:39 -07:00
Kubernetes Prow Robot
ff6f9e009a Merge pull request #102511 from tkashem/issue-102016
apf: fix data race in test
2021-06-07 00:52:51 -07:00
Mengjiao Liu
7ced405de5 Create a new modele component-base/logs/json/register for optional json register 2021-06-07 15:07:13 +08:00
Kubernetes Prow Robot
fca27ee5fb Merge pull request #96374 from serathius/example
Create example component for integrating with component-base
2021-06-06 21:22:39 -07:00
Kubernetes Prow Robot
9d27400fe2 Merge pull request #102040 from njuptlzf/fix_conversion
Fix auditing failed of request: encoding failed
2021-06-05 19:58:38 -07:00
tiloso
c5d70e9db1 Fix staticcheck in cluster & k8s.io/{apimachinery,apiserver} 2021-06-05 22:15:15 +02:00