- 15 Aug, 2017 12 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50302, 50573, 50500, 50633, 50617) [Federation] Kubefed doc fix Fixes https://github.com/kubernetes/kubernetes/issues/50615 @kubernetes/sig-federation-bugs @madhusudancs, would it be of any reason to have separate code for kubefed for the version and options subcommands (rather then using ```kubectl.NewCmdVersion()``` and ```kubectl.NewCmdOptions```). I dont see the need, but I might be missing something. **What this PR does / why we need it**: Fixes https://github.com/kubernetes/kubernetes/issues/50615 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50302, 50573, 50500, 50633, 50617) Fix kubernetes-worker charm hook failure when applying labels **What this PR does / why we need it**: This fixes a failure that can occur in the kubernetes-worker charm when trying to apply node labels. The failure is rare, and can occur in two situations that I've seen: 1. kube-apiserver is not up yet 2. kubelet has not registered itself as a node yet Rather than give up right away, let's give the services a minute to come up. **Release note**: ```release-note Fix kubernetes-worker charm hook failure when applying labels ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50302, 50573, 50500, 50633, 50617) add cmd-test for sort-by command this follow up : https://github.com/kubernetes/kubernetes/pull/48659 /assign @pwittrock as your suggestion, cmd-test added, ptal ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50302, 50573, 50500, 50633, 50617) fix apply_set_last_applied dry-run output issue Fixes https://github.com/kubernetes/kubernetes/issues/50572 @kubernetes/sig-cli-bugs ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue kubeadm: Implementing the controlplane phase **What this PR does / why we need it:** This contains implementation of controlplane phases in kubeadm, which is part of the wider effort of implementing phases in kubeadm, previously in alpha stage. The original proposal for this activity can be found [here](https://github.com/kubernetes/kubeadm/pull/156/files) and related comments. Kubeadm phase implementation checklist is defined [here](https://github.com/kubernetes/kubeadm/issues/267) Common implementation guidelines and principles for all phases are defined [here](https://docs.google.com/document/d/1VQMyFIVMfRGQPP3oCUpfjiWtOr3pLxp4g7cP-hXQFXc/edit?usp=sharing) This PR implements: - [x] kubeadm phase controlplane: wip by @fabriziopandini - [x] kubeadm phase controlplane all - [x] kubeadm phase controlplane etcd - [x] kubeadm phase controlplane apiserver - [x] kubeadm phase controlplane scheduler - [x] kubeadm phase controlplane controller-manager **Which issue this PR fixes:** https://github.com/kubernetes/kubeadm/issues/349 **Special notes for your reviewer:** This PR implements the same approach of #49419, thus minimising rework/impacts on existing codebase.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 49129, 50436, 50417, 50553, 47587) Add shiywang to sig-cli help out review code @pwittrock @fabianofranz @adohe @mengqiy I would like to help team review pr : ) ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 49129, 50436, 50417, 50553, 47587) add validation for fed-apiserver and apiserver run options **What this PR does / why we need it**: Add validation for fed-apiserver and apiserver run options **Which issue this PR fixes** fixes #50552 **Special notes for your reviewer**: This is a follow-up of #50135 **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 49129, 50436, 50417, 50553, 47587) Avoid rsync of .git directory **What this PR does / why we need it**: We don't really need the .git directory to be transferred. This problem was introduced in the PR #46193: "Run the update-staging-godeps script inside a docker container" **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: Fixes #50272 **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 49129, 50436, 50417, 50553, 47587) Fix Type Taint comment **What this PR does / why we need it**: remvoe redundant words in Type `Taint`. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: /assign @k82cn **Release note**: ```release-note None ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 49129, 50436, 50417, 50553, 47587) Revert "Remove old node role label that is not used by kubeadm" Revert the commit that removed printing of node roles from kubectl. It sounds like we also need to update the labels we inspect, as these were previously removed. But starting with a clean revert. Issue #49124 ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix dropped errors in vsphere_volume **What this PR does / why we need it**: Error variables are being assigned in the vsphere_volume tests, but their values are being ignored. **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Typed static/mirror pod UID translation Fixes #36031 , partially. TODO: - [x] Add types ResolvedPodUID and MirrorPodUID. - [x] Use the ResolvedPodUID type with minimal changes. - [x] Use the MirrorPodUID type with minimal changes. - [x] Clarify whether the new types should be used anywhere else; if so make the agreed upon changes. ```NONE ```
-
- 14 Aug, 2017 28 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue move retry to client-go Move `k8s.io/kubernetes/pkg/client/retry` to `k8s.io/client-go/util/retry`. Part of a series of PRs to address kubernetes/community#598 ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Bumped Heapster version to 1.4.1
-
ymqytw authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 49904, 50484, 50214) Refactor addons into multiple packages **What this PR does / why we need it**: https://github.com/kubernetes/kubeadm/issues/348 **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # https://github.com/kubernetes/kubeadm/issues/348
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 49904, 50484, 50214) Adding support for internal IP for e2e tests Currently IssueSSHComand in util.go only checks for External IP address to ssh, this PR adds check for internal IP too. Closes #50630
-
Piotr Szczesniak authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix indent of ginkgo-e2e.sh **What this PR does / why we need it**: The condition of GINKGO_UNTIL_IT_FAILS didn't contain a valid indent. So this PR fixes it for readable code.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50094, 48966, 49478, 50593, 49140) Kubelet manage hosts file for HostNetwork Pods instead of Docker **What this PR does / why we need it**: Currently, Docker manages the hosts file for containers inside Pods using hostNetwork. It creates discrepancy between how we treat hostNetwork and non-hostNetwork Pods. Kubelet should manage the file regardless of the network setup. **Which issue this PR fixes**: fixes #48397 more context in https://github.com/kubernetes/kubernetes/issues/43632#issuecomment-304376441 **Special notes for your reviewer**: Because the new logic relies on reading the node filesystem, I'm not sure how to write a proper unit test. I was thinking about using a node e2e test to cover the case, but suggestions are greatly welcomed. **Release note**: ```release-note Kubelet now manages `/etc/hosts` file for both hostNetwork Pods and non-hostNetwork Pods. ``` /kind feature /sig node @yujuhong @hongchaodeng @thockin @kubernetes/sig-network-feature-requests @kubernetes/sig-node-feature-requests
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50094, 48966, 49478, 50593, 49140) some small fix in verify-flags-underscore 1. exceptions.txt and known-flags.txt are deleted, remove them from code too. 2. remove some duplicated flags from excluded-flags.txt **Release note**: ``` NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50094, 48966, 49478, 50593, 49140) [kube-proxy] Move UDP conntrack operations together to pkg/proxy/util/conntrack.go **What this PR does / why we need it**: Fix TODO in pkg/proxy/iptables.go, see https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/iptables/proxier.go#L1632 Move UDP conntrack operations together to from `pkg/proxy/iptables/proxier.go` to `pkg/proxy/util/conntrack.go` so that make them more consistent and add some UTs. **Which issue this PR fixes** Fixes #49477 **Special notes for your reviewer**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50094, 48966, 49478, 50593, 49140) Migrate sig-auth e2e tests. **What this PR does / why we need it:** This PR adds [sig-auth] prefix to workload e2e tests in accord to requirements of adding a SIG dashboard to testgrid. Refer PR #48781 for guidelines. **Release note**: ```release-note ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 50094, 48966, 49478, 50593, 49140) apimachinery: remove pre-apigroups import path logic Replacing #50093.
-
George Kraft authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Task 3: Add MemoryPressure toleration for no BestEffort pod. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: part of #42001 **Release note**: ```release-note After 1.8, admission controller will add 'MemoryPressure' toleration to Guaranteed and Burstable pods. ```
-
Andrew Rynhard authored
-
Jacob Simpson authored
**What this PR does / why we need it:** This PR adds [sig-auth] prefix to workload e2e tests in accord to requirements of adding a SIG dashboard to testgrid. Refer PR #48781 for guidelines.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Set Cluster Autoscaler version to 0.6.1-beta2 To stabilise CA e2e tests.
-
Andrew Rynhard authored
-
Andrew Rynhard authored
-
Irfan Ur Rehman authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Increase kibana CPU limit to sped up the startup Similarly to Elasticsearch, Kibana requires some additional CPU during startup to build caches. Fixes https://github.com/kubernetes/kubernetes/issues/50610 /cc @piosz @coffeepac @aknuds1
-
fabriziopandini authored
-
fabriziopandini authored
-
fabriziopandini authored
-
fabriziopandini authored
-
Marcin Wielgus authored
-
Irfan Ur Rehman authored
-
Ebbe Elsborg authored
-