Commit Graph

6527 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
bb7898ba19 Merge pull request #78242 from feiskyer/configurable-provider
Allow setting Azure cloud provider from Kubernetes secrets instread of local configure file
2019-05-31 22:02:47 -07:00
Kubernetes Prow Robot
408735e9da Merge pull request #77975 from logicalhan/process-metrics
add process start time metric to metric probes since they use counters
2019-05-31 20:45:01 -07:00
Kubernetes Prow Robot
227f34b33a Merge pull request #77817 from smarterclayton/apicrd
CRDs should support watch of protobuf PartialObjectMetadata
2019-05-31 20:44:35 -07:00
Kubernetes Prow Robot
603bb74771 Merge pull request #77762 from seans3/kubectl-staging-dir
Adds staging directory for kubectl code
2019-05-31 20:44:22 -07:00
Kubernetes Prow Robot
b7fa33ec15 Merge pull request #77703 from ddebroy/inline-mig-1
API changes to support migration of inline in-tree volumes to CSI
2019-05-31 12:23:19 -07:00
Kubernetes Prow Robot
7929c15ec7 Merge pull request #76551 from JieJhih/proxy/transport
support deflate encoding reader
2019-05-31 07:13:25 -07:00
Kubernetes Prow Robot
6273a7af1c Merge pull request #75744 from yastij/runtimeclass-scheduling-api
Introduce topology into the runtimeClass API
2019-05-31 07:12:57 -07:00
wangqingcan
52f3380ef3 change preempting to PreemptionPolicy 2019-05-31 12:42:05 +08:00
wangqingcan
5c9438c691 non-preempting-priorityclass
Co-authored-by: Vallery Lancey <vallery@zeitgeistlabs.io>
Co-authored-by: Tan shanshan <tan.shanshan@zte.com.cn>
2019-05-31 12:37:07 +08:00
Pengfei Ni
0febb20d8e Cleanup kubelet checking and cloudConfigScope option 2019-05-30 20:10:14 -07:00
Kubernetes Prow Robot
9577cbfb9f Merge pull request #73447 from MikeSpreitzer/sample-apiserver-doc-build
Document how to build and deploy the sample-apiserver
2019-05-30 11:00:44 -07:00
Clayton Coleman
89e752add0 CRDs should support watch of protobuf PartialObjectMetadata
Correctly ensure CRDs can be watched using protobuf when transformed to
PartialObjectMetadata. To do this we add a set of serializers allowed to
be used for "normal" requests (that return CRDs) while the serializers
supported by the infrastructure is broader and includes protobuf. During
negotatiation we check for transformation requests and protobuf is
excluded from non-transform requests.

As part of the change, correct an error message when the server returns
a 406 but the client doesn't accept the format to avoid confusing users
who set impossible Accept rules for CRDs (the dynamic client doesn't
support Protobuf, so if the server responds with a protobuf status the
message from the server is lost and the generic error was confusing).
2019-05-30 10:47:35 -04:00
Kubernetes Prow Robot
b3981a2f9a Merge pull request #78482 from tedyu/evt-expansion
Check namespaces match in UpdateWithEventNamespace
2019-05-30 04:55:14 -07:00
Kubernetes Prow Robot
b094dd9bc3 Merge pull request #78465 from yuwenma/bump-klog
Bump klog to v0.3.2
2019-05-30 04:54:48 -07:00
Kubernetes Prow Robot
163ef4d22c Merge pull request #78463 from prameshj/ilb-annotate
Skip ILB creation on GCE if neg annotation is present
2019-05-30 04:54:21 -07:00
Deep Debroy
de7be9d613 Populate InlineVolumeSpec in CSI attacher and translation library
Signed-off-by: Deep Debroy <ddebroy@docker.com>
2019-05-30 09:35:22 +00:00
Deep Debroy
df196226c4 Generated code for API changes to support CSI migration of inline volumes
Signed-off-by: Deep Debroy <ddebroy@docker.com>
2019-05-30 09:34:53 +00:00
Deep Debroy
c34309acdf API changes to support CSI migration of inline volumes
Signed-off-by: Deep Debroy <ddebroy@docker.com>
2019-05-30 09:34:47 +00:00
Kubernetes Prow Robot
b18846cf4c Merge pull request #78426 from sttts/sttts-crd-conversion-beta
apiextensions: promote CRD conversion to beta
2019-05-30 02:24:18 -07:00
Sean Sullivan
8ccc2af62f Adds staging directory for kubectl code 2019-05-29 23:31:23 -07:00
Kubernetes Prow Robot
62d30255b8 Merge pull request #78400 from alculquicondor/feature/fake_resources
Add linux container resources to fake runtime service
2019-05-29 22:55:10 -07:00
Kubernetes Prow Robot
ade661c7cb Merge pull request #78356 from andyzhangx/csi-translation-azurefile
Add support for Azure File plugin to csi-translation-lib
2019-05-29 22:54:31 -07:00
Kubernetes Prow Robot
009f7a07ff Merge pull request #74692 from M00nF1sh/fix_sg
refactor NLB securityGroup handling
2019-05-29 22:54:18 -07:00
Kubernetes Prow Robot
b0a81349ef Merge pull request #78037 from yastij/fix-event-cleanup
clean singleton event when calling finishSeries
2019-05-29 21:28:56 -07:00
Kubernetes Prow Robot
3aecf4350e Merge pull request #76915 from vladimirvivien/csi-inline-podsec-policy
CSI ephemeral - Enforcing pod security policy AllowedCSIDriver
2019-05-29 21:28:17 -07:00
yuwenma
5cef37433e Bump klog to v0.3.2 2019-05-29 17:55:27 -07:00
andyzhangx
f5b319c088 add azure file CSI translation feature gate
fix build error

fix gofmt error
2019-05-30 00:54:39 +00:00
andyzhangx
da4a822c1b Add support for Azure File to csi-translation-lib
fix build error
2019-05-30 00:51:19 +00:00
Kubernetes Prow Robot
8d5052eddf Merge pull request #78330 from andyzhangx/csi-translation-azuredisk
Add support for Azure Disk to csi-translation-lib
2019-05-29 17:25:11 -07:00
Vladimir Vivien
d15ff34124 CSI inline generated file updates 2019-05-29 16:49:37 -04:00
Yassine TIJANI
b6663e8d4f clean singleton event when calling finishSeries
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-05-29 20:12:02 +00:00
Dr. Stefan Schimanski
c692875277 apiextensions: fix conversion tests to enable pruning 2019-05-29 21:57:45 +02:00
JieJhih Jhang
9337ed7032 support deflate encoding reader
add unit test for rewrite response

response body using encode

refactor test case to struct

move expected to global

add long body test
2019-05-30 03:52:09 +08:00
Vladimir Vivien
8e0cf65310 Enforce pod security policy for CSI inline 2019-05-29 15:38:21 -04:00
Dr. Stefan Schimanski
83322bd928 apiextensions: document that webhook conversion requires preserveUnknownFields=false 2019-05-29 21:24:53 +02:00
Dr. Stefan Schimanski
333f6391ed apiextensions: add validation of webhook conversion & preserveUnknownFields 2019-05-29 21:24:53 +02:00
Dr. Stefan Schimanski
1e5591297b apiextensions: remove CustomResourceWebhookConversion test guards 2019-05-29 21:19:51 +02:00
Dr. Stefan Schimanski
993eaeccdf apiextensions: promote CustomResourceWebhookConversion to beta 2019-05-29 21:15:58 +02:00
Kubernetes Prow Robot
bdc665cf36 Merge pull request #77558 from sttts/sttts-structural-defaulting
apiextensions: implement defaulting
2019-05-29 11:26:13 -07:00
Kubernetes Prow Robot
3978d13d45 Merge pull request #78086 from lubinsz/pr_bzl_api
data attribute was missing for apiextensions-apiserver test cases
2019-05-29 09:44:38 -07:00
Ted Yu
5990a7d507 Check namespaces match in UpdateWithEventNamespace 2019-05-29 08:40:04 -07:00
Kubernetes Prow Robot
d8fd232ea1 Merge pull request #78327 from caesarxuchao/pointer-remainingItemCount
Make RemainingItemCount a pointer
2019-05-29 07:59:29 -07:00
Kubernetes Prow Robot
fa7c0e870f Merge pull request #78313 from tallclair/mux
Avoid the default server mux
2019-05-29 07:58:59 -07:00
Kubernetes Prow Robot
3978efc216 Merge pull request #78176 from yastij/event-expansion-client
add event_expansion for v1beta1 Events
2019-05-29 07:58:41 -07:00
Pengfei Ni
5461d48fa5 Rename new configs to cloudConfigType and cloudConfigScope 2019-05-29 07:19:42 -07:00
Dr. Stefan Schimanski
cbd192041d Update generated files 2019-05-29 15:04:28 +02:00
Dr. Stefan Schimanski
b813780903 apiextensions: add default integration tests 2019-05-29 15:04:28 +02:00
Dr. Stefan Schimanski
872e507281 apiextensions: add API documentation for JSONSchemaProps.default 2019-05-29 15:03:43 +02:00
Dr. Stefan Schimanski
e54dea7a9c apiextensions: wire defaulter 2019-05-29 15:03:43 +02:00
Dr. Stefan Schimanski
e41e7249a4 apiextensions: allow defaults in validation OpenAPI schema 2019-05-29 15:03:43 +02:00