Pengfei Ni
e1bbcd8f06
Fix throttling issues when Azure VM computer name prefix is different from VMSS name
2020-07-04 19:19:30 +08:00
Kubernetes Prow Robot
efb56da4a5
Merge pull request #92665 from klueska/upstream-add-get-preferred-allocation-api
...
Add GetPreferredAllocation() call to the v1beta1 device plugin API
2020-07-03 20:31:16 -07:00
Kubernetes Prow Robot
faff3c5378
Merge pull request #91527 from danwinship/ipfamily-api-docs
...
api: update Service.Spec.IPFamily docs
2020-07-03 16:36:47 -07:00
Patrick Ohly
9a66e8e1b5
CSIStorageCapacity: 'make update'
2020-07-03 21:54:14 +02:00
Patrick Ohly
1089954fa6
CSIStorageCapacity: CSIDriver.Spec.StorageCapacity field
...
This is needed to inform the Kubernetes pod scheduler whether it has
to check CSIStorageCapacity objects for available capacity.
2020-07-03 21:54:14 +02:00
Patrick Ohly
22aeb81e84
CSIStorageCapacity: CSIStorageCapacity API
...
This adds the CSIStorageCapacity API change for
https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/1472-storage-capacity-tracking
2020-07-03 21:54:14 +02:00
David Eads
29c4e858b0
update security contacts for apimachinery repos
2020-07-02 16:01:36 -04:00
Chelsey Chen
e54ad20f05
Remove DeprecatedSource assignment to avoid validation failure
2020-07-02 14:50:47 -04:00
Chelsey Chen
ade2422883
Switch event recorder to use events.k8s.io/v1
2020-07-02 14:50:41 -04:00
Kevin Klues
202c4f0816
Add GetPreferredAllocation() call to the device plugin api.proto
...
The details of this API can be found in:
https://github.com/kubernetes/enhancements/pull/1121
2020-07-02 15:15:46 +00:00
Kevin Klues
9c41989524
Update whitespace in device plugin api.proto
2020-07-02 15:15:41 +00:00
Kubernetes Prow Robot
6cedc0853f
Merge pull request #92691 from zhouya0/change_kubectl_list_option_stdout
...
Change kubectl label and annotation list option stdout
2020-07-02 06:41:39 -07:00
Kubernetes Prow Robot
13a4a71e99
Merge pull request #91532 from afrouzMashaykhi/log-flag-kubelet
...
add --logging-format flag to kubelet
2020-07-02 06:40:46 -07:00
Kubernetes Prow Robot
1b871091b9
Merge pull request #91645 from chelseychen/event-api
...
Promote new Event API to v1
2020-07-02 04:16:46 -07:00
Anders Eknert
b423216a3b
Presence of bearer token should cancel exec action
...
If a bearer token is present in a request, the exec credential plugin should accept that as the chosen method of authentication. Judging by an [earlier comment in exec.go](c18bc7e9f7/staging/src/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go (L217) ), this was already intended. This would however not work since UpdateTransportConfig would set the GetCert callback which would then get called by the transport, triggering the exec plugin action even with a token present in the request. See linked issue for further details.
See #87369 for further details.
Signed-off-by: Anders Eknert <anders.eknert@bisnode.com >
2020-07-02 12:12:32 +02:00
zhouya0
abad08d915
Change kubectl list option stdout
2020-07-02 17:47:55 +08:00
Kubernetes Prow Robot
a138be8722
Merge pull request #92686 from pohly/csi-ephemeral-volumes-beta
...
CSI ephemeral volumes: documentation and owner update
2020-07-01 23:14:37 -07:00
Kubernetes Prow Robot
f7a13de36c
Merge pull request #92667 from liggitt/admission-warnings
...
Admission webhook warnings
2020-07-01 23:14:17 -07:00
Kubernetes Prow Robot
94e1c54735
Merge pull request #92655 from BenTheElder/cleanup-some-owners
...
Cleanup some owners
2020-07-01 23:14:08 -07:00
Kubernetes Prow Robot
bd60f0787e
Merge pull request #92554 from serathius/klog-upgrade
...
Update k8s.io/klog to v2.2.0
2020-07-01 23:13:27 -07:00
Kubernetes Prow Robot
2585d78c79
Merge pull request #92513 from soltysh/client_lock
...
Add the ability to opt-out from config lock file
2020-07-01 23:13:08 -07:00
Kubernetes Prow Robot
da37b7ff2b
Merge pull request #92329 from liggitt/crd-deprecation
...
Add deprecated, deprecationWarning fields to CRDs
2020-07-01 23:12:44 -07:00
Kubernetes Prow Robot
a794874fad
Merge pull request #92191 from deads2k/azure-panic-protection
...
prevent panic in azure cloud provider from killing the process
2020-07-01 23:12:29 -07:00
Maciej Szulik
3574d88e22
Add the ability to opt-out from config lock file
2020-07-01 20:51:41 +02:00
amash
b92b04e7cd
add default for loggingconfiguration struct
2020-07-01 22:28:27 +04:30
Jordan Liggitt
03d322035d
Generated code
...
Change-Id: I974a2cddc090fcb645b982959e06415a951b8f15
2020-07-01 12:14:06 -04:00
Jordan Liggitt
5eef60a00a
Add warnings capability for admission webhooks
2020-07-01 12:14:06 -04:00
amash
3ab25f1876
add LoggingConfiguration struct to component-base/config
2020-07-01 20:07:01 +04:30
amash
ac8d2e8978
add loggingConfig struct to kubelet config
2020-07-01 20:07:01 +04:30
amash
ba8189a4f2
add --logging-format flag to kubelet
2020-07-01 20:07:01 +04:30
Chelsey Chen
c90330d8f4
Auto generated changes
2020-07-01 10:50:34 -04:00
Chelsey Chen
75612c1746
Promote new Event API to v1
2020-07-01 10:50:28 -04:00
Kubernetes Prow Robot
c53ce48d48
Merge pull request #92217 from p0lyn0mial/proxy-transport-pass-err
...
Transport.RoundTrip should return a non-nil for failure to obtain a response.
2020-07-01 07:11:19 -07:00
Kubernetes Prow Robot
c352cf01f6
Merge pull request #91135 from junxu/fix-code-style
...
Fix code style
2020-07-01 07:11:04 -07:00
Aylei
cfece3edfe
Add debug by copy support for kubectl alpha debug command
...
Signed-off-by: Aylei <rayingecho@gmail.com >
Update staging/src/k8s.io/kubectl/pkg/cmd/debug/debug.go
Co-Authored-By: Lee Verberne <lee@verb.is >
Apply suggestions from code review
Co-Authored-By: Lee Verberne <lee@verb.is >
2020-07-01 21:35:21 +08:00
Kubernetes Prow Robot
4c853bb28f
Merge pull request #92644 from wojtek-t/informers_readyz
...
Wait for all informers to sync in /readyz.
2020-07-01 02:54:30 -07:00
Patrick Ohly
ac959b03ea
result of 'make update'
2020-07-01 09:33:54 +02:00
yue9944882
a98f68e5b9
fixes suggested default rules
2020-07-01 15:26:02 +08:00
Patrick Ohly
99b5b13394
CSI ephemeral volumes: documentation and owner update
...
The promotion to beta missed some code locations. The owner also
changed since the feature was initially designed and implemented.
The "is handled by an external CSI driver" to "by certain external CSI
drivers" change is supposed to avoid the misconception that this
volume type will work with arbitrary CSI drivers.
2020-07-01 09:19:18 +02:00
Kubernetes Prow Robot
8b9c9eade3
Merge pull request #92576 from zhouya0/support_kubectl_annotate_list
...
Support kubectl annotate --list option
2020-07-01 00:08:06 -07:00
Kubernetes Prow Robot
1d2ccd3aa5
Merge pull request #92549 from ellistarn/asg-resize
...
Sets desiredcapacity instead of minsize and maxsize on ResizeInstanceGroup
2020-07-01 00:07:56 -07:00
Kubernetes Prow Robot
ed06981eab
Merge pull request #92537 from wojtek-t/fix_reflector_not_making_progress
...
Fix bug in reflector not recovering from "Too large resource version"…
2020-07-01 00:07:47 -07:00
Kubernetes Prow Robot
7af930f2b8
Merge pull request #92517 from gaurav1086/mergeMap_remove_map_nil_check
...
[apimachinery] Remove map nil check before delete in mergeMap
2020-07-01 00:07:36 -07:00
Kubernetes Prow Robot
5fe980beff
Merge pull request #92505 from DataDog/jb/az-cloud-init
...
azure: use the parsed value from the configuration
2020-07-01 00:07:26 -07:00
Kubernetes Prow Robot
9a8f6cfa43
Merge pull request #92394 from rahulchheda/validateLogFormat
...
(feat) Add validation for Unsupported Loggings Flags for component-base
2020-07-01 00:06:58 -07:00
Kubernetes Prow Robot
5d7ccd1e40
Merge pull request #92197 from deads2k/verbose-fix
...
make log output of failed healthchecks more focused
2020-07-01 00:06:35 -07:00
Maciej Borsz
3f68000203
Wait for all informers to sync in /readyz.
2020-07-01 07:40:39 +02:00
Archangel_SDY
b948bac45a
Fix a condition when expiring nil VM entry in VMSS cache
2020-07-01 12:07:26 +08:00
Benjamin Elder
d8f2b131b5
remove david-mcmahon from reviewers
2020-06-30 14:06:58 -07:00
David Eads
e87f62dcd5
make log output of failed healthchecks more focused
2020-06-30 15:44:09 -04:00