- 12 May, 2016 24 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue AWS: SSL support for ELB listeners through annotations In the API, ports have only either TCP or UDP as their protocols, but ELB distinguishes HTTPS->HTTP[S]? from SSL->(SSL|TCP). Per #24978, this is implemented through two separate annotations: `service.beta.kubernetes.io/aws-load-balancer-ssl-cert=arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012` `service.beta.kubernetes.io/aws-load-balancer-backend-protocol=(https|http|ssl|tcp)` Mixing plain-text and encrypted listeners will be in a separate PR, implementing #24978's `aws-load-balancer-ssl-ports=LIST`
-
k8s-merge-robot authored
Automatic merge from submit-queue Add `kubectl rollout status` ## 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 Implement `kubectl rollout status` that can be used to watch a deployment's rollout status ``` Addresses #17168; depends on #19882 (the "Add kubectl rollout" commit). See [proposal](https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/deploy.md#deployment-version). cc @bgrant0607 @nikhiljindal @ironcladlou @kargakis @kubernetes/sig-config @kubernetes/kubectl @madhusudancs <!-- Reviewable:start --> --- This change is [<img src="http://reviewable.k8s.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/19946) <!-- Reviewable:end -->
-
k8s-merge-robot authored
Automatic merge from submit-queue Add pod condition PodScheduled to detect situation when scheduler tried to schedule a Pod, but failed Set `PodSchedule` condition to `ConditionFalse` in `scheduleOne()` if scheduling failed and to `ConditionTrue` in `/bind` subresource. Ref #24404 @mml (as it seems to be related to "why pending" effort) <!-- Reviewable:start --> --- This change is [<img src="http://reviewable.k8s.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/24459) <!-- Reviewable:end -->
-
Filip Grzadkowski authored
Revert "Add configuration for GCP webhook authorization."
-
Filip Grzadkowski authored
-
Filip Grzadkowski authored
when scheduler tried to schedule a Pod, but failed. Ref #24404
-
Wojciech Tyczynski authored
Support renegotiation in client based on response ContentType
-
k8s-merge-robot authored
Automatic merge from submit-queue Updating hack/update-codegen to keep federation_clientset updated Right now, there is no check for this and hence federation_clientset becomes stale over time. Updating hack/update-codegen to keep federation_clientset updated. hack/verify-codegen.sh ensures that it is updated. cc @caesarxuchao @lavalamp @jianhuiz @kubernetes/sig-cluster-federation
-
k8s-merge-robot authored
Automatic merge from submit-queue Add configuration for GCP webhook authorization. Plumb through configuration of webhook authorization on GCE.
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Webhook Token Authenticator Add a webhook token authenticator plugin to allow a remote service to make authentication decisions.
-
k8s-merge-robot authored
Automatic merge from submit-queue PSP admission ```release-note Update PodSecurityPolicy types and add admission controller that could enforce them ``` Still working on removing the non-relevant parts of the tests but I wanted to get this open to start soliciting feedback. - [x] bring PSP up to date with any new features we've added to SCC for discussion - [x] create admission controller that is a pared down version of SCC (no ns based strategies, no user/groups/service account permissioning) - [x] fix tests @liggitt @pmorie - this is the simple implementation requested that assumes all PSPs should be checked for each requests. It is a slimmed down version of our SCC admission controller @erictune @smarterclayton
-
k8s-merge-robot authored
Automatic merge from submit-queue Add a flag to disable dumpig logs after e2e test failure cc @kubernetes/sig-testing
-
k8s-merge-robot authored
Automatic merge from submit-queue Scheduledjob api @erictune ScheduledJob api types, based on #21675, so only last two commits counts. @sdminonne fyi ```release-note Introducing ScheduledJobs as described in [the proposal](https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/scheduledjob.md) as part of `batch/v2alpha1` version (experimental feature). ``` []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Remove myself from a bunch of OWNERS files For the time being I am too overloaded to do non scheduler/admission related reviews that aren't explicitly assigned to me. cc/ @brendandburns
-
k8s-merge-robot authored
Automatic merge from submit-queue Corrects some misspellings in comments This should help to make https://goreportcard.com/report/k8s.io/kubernetes#misspell look a little nicer.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add --image-type option to GKE kube-up @maisem @roberthbailey Can you review? cc/ @andyzheng0831
-
Saad Ali authored
Change "speter.net/go/exp/math/dec/inf" dependency to new location
-
saadali authored
-
saadali authored
-
saadali authored
-
saadali authored
-
saadali authored
to "https://gopkg.in/inf.v0"
-
- 11 May, 2016 16 commits
-
-
Paul Weil authored
-
Paul Weil authored
-
Paul Weil authored
-
Paul Weil authored
-
Paul Weil authored
-
Saad Ali authored
Revert "Fixes #23529 Remove speter.net/go/exp/math/dec/inf from Godep since it is deprecated and in vendor"
-
Saad Ali authored
Revert "Fixes #23529 Remove speter.net/go/exp/math/dec/inf from Godep since it is deprecated and in vendor"
-
Paul Weil authored
-
Saad Ali authored
Fixes #23529 Remove speter.net/go/exp/math/dec/inf from Godep since it is deprecated and in vendor
-
Tiffany Jernigan authored
-
David Oppenheimer authored
to do so many code reviews right now.
-
k8s-merge-robot authored
Automatic merge from submit-queue Move internal types of hpa from pkg/apis/extensions to pkg/apis/autoscaling ref #21577 @lavalamp could you please review or delegate to someone from CSI team? @janetkuo could you please take a look into the kubelet changes? cc @fgrzadkowski @jszczepkowski @mwielgus @kubernetes/autoscaling
-
k8s-merge-robot authored
Automatic merge from submit-queue Upgrades tests use chaosmonkey package and ServiceTestJig Introduce the `chaosmonkey` e2e package for doing disruptive testing (e.g. upgrade testing) more easily. - [x] `chaosmonkey` package - [x] migrate upgrade tests to `chaosmonkey` (using WIP `serviceJig`) - [x] migrate upgrade tests to use `ServiceTestJig` and `chaosmonkey` Deferred: - [ ] make `ServiceTestJig` implement `chaosmonkey.Interface` - [ ] migrate disruptive services tests to use `ServiceTestJig` and `chaosmonkey` This provides the extensible framework for #15131. We should now easily be able to add tests (e.g. #6084, #23189). This is a rewrite of #22446. cc @mikedanese @quinton-hoole @roberthbailey Assigning to @thockin, who wrote `ServiceTestJig`. <!-- Reviewable:start --> --- This change is [<img src="http://reviewable.k8s.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/24014) <!-- Reviewable:end -->
-
Saad Ali authored
Update Attacher/Detacher interfaces.
-
k8s-merge-robot authored
Automatic merge from submit-queue Let the dynamic client take runtime.Object instead of v1.ListOptions so that I can pass whatever version of ListOptions to the List/Watch/DeleteCollection methods. cc @krousey
-
k8s-merge-robot authored
Automatic merge from submit-queue Kubectl support for validating nested objects with different ApiGroups ## 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 kubectl now supports validation of nested objects with different ApiGroups (e.g. objects in a List) ``` []() #24089
-