diff --git a/pkg/cli/admin/mustgather/mustgather.go b/pkg/cli/admin/mustgather/mustgather.go index 9ad0ee5e64..2ec68cb4d3 100644 --- a/pkg/cli/admin/mustgather/mustgather.go +++ b/pkg/cli/admin/mustgather/mustgather.go @@ -988,6 +988,10 @@ func (o *MustGatherOptions) newPod(node, image string, hasMaster bool) *corev1.P }, }, }, + { + Name: "MUST_GATHER_IMAGE", + Value: image, + }, }, TerminationMessagePolicy: corev1.TerminationMessageFallbackToLogsOnError, VolumeMounts: []corev1.VolumeMount{