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

Commit ca94282

Browse files
committed
Fix hyper pod spec for monitors
1 parent 2a1e2f4 commit ca94282

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)