Update npd to the official v0.3.0 release.

This commit is contained in:
Random-Liu
2017-03-15 14:20:13 -07:00
parent 355f576c0b
commit c4b3fd4e63
5 changed files with 9 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ var _ = framework.KubeDescribe("NodeProblemDetector", func() {
pollInterval = 1 * time.Second
pollConsistent = 5 * time.Second
pollTimeout = 1 * time.Minute
image = "gcr.io/google_containers/node-problem-detector:v0.3.0-alpha.1"
image = "gcr.io/google_containers/node-problem-detector:v0.3.0"
)
f := framework.NewDefaultFramework("node-problem-detector")
var c clientset.Interface