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
Each time I look back to the JUnit extension, i'm wondering what Local and Remote means.
In both cases, testing is done against a cluster that can be local or remote depending the current kube config.
The real difference between the two is that Local is doing maven in-process testing while Remote is deploying a builded image to the cluster to run the operator to be tested.
I think that InProcessOperatorExtension and KubernetesDeploymentOperatorExtension better describe the actual behavior.