1. 26 Sep, 2016 27 commits
  2. 25 Sep, 2016 8 commits
    • Lucas Käldström's avatar
      b17e107d
    • Kubernetes Submit Queue's avatar
      Merge pull request #32406 from MrHohn/kubedns-healthz · b79c99da
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Split dns healthcheck into two different urls
      
      Attempt to fix #30633.
      
      <s>This new kube-dns pod template creates two exechealthz processes listen on two different ports for kubedns and dnsmasq correspondingly. 
      
      @thockin @girishkalele
      b79c99da
    • Kubernetes Submit Queue's avatar
      Merge pull request #33105 from k82cn/k8s_33091 · 1654fd40
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Fixed e2e_node build error on Mac.
      
      fixes #33091 
      
      cc @vishh , any suggestion to avoid duplicated codes?
      1654fd40
    • Kubernetes Submit Queue's avatar
      Merge pull request #32620 from Random-Liu/refactor-e2e-services · 13126e51
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Node E2E: Cleanup e2e services
      
      fixes #31765.
      
      This PR is composed of 2 commits:
      * The 1st commit split services.go into: `services.go`, `server.go` and `internal_services.go`:
        * `services.go` contains the public object `E2EServices` which is used by the test framework directly.
        * `internal_services.go` contains the internal object `e2eServices` which manages internal (statically-linked) services - apiserver, etcd and namespace_controller.
        * `server.go` is the object managing exec process, both internal_services and kubelet are running as separate processes and managed with server.go.
      * The 2nd commit added `monitorParent` option in start function of `E2EServices`. This is added to fix #31765:
        * If `--stop-services=true`, `monitorParent` will be true, so that service processes will die with the parent process so as to enforce proper clean up.
        * If `--stop-services=false`, `monitorParent` will be false, so that service processes will not die with the parent process and keep running for debugging.
      
      This PR also moved the kubelet start logic into `E2EServices` (start kubelet in the test process), so that we can use flags directly when starting kubelet. Before we had to pass them to the services process and let it start kubelet, which was quite troublesome.
      
      @vishh 
      /cc @kubernetes/sig-node
      13126e51
    • Klaus Ma's avatar
      Fix build error on Mac. · 849400ab
      Klaus Ma authored
      849400ab
    • Kubernetes Submit Queue's avatar
      Merge pull request #33426 from ZTE-PaaS/zhangke-patch-052 · f07e18f8
      Kubernetes Submit Queue authored
      Automatic merge from submit-queue
      
      Fix TODO: Rename podStatus to apiPodStatus, rename internalPodStatus to podStatus 
      f07e18f8
    • Random-Liu's avatar
      Add the monitorParent option when starting services, and set · f501aceb
      Random-Liu authored
      monitorParent to false when stop-services=false.
      f501aceb
    • Random-Liu's avatar
  3. 24 Sep, 2016 5 commits