How to troubleshoot a failure during run bundle-upgrade #6831
Labels
language/helm
Issue is related to a Helm operator project
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Type of question
Best practices
How to implement a specific feature
Question
I'm trying to test the upgrade path for my helm-based operator using the sdk bundle. It's failing because of a missing install plan, but I'm not sure exactly how to get more information about what I'm doing wrong.
What did you do?
What did you expect to see?
I hoped to see the upgrade succeed.
What did you see instead? Under which circumstances?
The install failed after the deleting of the old registry pod:
I also see the following subscriptions and installplans:
NOTE: the prometheus and grafana operators are dependencies of this operator, which is why you see them in this namespace.
Environment
Operator type:
/language helm
Kubernetes cluster type:
OpenShift 4.15
$ operator-sdk version
operator-sdk version: "v1.33.0", commit: "542966812906456a8d67cf7284fc6410b104e118", kubernetes version: "1.27.0", go version: "go1.21.5", GOOS: "linux", GOARCH: "amd64"
$ kubectl version
Additional context
This happens with or without the actual operand resource created, so it seems to be some pretty basic issue, maybe with how the bundle is configured.
The text was updated successfully, but these errors were encountered: