tillrohrmann commented on a change in pull request #11228: [FLINK-16293][Kubernetes] Document using plugins in Kubernetes URL: https://github.com/apache/flink/pull/11228#discussion_r395086899
########## File path: docs/ops/deployment/docker.zh.md ########## @@ -68,6 +68,37 @@ Therefore, one needs to build a dedicated container image for every job. The `flink-container` module contains a `build.sh` script which can be used to create such an image. Please see the [instructions](https://github.com/apache/flink/blob/{{ site.github_branch }}/flink-container/docker/README.md) for more details. +## Using plugins +As described in the [plugins]({{ site.baseurl }}/zh/ops/plugins.html) documentation page: in order to use plugins they must be +copied to the correct location in the flink installation for them to work. Review comment: ```suggestion copied to the correct location in the Flink installation for them to work. ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
