flant / addon-operator

A system to manage additional components for Kubernetes cluster in a simple, consistent and automated way.
https://flant.github.io/addon-operator/
Apache License 2.0
483 stars 27 forks source link

Ignore module on absent symlink #377

Closed yalosev closed 1 year ago

yalosev commented 1 year ago

Overview

Don't fall with a fatal error on an absent symlink

What this PR does / why we need it

Multi-master installation could have broken symlinks. We should start anyway, just ignore broken module.

Special notes for your reviewer

Does this PR introduce a user-facing change?

NONE