- 13 Sep, 2016 1 commit
-
-
Matthew Wong authored
-
- 12 Sep, 2016 38 commits
-
-
David McMahon authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Cross-build test/images/serve_hostname <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md 2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md 3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes --> **What this PR does / why we need it**: **cross build** `test/images/serve_hostname` https://github.com/kubernetes/kubernetes/tree/master/test/images/serve_hostname This PR is an effort to achieve multiarch Kubernetes(#26863) **Which issue this PR fixes** : fixes #31238 @luxas @spxtr
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Endpoints controller is logspamming
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Use "controller ref" in NodePreferAvoidPriority Ref #28590 @caesarxuchao - FYI
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Extend logging for performance debugging
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue ScheduledJob controller is too chatty
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Remove long sleep in provisioning e2e tests. PV controller sync is now 15 seconds, i.e. the controller re-tries to delete a PV four times in a minute until it succeeds. There is no need to wait for three minutes. @kubernetes/sig-storage
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Provide an e2e skip helper checking for available resource @janetkuo @dims this is the promised util function, but unfortunately I just learned that dynamic client suffers from the problem I've fixed in the manually written one (https://github.com/kubernetes/kubernetes/pull/29187) I need to look into the dynamic client in that case :/
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Relax the CPU constraint for L7 lb Ref. https://github.com/kubernetes/kubernetes/issues/32437#issuecomment-246215291
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue filter enabled versions by enablement fixes https://github.com/kubernetes/kubernetes/issues/32224 @krousey ptal
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix etcd3 suite
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue change infof to Errorf in endpoint_helper.go change glog.Infof() to glog.Errorf()
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Change rbac roleref to reflect the information we want @liggitt @ericchiang This is a version of https://github.com/kubernetes/kubernetes/pull/31359 which updates the `RoleRef` to be (I think) the type that we want, with a group, resource, and name. This is **not** backwards compatible with any existing data. I'm ok with doing this since rbac was considered alpha, but its something to consider. If we want this instead, I'll close the previous pull (or update it with this content).
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Update container image version for downward api volume tests Some tests were using 0.7, and some were using 0.6, so updating all to 0.7. @kubernetes/rh-cluster-infra
-
Marek Grabowski authored
Revert "Use a Deployment for kube-dns"
-
lojies authored
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue update pkg/cloudprovider OWNERS to spread the review load This is going to make the mungebot start assigning reviews in your cloudprovider packages. fyi @runseb @dagnello @imkin @anguslees @dagnello
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add targetport to framework.Failf() add target port value to framework.Failf()
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fix #29225: wait slow during image pull fix #29225 @kubernetes/sig-testing @krousey
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add error log for clientset.NewForConfig Deal with the CreateAPIServerClientConfig return, when s.APIServerList == 0, CreateAPIServerClientConfig return error, and on the origin way the err perhaps has been rewrited by clientset.NewForConfig(&eventClientConfig).
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue use dedent for create_quota.go
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add err to glog there miss a field in glog
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue return cloudprovider.InstanceNotFound for Instance interface ExternalID() Fixes #31615 @kubernetes/rh-cluster-infra @ncdc @anguslees
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue cluster/gce: Update master root disk size As part of #29213, the hyperkube image will be deployed alongside existing dependencies. This ends up just running over the root disk size of 10 during extraction. cc @yifan-gu @aaronlevy
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue test/e2e: up the timeout on AllNodesReady <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md 2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md 3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes --> **What this PR does / why we need it**: help with flake issue #31855 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: <!-- Steps to write your release note: 1. Use the release-note-* labels to set the release note state (if you have access) 2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. --> ```release-note NONE ``` This is not the most glamorous fix, but...
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Mount GCP credentials to federation deployment container for GKE clusters. GKE clusters use GCP credentials and hence require them for deploying federation components on to those clusters. cc @kubernetes/sig-cluster-federation
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue [Pet Set] Fix logical breaking of apiServerPetClient.Get(*pcb) <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md 2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md 3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes --> **What this PR does / why we need it**: addresses #32031
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Revert "tag scheduledjob e2e as [Feature:ScheduledJob]" Reverts kubernetes/kubernetes#32233 The way the e2e jobs are configured, `[Feature:...]` tests can't easily be run in jenkins-pr or any of submit-queue blocking jobs.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Typos and englishify federation **What this PR does / why we need it**: Typos + "englishify" /federated **Which issue this PR fixes** None **Special notes for your reviewer**: Just typos + "englishify" federated and obviously autogenerated stuff. **Release note**: <!-- Steps to write your release note: 1. Use the release-note-* labels to set the release note state (if you have access) 2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. --> `NONE`
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue print resource kind prefix when `kubectl get all` has single type to display **Release note**: ```release-note NONE ``` This patch forces the HumanReadablePrinter to display resource kind prefixes when there is only one type of resource to show and a specific resource type has not been specified as an argument to kubectl get `$ kubectl get all` ``` NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE kubernetes 172.30.0.1 <none> 443/TCP,53/UDP,53/TCP 2m ``` `$ kubectl get all` ``` NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE svc/kubernetes 172.30.0.1 <none> 443/TCP,53/UDP,53/TCP 2m ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue err is nil,remove it err is nil here, remove it from code.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fixed TODO: move predicate check into a pod admitter refractoring AdmitPod func to move predicate check into a pod admitter
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Redundant code process for container_mananger start 1. need not sum the total numEnsureStateFuncs 2. numEnsureStateFuncs should > 0, otherwise, calculate numEnsureStateFuncs would be not neccessary
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue controller: remove duplicate created-by annotation from scheduled jobs @erictune @soltysh
-
- 11 Sep, 2016 1 commit
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue update `kubectl expose` output to UsageError **Release note**: ```release-note NONE ``` This patch updates `kubectl expose` output (with no resources provided) to a UsageError so that the `kubectl expose -h` suggestion is displayed. ##### Before `$ kubectl expose` ``` error: You must provide one or more resources by argument or filename. Example resource specifications include: '-f rsrc.yaml' '--filename=rsrc.json' 'pods my-pod' 'services' ``` ##### After ``` error: You must provide one or more resources by argument or filename. Example resource specifications include: '-f rsrc.yaml' '--filename=rsrc.json' 'pods my-pod' 'services' See 'kubectl expose -h' for help and examples. ```
-