Skip to content

Wrong ImagePullPolicy value #1475

Open
Open
@yoann-ls

Description

@yoann-ls

With helm deployment of a c3 cluster, the default imaPullPolicy is empty for the licensemanager:

 kubectl get events --sort-by='.lastTimestamp' -n splunk-operator
41s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"
41s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"
41s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"
41s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"
41s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"
41s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"
40s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"
40s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"
39s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"
38s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"
36s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"
30s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"
20s         Warning   changeClusterManagerAnnotations   licensemanager/lm                          Could not update annotations. Reason ClusterManager.enterprise.splunk.com "cm" is invalid: spec.imagePullPolicy: Unsupported value: "": supported values: "Always", "IfNotPresent"

The imagePullPolicy should have either "Always" or "IfNotPresent"

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions