wildfly-operator icon indicating copy to clipboard operation
wildfly-operator copied to clipboard

Add the ability to change the WildFly instances log level at runtime

Open yersan opened this issue 4 years ago • 1 comments

At first glance, this feature could be targeting only log modifications, but we could discuss if we want to allow to run arbitrary any CLI script. Obviously, any change applied at runtime will disappear once the container is restarted.

yersan avatar Jun 11 '21 10:06 yersan

After working a bit on https://github.com/jmesnil/kubectl-jboss-cli plugin, I'm not sure the Operator is the right tool to run CLI scripts against WildFly servers.

The advantage of the kubectl-jboss-cli plugin is that it fits better in Kubernetes ecosystem and works fine regardless of the way WildFLy application are deployed (JKube, Helm Charts, Operators, etc.)

jmesnil avatar Dec 16 '21 09:12 jmesnil