Closed nin0-0 closed 12 months ago
have the same issue, fresh install of openshift 4.12.42 pulled in hpe 2.4.0 after adding disableNodeConfiguration to the HPECSIDriver we are stuck on: Additional property disableNodeConfiguration is not allowed
We pushed the wrong Operator bundle. Red Hat's CI didn't catch it. Red Hat is trying to fix it. Hopefully this week. Install the Helm chart if you're on 4.13 or 4.14 in the meantime. 4.12 should still run HPE CSI Driver 2.3.0.
hpe-csi-operator.v2.4.0
is available for ocp 4.12 too
I've been trying to install v.2.3.0 but can't seem to find it (nor 2.4.0).
In the description of the subscription I see:
Message: constraints not satisfiable: no operators found in package hpe-csi-operator in the catalog referenced by subscription hpe-csi-operator, subscription hpe-csi-operator exists
So okay, I guessed maybe 2.4.0 is not available, so I patched the subs, but same result. Also cleanly deleted all subs, crds, but same result.
I'm trying now:
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
annotations:
argocd.argoproj.io/sync-wave: "2"
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
name: hpe-csi-operator
namespace: hpe-csi-driver
spec:
channel: stable
installPlanApproval: Manual
name: hpe-csi-operator
source: certified-operators
sourceNamespace: openshift-marketplace
startingCSV: 2.3.0
Any update on this? It's related to the operator publishing mistake I'm guessing?
Hints about getting operators smoothly installed through argocd (redhat gitops) very welcome too.
Thanks
Any update on this? It's related to the operator publishing mistake I'm guessing?
Keep monitoring the catalog, v2.4.0 will be republished.
Can we get an estimate on when? Redhat is saying the operator is removed on request of hpe and thay you will republish?
It will be republished shortly (days).
it's back, thanks
Hi,
I'm trying to deploy the CRD with argocd but I have a weird situation. When I sync the csi-driver HPECSIDriver I get the error
one or more objects failed to apply, reason: HPECSIDriver.storage.hpe.com "csi-driver" is invalid: spec.disableNodeConfiguration: Required value (retried 2 times).
When I add it, the sync works but in the logs it says disableNodeConfiguration is not in the schema:
Am I doing something wrong?