Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 7fe2182

Browse files
committed
Merge pull request #79 from feiskyer/fix-monitors
Fix hyper pod spec for monitors
2 parents 2a1e2f4 + ca94282 commit 7fe2182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/hyper/hyper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ func (r *runtime) buildHyperPod(pod *api.Pod, restartCount int, pullSecrets []ap
444444
v["option"] = map[string]interface{}{
445445
"user": metadata["auth_username"],
446446
"keyring": metadata["keyring"],
447-
"mointors": monitors,
447+
"monitors": monitors,
448448
}
449449
} else {
450450
glog.V(4).Infof("Hyper: volume %s %s", name, volume.Builder.GetPath())

0 commit comments

Comments
 (0)