You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operator sdk builds a cached discovery client after registering VolumeSnapshotSchedule and then reuses it for the next controller (VolumeSnapshotRestore).
Environment:
Kubernetes version (use kubectl version):
Cloud provider or hardware configuration:
OS (e.g. from /etc/os-release):
Kernel (e.g. uname -a):
Install tools:
Others:
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST?:
Bug
What happened:
If there is no CRD preinstalled the app exits with a panic when try to register a controller for it:
After a bunch of restarts it becomes running (deploying/registering one CRD per restart):
What you expected to happen:
The app starts gracefully.
How to reproduce it (as minimally and precisely as possible):
Remove all stork specific CRDs from the cluster and redeploy the app.
Anything else we need to know?:
The issues could be here:
stork/vendor/github.com/operator-framework/operator-sdk/pkg/k8sclient/client.go
Line 71 in fb8f8cb
Operator sdk builds a cached discovery client after registering
VolumeSnapshotSchedule
and then reuses it for the next controller (VolumeSnapshotRestore
).Environment:
kubectl version
):uname -a
):The text was updated successfully, but these errors were encountered: