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
Previously, we used the createOrReplace() API, but it is now deprecated. Since the operator itself uses the SSA method as the default, it is better to apply the CRD using the SSA method.
Especially with the CSA method, if users apply the CRD locally and also apply it in tests without a merge patch occurring between them, there can occasionally be issues with lost changes or the need for a force apply.
The text was updated successfully, but these errors were encountered:
https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-junit5/src/main/java/io/javaoperatorsdk/operator/junit/LocallyRunOperatorExtension.java#L185
Previously, we used the createOrReplace() API, but it is now deprecated. Since the operator itself uses the SSA method as the default, it is better to apply the CRD using the SSA method.
Especially with the CSA method, if users apply the CRD locally and also apply it in tests without a merge patch occurring between them, there can occasionally be issues with lost changes or the need for a force apply.
The text was updated successfully, but these errors were encountered: