Skip to content
Permalink
Branch: master
Commits on May 4, 2019
  1. Merge pull request #77345 from rosti/omitempty-v1beta2

    k8s-ci-robot committed May 4, 2019
    kubeadm: Fix omitempty in v1beta2
  2. Merge pull request #74856 from draveness/fix/daemonset-controller-slo…

    k8s-ci-robot committed May 4, 2019
    …w-batch-creation
    
    fix(daemon): create more expections when skipping pods
  3. Merge pull request #75952 from bclau/tests/max-backoff-tests-flakiness

    k8s-ci-robot committed May 4, 2019
    tests: Solve backoff tests flakiness
  4. Merge pull request #75675 from mwwolters/addon-manager-kubeconfig

    k8s-ci-robot committed May 4, 2019
    Added function to create kubeconfig for addon-manager
  5. Merge pull request #75434 from cofyc/fix56098

    k8s-ci-robot committed May 4, 2019
    Refactor PV scheduling library into a separate package
  6. Merge pull request #77208 from DaiHao/daemon_controller

    k8s-ci-robot committed May 4, 2019
    Fix rolling update daemonset bug in clock-skew scenario
  7. Merge pull request #76627 from timoreimann/handle-missing-gce-lb-flag…

    k8s-ci-robot committed May 4, 2019
    …-gracefully
    
    Suppress registering GCE LB provider flag if missing on CommandLine.
  8. Merge pull request #77414 from yujuhong/fix-sd-logging

    k8s-ci-robot committed May 4, 2019
    GCE/Windows: send container logs to the proper resource
  9. Merge pull request #77412 from liggitt/GCERegionalPersistentDisk

    k8s-ci-robot committed May 4, 2019
    Lock GCERegionalPersistentDisk feature on
  10. Merge pull request #77390 from onursatici/os/fix-scheduler-plugin-exa…

    k8s-ci-robot committed May 4, 2019
    …mple
    
    fix scheduler plugin example
  11. Merge pull request #77373 from alejandrox1/framework-deployment-refactor

    k8s-ci-robot committed May 4, 2019
    Refactored framework deployment utils
  12. Merge pull request #77328 from varunmar/ip-masq-cve-fix

    k8s-ci-robot committed May 4, 2019
    Bump the version of the ip-masq-agent addon to pick up CVE fixes
  13. Merge pull request #77148 from seans3/default-printing-cleanup

    k8s-ci-robot committed May 4, 2019
    tableprinter: simplifies default printer handler
  14. Merge pull request #77054 from k-toyoda-pi/golint_test_e2e_common_pods

    k8s-ci-robot committed May 4, 2019
    Fix golint failures of test/e2e/common/pods.go
  15. Merge pull request #77022 from liggitt/webhook-error-success

    k8s-ci-robot committed May 4, 2019
    Ensure 4xx+ response codes from webhook rejections
  16. Merge pull request #75246 from aojea/e2e_ipv6_prestop

    k8s-ci-robot committed May 4, 2019
    Add IPv6 support to the nettest image
  17. Merge pull request #76061 from towolf/dynamic-cluster.local

    k8s-ci-robot committed May 4, 2019
    test/e2e/network: Honor --dns-domain in more places
Commits on May 3, 2019
  1. Merge pull request #77411 from liggitt/fix-rc-flake

    k8s-ci-robot committed May 3, 2019
    Expect the correct object type to be removed
  2. Merge pull request #77406 from cmluciano/cml/cmlnetreviewer

    k8s-ci-robot committed May 3, 2019
    Self nominate cmluciano as a sig-network reviewer
  3. Merge pull request #77403 from liggitt/apimachinery-protobuf

    k8s-ci-robot committed May 3, 2019
    Generate and verify apimachinery protobuf
  4. Merge pull request #77357 from dekkagaijin/md-proxy-bump

    k8s-ci-robot committed May 3, 2019
    Bump metadata-proxy image to v0.1.12
  5. Merge pull request #77012 from rosti/certkey-v1beta2

    k8s-ci-robot committed May 3, 2019
    kubeadm: Add certificateKey field to v1beta2 config
  6. Merge pull request #77368 from liggitt/handle-status-objects

    k8s-ci-robot committed May 3, 2019
    Require version match to special-case status objects
  7. Merge pull request #77123 from k-toyoda-pi/use_expect_no_error_e2e_ap…

    k8s-ci-robot committed May 3, 2019
    …ps_1
    
    use framework.ExpectNoError() for e2e/apps
  8. Merge pull request #77366 from johnSchnake/frameworkLogRefactoring

    k8s-ci-robot committed May 3, 2019
    Move auth and network tests to use framework/log
  9. Merge pull request #76359 from monstercy/fixtypo-20190320

    k8s-ci-robot committed May 3, 2019
    correcting some spelling errors
  10. Merge pull request #76327 from neolit123/kubeproxy-node-selector

    k8s-ci-robot committed May 3, 2019
    kubeadm: disable the kube-proxy DaemonSet on non-Linux nodes
  11. Merge pull request #77369 from immutableT/remove-enc-from-kube-up

    k8s-ci-robot committed May 3, 2019
    Remove the option of encrypting secrets in etcd via a locally stored key.
  12. Merge pull request #77210 from feiskyer/nsg-race

    k8s-ci-robot committed May 3, 2019
    Add etag for NSG updates so as to fix nsg race condition
  13. Merge pull request #77342 from liggitt/resource-quota

    k8s-ci-robot committed May 3, 2019
    Add quota admission test for decreasing usage without covering quota
  14. Merge pull request #76983 from humblec/rotate

    k8s-ci-robot committed May 3, 2019
    Shuffle addresslist for random mount server and cleanup error messages.
  15. Merge pull request #76917 from dims/try-json-iterator-go-instead-of-u…

    k8s-ci-robot committed May 3, 2019
    …gorji-coded
    
    Use latest etcd from release-3.3 branch for dropping ugorji
  16. Merge pull request #75987 from yastij/event-state-deprecation

    k8s-ci-robot committed May 3, 2019
    deprecate state field of eventSeries on Event API
  17. Merge pull request #77278 from liggitt/enable-etcd-paging

    k8s-ci-robot committed May 3, 2019
    Enable API resource paging by default, by feature gate in sample-apiserver
  18. Merge pull request #77378 from yujuhong/kill-sd

    k8s-ci-robot committed May 3, 2019
    GCE/Windows: force kill the stackdriver processes when necessary
Older
You can’t perform that action at this time.