SteNicholas opened a new pull request #37: URL: https://github.com/apache/flink-kubernetes-operator/pull/37
Currently the webhook module builds it's own shaded jar which includes the operator shaded jar contents as well that is unnecessary and simply adds to the size of the flink operator image. Operator dependencies should be configured in the `provided` scope and the operator shaded jar could be put on the classpath when the webhook starts. **The brief change log** - Updates the scope of the dependencies `flink-kubernetes-operator`to `provided` and removes the shaded plugin in `flink-kubernetes-webhook` module. - Updates the environment variable `WEBHOOK_JAR` to `flink-kubernetes-webhook-$OPERATOR_VERSION.jar` in Dockerfile. - Add the classpath option with the path of `OPERATOR_JAR` for webhook starting in `docker-entrypoint.sh`. -- 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]
