1. 12 Nov, 2018 1 commit
  2. 11 Nov, 2018 3 commits
  3. 10 Nov, 2018 19 commits
  4. 09 Nov, 2018 17 commits
    • Mehdy Bohlool's avatar
      Update generated files · d51d0164
      Mehdy Bohlool authored
      d51d0164
    • Mehdy Bohlool's avatar
      CRD Conversion · e2ca575d
      Mehdy Bohlool authored
      e2ca575d
    • Mike Danese's avatar
      Fix a race in the scheduler. · 62c3ec96
      Mike Danese authored
      Loop over priorityConfigs seperately. The node loop can only safely
      modify result[i][index]. Before this change it sometimes modified
      result[i] concurrently with other loops.
      
      Fixes: 71649676
      
      ==================== Test output for //pkg/scheduler/core:go_default_test:
      ==================
      WARNING: DATA RACE
      Read at 0x00c0005e8ed0 by goroutine 22:
        k8s.io/kubernetes/pkg/scheduler/core.PrioritizeNodes.func2()
            pkg/scheduler/core/generic_scheduler.go:667 +0x2ea
        k8s.io/kubernetes/vendor/k8s.io/client-go/util/workqueue.ParallelizeUntil.func1()
            staging/src/k8s.io/client-go/util/workqueue/parallelizer.go:65 +0x9e
      
      Previous write at 0x00c0005e8ed0 by goroutine 21:
        k8s.io/kubernetes/pkg/scheduler/core.PrioritizeNodes.func2()
            pkg/scheduler/core/generic_scheduler.go:668 +0x450
        k8s.io/kubernetes/vendor/k8s.io/client-go/util/workqueue.ParallelizeUntil.func1()
            staging/src/k8s.io/client-go/util/workqueue/parallelizer.go:65 +0x9e
      
      Goroutine 22 (running) created at:
        k8s.io/kubernetes/vendor/k8s.io/client-go/util/workqueue.ParallelizeUntil()
            staging/src/k8s.io/client-go/util/workqueue/parallelizer.go:57 +0x1a3
        k8s.io/kubernetes/pkg/scheduler/core.PrioritizeNodes()
            pkg/scheduler/core/generic_scheduler.go:682 +0x592
        k8s.io/kubernetes/pkg/scheduler/core.(*genericScheduler).Schedule()
            pkg/scheduler/core/generic_scheduler.go:186 +0x77d
        k8s.io/kubernetes/pkg/scheduler/core.TestGenericScheduler.func1()
            pkg/scheduler/core/generic_scheduler_test.go:464 +0x91f
        testing.tRunner()
            GOROOT/src/testing/testing.go:827 +0x162
      
      Goroutine 21 (running) created at:
        k8s.io/kubernetes/vendor/k8s.io/client-go/util/workqueue.ParallelizeUntil()
            staging/src/k8s.io/client-go/util/workqueue/parallelizer.go:57 +0x1a3
        k8s.io/kubernetes/pkg/scheduler/core.PrioritizeNodes()
            pkg/scheduler/core/generic_scheduler.go:682 +0x592
        k8s.io/kubernetes/pkg/scheduler/core.(*genericScheduler).Schedule()
            pkg/scheduler/core/generic_scheduler.go:186 +0x77d
        k8s.io/kubernetes/pkg/scheduler/core.TestGenericScheduler.func1()
            pkg/scheduler/core/generic_scheduler_test.go:464 +0x91f
        testing.tRunner()
            GOROOT/src/testing/testing.go:827 +0x162
      ==================
      --- FAIL: TestGenericScheduler (0.01s)
          --- FAIL: TestGenericScheduler/test_6 (0.00s)
              testing.go:771: race detected during execution of test
          testing.go:771: race detected during execution of test
      FAIL
      62c3ec96
    • Patrick Barker's avatar
      adds dynamic audit plugins generated · 54fd930d
      Patrick Barker authored
      54fd930d
    • Patrick Barker's avatar
      adds dynamic audit plugins · 8eb21506
      Patrick Barker authored
      8eb21506
    • k8s-ci-robot's avatar
      Merge pull request #70811 from humblec/heketi-vendor-update · f49464e8
      k8s-ci-robot authored
      Update heketi dependencies to sha@558b29266ce0a873991ecfb3edc41a668a998514
      f49464e8
    • k8s-ci-robot's avatar
      Merge pull request #70797 from mborsz/addon · c8b3d0cf
      k8s-ci-robot authored
      Update addon-manager to 1.8.4
      c8b3d0cf
    • k8s-ci-robot's avatar
      Merge pull request #70793 from rosti/use-hyperkube · d90f868c
      k8s-ci-robot authored
      kubeadm: UnifiedControlPlaneImage string -> UseHyperKubeImage bool
      d90f868c
    • k8s-ci-robot's avatar
      Merge pull request #70761 from luxas/rename_apiendpoint · 54fe139d
      k8s-ci-robot authored
      kubeadm v1beta1: InitConfiguration.APIEndpoint -> LocalAPIEndpoint
      54fe139d
    • k8s-ci-robot's avatar
      Merge pull request #70753 from logicalhan/healthz-test · daea190b
      k8s-ci-robot authored
      fix healthz checkerNames test so that it tests against the expected output
      daea190b
    • Mehdy Bohlool's avatar
      E2E Test · ea54a0c5
      Mehdy Bohlool authored
      ea54a0c5
    • Mehdy Bohlool's avatar
      8235e389
    • k8s-ci-robot's avatar
      Merge pull request #70757 from ereslibre/remove-cluster-name-from-join-configuration · c3d05c81
      k8s-ci-robot authored
      kubeadm: Remove cluster name from JoinConfiguration
      c3d05c81
    • Masaki Kimura's avatar
      Make csi alpha failing test skip · f98b87ca
      Masaki Kimura authored
      Fixes: #70760
      f98b87ca
    • Sean Sullivan's avatar
      kubectl: remove redundant test · 6b0f66d8
      Sean Sullivan authored
      6b0f66d8
    • Michael Taufen's avatar
      Don't compare interface values in dynamic config controller · 1089cb62
      Michael Taufen authored
      This previously caused a panic when moving lastKnownGood between two
      non-nil values, because we were comparing the interface wrapper instead
      of comparing the NodeConfigSources. The case of moving from one non-nil
      lastKnownGood config to another doesn't appear to be tested by the e2e
      node tests. I added a unit test and an e2e node test to help catch bugs
      with this case in the future.
      1089cb62
    • k8s-ci-robot's avatar
      Merge pull request #69589 from oomichi/issue/69588 · 06e73736
      k8s-ci-robot authored
      Add the existence check of /proc/net/nf_conntrack
      06e73736