Skip to content

Commit

Permalink
Merge pull request #606 from jingyuanliang/nokubelet
Browse files Browse the repository at this point in the history
Don't run kubelet in the E2E test mock cluster
  • Loading branch information
k8s-ci-robot authored Oct 26, 2023
2 parents 0c7ec2d + e907bf6 commit 53338f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/e2e/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func (cl *Cluster) SetUp() {

cl.StartEtcd()
cl.StartApiServer()
cl.StartKubelet()

cl.WaitForApiServer()
}
Expand All @@ -62,7 +61,6 @@ func (cl *Cluster) SetUp() {
func (cl *Cluster) TearDown() {
Log.Logf("Teardown")

cl.StopKubelet()
cl.StopApiServer()
cl.StopEtcd()
}
Expand Down

0 comments on commit 53338f8

Please sign in to comment.