Skip to content

Nebula Console Pod not use user defined ImagePullPolicy which configured in values.xml #526

Description

@qian2009

I need to deploy nebula at a offline environment, but it's not easy because of the ImagePullPolicy is 'Always', no matter how I configure in the value.xml file.

Finally, I check the source code and found that the ImagePullPolicy of Nebula Console Pod was just hard coded:

	container := corev1.Container{
		Name:            "console",
		Image:           getConsoleImage(nc.Spec.Console),
		ImagePullPolicy: corev1.PullAlways,

I think the ImagePullPolicy should be specified in values.xml rather than hard coded

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions