mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
Fix test instance name
This commit is contained in:
@@ -51,7 +51,7 @@ var _ = ginkgo.Describe("NPD should export Prometheus metrics.", func() {
|
||||
}
|
||||
instance, err = gce.CreateInstance(
|
||||
gce.Instance{
|
||||
Name: "npd-metrics-" + *image + "-" + uuid.NewUUID().String()[:8],
|
||||
Name: "npd-metrics-" + uuid.NewUUID().String()[:8],
|
||||
Zone: *zone,
|
||||
Project: *project,
|
||||
SshKey: *sshKey,
|
||||
|
||||
Reference in New Issue
Block a user