- 05 May, 2016 25 commits
-
-
Clayton Coleman authored
The codec factory should support two distinct interfaces - negotiating for a serializer with a client, vs reading or writing data to a storage form (etcd, disk, etc). Make the EncodeForVersion and DecodeToVersion methods only take Encoder and Decoder, and slight refactoring elsewhere. In the storage factory, use a content type to control what serializer to pick, and use the universal deserializer. This ensures that storage can read JSON (which might be from older objects) while only writing protobuf. Add exceptions for those resources that may not be able to write to protobuf (specifically third party resources, but potentially others in the future).
-
Clayton Coleman authored
-
Clayton Coleman authored
YAML is not guaranteed to be recognizable, so we need to bump JSON and protobuf above it in the decoding order. Add a unit test.
-
Clayton Coleman authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Petset controller Took longer than I expected. Main parts of this pr are: 1. Identity generation based on petset spec (volumes are mapped per discussion in #18016) 2. Ensure that we create/delete pets in sequence 3. Ensuring that we create, wait for healthy, create; or delete, wait for terminationGrace, delete 4. Controller that watches apiserver and drives actual -> desired PVCs are not deleted, yet.
-
k8s-merge-robot authored
Automatic merge from submit-queue Deleting duplicate code from federated-apiserver.Run() This removes most of duplicate code from federated-apiserver.Run(). The code remaining is related to storage or authz and authn. https://github.com/kubernetes/kubernetes/pull/24787 refactors the storage related code. I am still figuring out authz and authn. cc @jianhuiz
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix units in kubemark resource gatherer
-
k8s-merge-robot authored
Automatic merge from submit-queue Configure proto for test clusters ref #25132 @smarterclayton - FYI
-
gmarek authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Use v1.6.2-1 tag for build. Is there any reason these don't use the VERSION file like everything else? cc @luxas @ixdy
-
k8s-merge-robot authored
Automatic merge from submit-queue Support local SSDs for GKE and GCE nodes. ```release-note Support local SSDs for GKE and GCE nodes. ```
-
k8s-merge-robot authored
Automatic merge from submit-queue fix PrepareForUpdate bug for PV and PVC
-
Piotr Szczesniak authored
flake fix for cassandra:cassandra
-
Piotr Szczesniak authored
Resource Metrics API proposal
-
Piotr Szczesniak authored
-
Wojciech Tyczynski authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Update Dockerfile ## Pull Request Guidelines 1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md). 1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md). 1. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below. ```release-note * Use the release-note-* labels to set the release note state * Clear this block to use the PR title as the release note -OR- * Enter your extended release note here ``` []() Exposing 24008 is not required as glusterd listens on 24007 port.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add docs for podautoscaler package Add missing docs for podautoscaler package in controllers.
-
k8s-merge-robot authored
Automatic merge from submit-queue bump cni version again Need to bump again. I made a mistake on the last build.
-
Tim Hockin authored
Update godep for ginkgo and gomega to fix file based exclusion.
-
Prashanth Balasubramanian authored
-
mqliang authored
-
Alex Robinson authored
GCE: Prefer preconfigured node tags for firewalls, if available
-
k8s-merge-robot authored
Automatic merge from submit-queue remove inappropriate time.Sleep Fixes #24815 @liggitt since you added this in #8494 :)
-
jay vyas authored
-
- 04 May, 2016 15 commits
-
-
Dawn Chen authored
add NetworkStatus in NetworkPlugin interface for kubelet to consume
-
Minhan Xia authored
-
Dawn Chen authored
Mark two kubectl tests flaky.
-
Alex Robinson authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix verify codecgen Fixes #25103.
-
k8s-merge-robot authored
Automatic merge from submit-queue update kubectl apply help info Please refer #22342 for more detail. @bgrant0607 ptal. Also I have open a PR to update docs on `kuberntes.github.io`
-
k8s-merge-robot authored
Automatic merge from submit-queue Adding a proposal for server-side cascading deletion @lavalamp @bgrant0607 cc @kubernetes/sig-api-machinery @derekwaynecarr ref https://github.com/kubernetes/kubernetes/issues/12143 https://github.com/kubernetes/kubernetes/issues/19054 https://github.com/kubernetes/kubernetes/pull/17305 (initializer proposal)
-
Minhan Xia authored
-
Minhan Xia authored
-
Eric Paris authored
Use --format='value()' instead of --fields with gcloud compute instances describe
-
Daniel Smith authored
* Make verify call update * Make update's topological sort not confused about the "io" package
-
Jeff Grafton authored
-
Chao Xu authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Use proper codec in client
-
Joe Finney authored
-