- 05 May, 2017 30 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Remove deprecated NodeLegacyHostIP **Release note**: ```release-note Remove deprecated node address type `NodeLegacyHostIP`. ``` ref #44807
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44590, 44969, 45325, 45208, 44714) Use dedicated UnixUserID and UnixGroupID types **What this PR does / why we need it**: DRYs up type definitions by using the dedicated types in apimachinery **Which issue this PR fixes** #38120 **Release note**: ```release-note UIDs and GIDs now use apimachinery types ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44590, 44969, 45325, 45208, 44714) Fix onlylocal endpoint's healthcheck nodeport logic I was in the middle of rebasing #41162, surprisingly found the healthcheck nodeport logic in kube-proxy is still buggy. Separate this fix out as it isn't GA related. /assign @freehan @thockin **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44590, 44969, 45325, 45208, 44714) remove mvPodUidDir test **What this PR does / why we need it**: Removes a [HostCleanup] test which deleted the pod's uid directory and checked to see that the host was cleaned up. This test consistently failed on gci (COS) due to OS differences related to handling mounting (containerized on COS) and rm'ing files being accessed. See #44592 for more details. ```release-note NONE ``` cc. @msau42 @copejon
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44590, 44969, 45325, 45208, 44714) Refactor volume operation log and error messages What this PR does / why we need it: Adds wrappers for volume-specific error and log messages. Each message has a simple version that can be displayed to the user and a detailed version that can be used in logs. The messages that are used for events was also cleaned up. @msau42 Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #40905 Special notes for your reviewer: pkg/kubelet/volumemanager/reconciler/reconciler.go can be refactored. I can do that refactoring after this one. Release note: NONE
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 44590, 44969, 45325, 45208, 44714) Enable basic auth username rotation for GCI When changing basic auth creds, just delete the whole file, in order to be able to rotate username in addition to password.
-
Chao Xu authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Kubectl taint node based on label selector **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #44522 **Release note**: ``` Taints the node based on label selector ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45322, 44770, 45411) Fix and make TaintManager harder to break before we move it out of NC Fix #45342 cc @gyliu513
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45322, 44770, 45411) Re-architecture of scheduler perf tests to make them more extendable **What this PR does / why we need it**: **Special notes for your reviewer**: This is for re-architecture of scheduler, so that we can enable or disable certain predicates and priorities and see their impact. **Release note**: ```release-note Scheduler perf modular extensions. ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45322, 44770, 45411) Put podAntiAffinity in PodSpec. **What this PR does / why we need it**: **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**: In 1.6, we moved the `affinity` from `annotations` to `PodSpec`, but the `annotations` still works with `AffinityInAnnotations=true`. Please check https://docs.google.com/document/d/1YP3OJTKMpXkWAhipPjx9-bDMxJ87JZ6AcVak7c3SGos/edit for detail. **Release note**: ```release-note ``` Fixed #45318
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add set rolebinding/clusterrolebinding command add command to set user/group/serviceaccount in rolebinding/clusterrolebinding /cc @liggitt @deads2k
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue OWNERS: add directxman12 to pkg/apis/autoscaling Added directxman12 (current SIG lead of SIG-autoscaling) as a reviewer for pkg/apis/autoscaling. **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 43732, 45413) Extend timeouts in timed_workers_test Fix #45375 If it won't be enough I'll rewrite it to allow injectable timers.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 43732, 45413) Handle maxUnavailable larger than spec.replicas **What this PR does / why we need it**: Handle maxUnavailable larger than spec.replicas **Which issue this PR fixes** fixes #42479 **Special notes for your reviewer**: None **Release note**: ``` NONE ```
-
Jamie Hannaford authored
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Edge based userspace proxy Second last PR from my changes to kube-proxy to make it event-based. This is switching userspace proxy to be even-based similarly to what we already did with iptables.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45218, 45349) Make Daemons tolerate NoExecute taints correctly Fix #45348 @kubernetes/sig-scheduling-pr-reviews
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Keep UserAgentName style consistent Keep using UserAgentName for controllers and add some logs for debugging **Release note**: ```release-note NONE ```
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Only tag release containers if the name is different. Fixes docker build issue found recently when trying to build v1.7.0-alpha.3. ref #44981
-
NickrenREN authored
Add ConcurrentDeploymentSyncs to avoid reuse ConcurrentDeploymentSyncs and keep UserAgentName var style consistent Add some logs for debugging and add concurrent-deployment-syncs flag
-
xilabao authored
-
ravisantoshgudimetla authored
-
ravisantoshgudimetla authored
-
David McMahon authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix yet another bug in OpenAPI extension generation A comment extension for a type is ignored if the type already has extensions (e.g. GVK).
-
- 04 May, 2017 10 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45364, 45369, 45323) Fix namespace deletion log in e2e test framework. **What this PR does / why we need it**: Current log message for namespace deletion will show under wrong condition. **Which issue this PR fixes** **Release note**: NONE
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45364, 45369, 45323) kubeadm: edit apiserver flags for storage-backend **What this PR does / why we need it**: Since storage-backend defaults to etcd3 in 1.6 (see https://github.com/kubernetes/kubernetes/pull/36229), no need to have a flag defining the default. **Special notes for your reviewer**: /cc @luxas **Release note**: ```release-note NONE ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue [Federation] Record events in federated updater Controllers for federated types were previously recording events when generating the list of operations. This change delegates responsibility for recording events to the federated updater so that events are recorded when the operations are actually executed, and ensures consistency across recording of both operation initiation and failure. The deletion helper was similarly updated to rely on the federated updater for event recording. To support this change to the deletion helper, controllers have been updated to provide a namespace qualified name via the objNameFunc function to ensure that the updater can record events for deletions with the same detail as for add and update operations. cc: @kubernetes/sig-federation-pr-reviews @perotinus
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45309, 45376) kubeadm: Fix the tainting of the master node **What this PR does / why we need it**: Currently, kubeadm unintentionally removes Taints set with the kubelet flag `--register-with-taints` when creating a new Taint slice instead of appening the existing one. This PR fixes that behavior. **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**: This should be a cherrypick candidate for v1.6 cc @enisoc **Release note**: ```release-note kubeadm: Fix invalid assign statement so it is possible to register the master kubelet with other initial Taints ``` @jbeda @dmmcquay @mikedanese @krousey PTAL, very straightforward PR
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45309, 45376) Allow passing --enable-kubernetes-alpha to GKE e2e tests **What this PR does / why we need it**: This allows us to pass --enable-kubernetes-alpha when running GKE e2e tests. **Release note**: ``` NONE ``` @dchen1107
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue De-flaking E2E: PersistentVolumes[Disruptive] - restart kubelet via service manager CLI Current process for restarting the kubelet accesses `/etc/init.d/kubelet`, which is not a common path across OSes. This PR changes the behavior of `kubeletCommand()` to instead attempt restarting the kubelet service through the system manager CLI. It first attempts a systemd call, then falls back to sysVinit. If neither calls work, the test exits. This PR _does not_ remove `[Flaky]`. Right now, the test fails consistently in the gci-gce-flaky suite. After merge, I'll monitor the test grid for ~week. If no flakes appear, I'll submit a pr to pull the Flaky tag off. Additional Changes - Improved error messages - Cleanup on failure in `initTestCase` Fixes #44933 **Release note**: ```release-note NONE ```
-
mbohlool authored
-
Ian Chakeres authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45362, 45159, 45321, 45238) expose kubelet authentication and authorization builders The kubelet authentication and authorization builder methods are useful for consumers. @liggitt
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 45362, 45159, 45321, 45238) Remove redundent GetObjectKind() defined on types Embedding TypeMeta is enough.
-