Aitozi opened a new pull request #153:
URL: https://github.com/apache/flink-kubernetes-operator/pull/153
Provide a way to set jvm args and also print the start up options using the
flink tools
---
By this we can also easily remote debug in the minikube environment
```
helm install flink-operator helm/flink-kubernetes-operator --set
image.repository=aitozi/flink-java-operator --set image.tag=latest --set
jvmArgs.operator='-agentlib:jdwp=transport=dt_socket\,server=y\,suspend=y\,address=*:5005'
kubectl port-forward {operator-pod} 5005:5005
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]