Commit Graph

13830 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
94a55684a8 Merge pull request #104011 from manugupt1/master
fix: 81134: display conflicted taint without a json representation
2021-08-05 08:18:11 -07:00
Kubernetes Prow Robot
01d2ee8e53 Merge pull request #100738 from cuisongliu/bug_register-gen_groupName
code-generator/register-gen: groupName can't override
2021-08-05 08:17:22 -07:00
Kubernetes Prow Robot
bda4ef278d Merge pull request #103851 from mtaufen/sig-arch-comp-base
Update component-base owners to include SIG-Architecture
2021-08-05 01:44:59 -07:00
Kubernetes Prow Robot
d9de848739 Merge pull request #103847 from liggitt/generator-install-fix
Generator install fix
2021-08-05 01:44:51 -07:00
Kubernetes Prow Robot
4882921002 Merge pull request #103843 from Arkessler/patch-4
Update doc description for --audit-log-maxbackup
2021-08-05 01:44:43 -07:00
Kubernetes Prow Robot
e3b01a6d7f Merge pull request #103820 from wojtek-t/pf_remove_counter
Couple code cleanups for APF code
2021-08-05 01:44:35 -07:00
Kubernetes Prow Robot
8dc81c565a Merge pull request #103800 from aojea/time-budget
Time budget should not depend on the real clock
2021-08-05 01:44:18 -07:00
Kubernetes Prow Robot
644228091e Merge pull request #103793 from yan-lgtm/deperate
Deprecate apiserver_longrunning_guage and apiserver_registered_watchers
2021-08-05 01:44:02 -07:00
Matthias Gubler
691b45e220 Clarify ready (#103782)
* Clarify ReadyReplicas docs

Clarifies and aligns the docs regarding ReadyReplicas in the
ReplicaSetStatus, DeploymentStatus, StatefulSetStatus and the
ReplicationControllerStatus.

* Clarify NumberReady docs

Clarifies and aligns the docs regarding NumberReady in the
DaemonSetStatus.

* Autogenerate docs

* Fix doc text with PR feedback

* Autogen docs

* Apply suggestions from code review

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>

* Autogen docs

Co-authored-by: Jordan Liggitt <jordan@liggitt.net>
2021-08-05 01:43:37 -07:00
Kubernetes Prow Robot
f3e9fdc642 Merge pull request #103780 from shyamjvs/fix-exec-command
Ignore 'wait: no child processes' error when calling mount/umount
2021-08-05 01:43:25 -07:00
Kubernetes Prow Robot
bb817a911b Merge pull request #103750 from mattcary/allowedtopo
Pass unknown labels in allowedTopologies during CSI translation
2021-08-04 22:12:29 -07:00
Kubernetes Prow Robot
04e3b1e186 Merge pull request #103664 from wojtek-t/pf_rename_width
Rename width to "work estimate" in P&F code
2021-08-04 22:11:40 -07:00
Kubernetes Prow Robot
7e99f3d749 Merge pull request #103657 from dgrisonnet/fix-event-doc
Update Events version in the documentation of the events package
2021-08-04 22:11:23 -07:00
Kubernetes Prow Robot
0a704f9e1f Merge pull request #103564 from kevindelgado/unstr-extr-poc
ExtractItems for unstructured apply configurations
2021-08-04 22:10:55 -07:00
Kubernetes Prow Robot
d61cfe1dba Merge pull request #103458 from novahe/fix/redundant-printing
remove stack trace log when sorting with a bad unsortable field
2021-08-04 19:00:48 -07:00
Kubernetes Prow Robot
fad57be4c6 Merge pull request #102927 from kishorj/ec2-instance-cache-maxage
Set EC2 instance cache max age to 10 mins
2021-08-04 18:59:51 -07:00
Kubernetes Prow Robot
4b2f2a0cd8 Merge pull request #102789 from haircommander/add-summary-stats-to-cri
CRI: add fields for pod level stats to satisfy the /stats/summary API
2021-08-04 18:59:43 -07:00
Kubernetes Prow Robot
0d997019e9 Merge pull request #101646 from lauchokyip/fixConfigMap
Added support for multiple --from-env flags
2021-08-04 18:59:15 -07:00
Kubernetes Prow Robot
bf22025950 Merge pull request #100406 from tomkukral/retry-doc
fix typo in retry doc
2021-08-04 18:58:50 -07:00
Zhou Peng
7e2d6301bf [k8s.io/kubectl/pkg/drain/drain]: minor typo fixup
Signed-off-by: Zhou Peng <p@ctriple.cn>
2021-08-01 07:07:31 +08:00
Manu Gupta
1a3eda9394 fix: 81134: display conflicted taint without a json representation.
1. string is formatted as unsafe json. Since this is created on the fly;
TaintKey and Effect are formatted as a 'key=effect' instead of '{key=effect}'
eliminating unsafe json representation.

2. Adds a fail test case for the case where a taint with same key and effect is added
and removed together.

Manual Testing

```
▶ ./_output/bin/kubectl taint nodes kind-control-plane key1=:NoSchedule key1=:NoSchedule-
error: can not both modify and remove the following taint(s) in the same command: key1=NoSchedule
```
2021-07-30 18:00:33 -07:00
Sergiusz Urbaniak
1a87ae19a6 Revert "Add a namespace label to admission metrics and expand histogram range to 0-10s" 2021-07-30 14:34:45 +02:00
Kubernetes Prow Robot
5336006cc8 Merge pull request #103997 from nilo19/bug/cherry-pick-551
Fix: ignore not a VMSS error for VMAS nodes in reconcileBackendPools
2021-07-30 00:21:38 -07:00
Kubernetes Prow Robot
7e78af445a Merge pull request #103951 from sdmodi/startinformer
Start the informerFactory in the ControllerContext
2021-07-29 17:37:37 -07:00
Tim Hockin
09dc055984 Update golang.org/x/time/rate (#104014)
* Add failing test case

* Update golang.org/x/time/rate

* Call update-internal-modules from update-vendor
2021-07-29 16:13:38 -07:00
Kubernetes Prow Robot
b302770660 Merge pull request #103794 from nilo19/bug/cherry-pick-703
fix: Provide IPv6 support for internal load balancer
2021-07-29 14:41:20 -07:00
wojtekt
9f735e71bb Simplify APF promise to what is really used in the code 2021-07-29 11:05:40 +02:00
Qi Ni
c406f2edab Fix: ignore not a VMSS error for VMAS nodes in reconcileBackendPools 2021-07-29 13:10:14 +08:00
Michael Taufen
ecb3813726 Update component-base OWNERS to include SIG-Architecture
Also update OWNERS in subdirs based on best-guess picks of appropriate
OWNERS. We can update as necessary in future iterations but this'll help
reduce initial noise for SIG-Arch.
2021-07-28 15:19:45 -07:00
Kubernetes Prow Robot
84451a9c64 Merge pull request #103960 from seans3/security-vulnerability-fix
Fixes (temporarily) curl piped to shell security vulnerability
2021-07-28 10:27:35 -07:00
wojtekt
a1cf44eab4 Remove unused promise code from APF 2021-07-28 11:34:12 +02:00
Kubernetes Prow Robot
dadecb2c89 Merge pull request #103439 from andyzhangx/azure-managed-disk-translation-issue
fix azure disk translation issue due to lower case `managed` kind
2021-07-27 22:01:35 -07:00
Chok Yip Lau
99bc2b077f Added support for multiple --from-env flags 2021-07-27 20:50:34 -04:00
Kevin Delgado
4edb6e01be Add kube-openapi to client-go import restrictions 2021-07-28 00:41:30 +00:00
Sean Sullivan
df1d9380fb Fixes (temporarily) curl piped to shell security vulnerability 2021-07-27 16:31:11 -07:00
Kevin Delgado
3628065b45 fix boilerplate and staticcheck 2021-07-27 22:31:38 +00:00
Kevin Delgado
85bc3c4f85 fix vendor 2021-07-27 21:23:49 +00:00
Kevin Delgado
49c86bde55 fix extract_test 2021-07-27 20:54:09 +00:00
Kevin Delgado
af11c4ac9b remove apiserver impor from client-go 2021-07-27 20:46:40 +00:00
Sudeep Modi
a4dfe40650 Start the informerFactory in the ControllerContext 2021-07-27 09:37:34 -07:00
Nikhita Raghunath
363d47c08c staging/publishing: fix rules for legacy-cloud-providers for 1.22
The mount-utils repo is a dependency but got missed from the rules.

This commit fixes the currently broken publishing bot.
2021-07-27 13:50:34 +05:30
Kevin Delgado
479e2ae307 wrap extractor errors 2021-07-27 01:28:44 +00:00
Kevin Delgado
1122091b06 Revert caching in favor of simple ttl 2021-07-27 01:28:44 +00:00
Kevin Delgado
53582a0104 remove commented out code 2021-07-27 01:28:44 +00:00
Kevin Delgado
c9e97de46b Address PR feedback around gvk parser generation ergonomics 2021-07-27 01:28:43 +00:00
Kevin Delgado
9b9925f56d Restructure caching logic 2021-07-27 01:28:43 +00:00
Kevin Delgado
7cb18e84f1 comments 2021-07-27 01:28:43 +00:00
Kevin Delgado
604db6eb2a rename cache, add to integration test 2021-07-27 01:28:43 +00:00
Kevin Delgado
235a57a29e Add HasOpenAPISchemaChanged to DiscoveryInterface 2021-07-27 01:28:42 +00:00
Kevin Delgado
7b9757faa4 basic caching working 2021-07-27 01:28:42 +00:00