Commit Graph

10808 Commits

Author SHA1 Message Date
Ruslan Gustomiasov
ee5d623fe6 fix volumecreate comments 2019-06-08 20:11:38 +02:00
Ruslan Gustomiasov
98dd1336b0 rename and change aws backoff vars 2019-06-08 20:10:05 +02:00
Kubernetes Prow Robot
c7972d9a5e Merge pull request #78553 from caesarxuchao/alpha-gate-remainingItemCount
Protecting remainingItemCount behind a feature flag. Also updating the API doc
2019-06-07 12:21:58 -07:00
Tom Kelley
df9d74ade7 Force using Go Modules in README.md
Going through this README file, I was very confused when
this failed to compile by using the commands provided. I
think this change makes the intent of the README clearer.

Signed-off-by: Tom Kelley <distortedsignal@gmail.com>
2019-06-07 11:13:40 -07:00
Kubernetes Prow Robot
59594523c8 Merge pull request #78700 from andyzhangx/azuredisk-detach-retry
fix: retry detach azure disk issue
2019-06-07 05:12:00 -07:00
Han Kang
42d0041804 preload metrics for legacyregistry for backwards compatibility
The global prometheus registry comes preloaded with process and go
metrics. Since these are not under kubernetes control, they can't be
considered stable. However, we can make a best effort to maintain
backwards compatibility by preloading the same metrics.
2019-06-06 13:50:44 -07:00
Kubernetes Prow Robot
f3f2b4066b Merge pull request #78713 from liggitt/crd-status-conversion-error
Set expected in-memory version when decoding unstructured objects from etcd
2019-06-06 10:48:13 -07:00
Jordan Liggitt
a3bb81ff32 Ensure defaulting applies to custom resource items in list response 2019-06-06 09:17:31 -04:00
Jordan Liggitt
932553a08c Set expected in-memory version when decoding unstructured objects from etcd 2019-06-05 21:32:09 -04:00
Clayton Coleman
3b599b383d Calling PatchAction on typed objects should work correctly
Only Unstructured objects worked (because unstructured implicitly
clears the .Object map when Unmarshal is called). We must reset
obj before we attempt to unmarshal into it.
2019-06-05 19:51:25 -04:00
Joe Betz
084c52551b Fix admission metrics to use bucket sizes matching metric unit 2019-06-05 10:35:36 -07:00
Joe Betz
e51320f69d Flake fix: poll for webhook registration to complete in reinvocation integration tests 2019-06-04 15:52:55 -07:00
andyzhangx
91f97d2edd fix: update vm if detach a non-existing disk
fix gofmt issue
2019-06-04 17:02:08 +00:00
Vladimir Vivien
103c71a2b5 Create-update-delete-deployment example using dynamic package 2019-06-04 10:53:15 -04:00
Jordan Liggitt
8229af31d2 Move test/e2e use to v1 APIs 2019-06-03 14:46:08 -04:00
Chao Xu
a64b3890e7 generated 2019-06-03 10:34:44 -07:00
Chao Xu
1ad5cb5bb1 Protect remainingItemCount behind a feature flag. Also updating the API doc 2019-06-03 10:34:44 -07:00
Jordan Liggitt
191b87c629 Add readme for API compatibility data 2019-06-03 12:04:12 -04:00
Jordan Liggitt
fcea91c165 Update expected AdmissionReview
--- FAIL: TestCompatibility/admission.k8s.io.v1beta1.AdmissionReview/v1.14.0 (0.02s)
            compatibility.go:460: json differs
            compatibility.go:461:   strings.Join({
                  	... // 31 identical lines
                  	`    "object": {"apiVersion":"example.com/v1","kind":"CustomType","spec":{"replicas":1},"status":{"available":1}},`,
                  	`    "oldObject": {"apiVersion":"example.com/v1","kind":"CustomType","spec":{"replicas":1},"status":{"available":1}},`,
                - 	`    "dryRun": true`,
                + 	`    "dryRun": true,`,
                + 	`    "options": null`,
                  	"  },",
                  	`  "response": {`,
                  	... // 33 identical lines
                  }, "\n")

            compatibility.go:466: yaml differs
            compatibility.go:467:   strings.Join({
                  	... // 23 identical lines
                  	"      available: 1",
                  	"  operation: 祈¡ıŵDz廔ȇ{sŊƏp饏姥呄鐊",
                + 	"  options: null",
                  	"  resource:",
                  	`    group: "5"`,
                  	... // 38 identical lines
                  }, "\n")

            compatibility.go:472: proto differs
            compatibility.go:474:   strings.Join({
                  	... // 37 identical lines
                  	"    }",
                  	"    11: 1",
                + 	`    12: ""`,
                + 	`    15: ""`,
                  	"  }",
                  	"  2 {",
                  	... // 36 identical lines
                  }, "\n")

Null `options` in json and additional proto tag 12 caused by https://github.com/kubernetes/kubernetes/pull/77563#discussion_r282803268

Proto tag 15 caused by https://github.com/kubernetes/kubernetes/pull/78135/files#diff-3bc4acaf71b6b50648da046287017c54R82
2019-06-02 00:18:58 -04:00
Jordan Liggitt
fa43686543 Update expected ListOptions
--- FAIL: TestCompatibility/core.v1.ListOptions/v1.14.0 (0.02s)
            compatibility.go:472: proto differs
            compatibility.go:474:   strings.Join({
                  	... // 10 identical lines
                  	"  7: 6780787122834727873",
                  	`  8: "5"`,
                + 	"  9: 0",
                  	"}",
                  	`3: ""`,
                  	... // 2 identical lines
                  }, "\n")

Caused by https://github.com/kubernetes/kubernetes/pull/74074/files#diff-eca3b8d856fa2e661f6da91b61de5e76R364
2019-06-02 00:18:58 -04:00
Jordan Liggitt
942005493d Generate bazel 2019-06-02 00:18:57 -04:00
Jordan Liggitt
64f4b0e4af Compatibility data: v1.14.0 2019-06-02 00:18:57 -04:00
Jordan Liggitt
3a817632d4 Compatibility data: master 2019-06-02 00:18:57 -04:00
Jordan Liggitt
66b2a5e82a Add compatibility tests for json/proto/yaml 2019-06-02 00:13:22 -04:00
Jordan Liggitt
b16bfdeaa9 Don't fuzz deprecated initializers field 2019-06-02 00:13:22 -04:00
Jordan Liggitt
8f26874577 Set GVK when decoding protobuf 2019-06-02 00:13:22 -04:00
Jordan Liggitt
0c0caefd86 Run roundtrip tests as subtests 2019-06-02 00:13:22 -04:00
Jordan Liggitt
cc10bec674 Remove broken round trip test 2019-06-02 00:13:22 -04:00
Kubernetes Prow Robot
6e23ef6cdc Merge pull request #78598 from yastij/revert-75744-runtimeclass-scheduling-api
Revert "Introduce topology into the runtimeClass API"
2019-06-01 20:14:16 -07:00
Ricardo Pchevuzinske Katz
82c42bb6ee Remove deprecated flag --conntrack-max from kube-proxy 2019-06-01 18:10:28 -03:00
Kubernetes Prow Robot
3e5a527a49 Merge pull request #78557 from justinsb/remove_unnnecessary_commentt
Remove unnecessary comment
2019-06-01 12:12:54 -07:00
Kubernetes Prow Robot
e97514e205 Merge pull request #78536 from sttts/sttts-crd-conversion-error-message
apiextensions: unify webhook conversion error messages
2019-06-01 09:50:54 -07:00
Kubernetes Prow Robot
2cf6678c50 Merge pull request #78526 from liggitt/deflake-change-crd
Deflake TestChangeCRD
2019-06-01 09:50:29 -07:00
Kubernetes Prow Robot
072b7345e6 Merge pull request #78523 from liggitt/crd-defaulting
Fix CRD defaulting of crd conversion webhook port
2019-06-01 08:01:09 -07:00
Kubernetes Prow Robot
b874a0ce9c Merge pull request #78521 from sttts/sttts-crd-structural-array-items
apiextensions: fix array-without-items structural error
2019-06-01 08:00:57 -07:00
Kubernetes Prow Robot
766737ed86 Merge pull request #78520 from yastij/event-set-source
set deprecatedEventSource to be backward compatible
2019-06-01 08:00:44 -07:00
Kubernetes Prow Robot
bada1c6b1e Merge pull request #78505 from caesarxuchao/dynamic-object-selector
Adding ObjectSelector to admission webhooks
2019-06-01 04:45:09 -07:00
Kubernetes Prow Robot
25657feb24 Merge pull request #78501 from sttts/sttts-crd-conversion-beta-no-ratcheting
apiextensions: remove ratcheting logic to allow conversion with preserveUnknownField
2019-06-01 04:44:42 -07:00
Kubernetes Prow Robot
d00aed8a65 Merge pull request #78498 from M00nF1sh/ec2_filter_nil
fix bug that awsSDKGO expect nil instead empty slice for ec2.Describe…
2019-06-01 04:44:30 -07:00
Kubernetes Prow Robot
a7a28979b1 Merge pull request #78497 from M00nF1sh/access_nlb
add accessLogs support for aws nlb
2019-06-01 04:44:18 -07:00
Kubernetes Prow Robot
15a01d5fa5 Merge pull request #78453 from sttts/sttts-crd-invalid-regex-test
apiextensions: add invalid validation schema regex test
2019-05-31 23:23:12 -07:00
Kubernetes Prow Robot
d817a7e9a0 Merge pull request #78325 from caesarxuchao/storageVersionHash-beta
Graduate storageVersionHash field in the discovery doc to beta
2019-05-31 23:22:33 -07:00
Kubernetes Prow Robot
bc32307314 Merge pull request #78262 from MrHohn/svc-finalizer-cleanup2
Add Service Load Balancer finalizer support
2019-05-31 22:02:59 -07:00
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
Ruslan Gustomiasov
e691f7d493 change aws encryptedCheck to exponential backoff 2019-05-31 23:00:33 +02:00
Yassine TIJANI
480d5e47b6 Revert "Introduce topology into the runtimeClass API" 2019-05-31 20:49:40 +00: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