mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
Adding testing-manifests to the test tar ball
This commit is contained in:
@@ -170,7 +170,7 @@ var _ = Describe("Kubectl client", func() {
|
||||
var podPath string
|
||||
|
||||
BeforeEach(func() {
|
||||
podPath = filepath.Join(testContext.RepoRoot, "examples/readiness-probe-pod")
|
||||
podPath = filepath.Join(testContext.RepoRoot, "test", "e2e", "testing-manifests", "kubectl", "pod-with-readiness-probe.yaml")
|
||||
By(fmt.Sprintf("creating the pod from %v", podPath))
|
||||
runKubectlOrDie("create", "-f", podPath, fmt.Sprintf("--namespace=%v", ns))
|
||||
checkPodsRunningReady(c, ns, []string{simplePodName}, podStartTimeout)
|
||||
|
Reference in New Issue
Block a user