Skip to content

stopOnInformerErrorDuringStartup should not block application startup #1934

Closed
@dpozinen

Description

@dpozinen

Bug Report

What did you do?

set stopOnInformerErrorDuringStartup to false

the doc states that

if false, the startup will ignore recoverable errors, caused for example by RBAC issues, and will try to reconnect periodically in the background.

What did you expect to see?

The Spring Boot application would continue with startup, but attempt to start the Operator in the background

What did you see instead? Under which circumstances?

The Spring Boot application is prevented from starting while attempting to start the Operator.

Possible Solution

Likely some executor is not configured to respect this property.

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