-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
8.1.0.GA-CR7
-
False
-
-
False
-
-
-
-
-
-
Known Issue
-
-
-
EAP operator is not able to scale up/down EAP pods if label is added into the existing WildFlyServer yaml like:
apiVersion: wildfly.org/v1alpha1
kind: WildFlyServer
metadata:
name: example
namespace: rosa-demo
labels:
my-cool-label: hi
spec:
applicationImage: 'image-registry.openshift-image-registry.svc:5000/rosa-demo/helloworld:latest'
replicas: 1
Expected result: Pods will be redeployed with updated labels.
Actual result: Any changes to number of replicas are not reflected and number of pods stay the same.