flink-kubernetes-operator
flink-kubernetes-operator copied to clipboard
[FLINK-34441] Add guide to submit flink SQL scripts via the operator (using flink-sql-runner-example)
What is the purpose of the change
This pull request adds documentation about flink-sql-runner-example in the Kubernetes operator documentation page. Majority of the content is copied over from the flink-sql-runner-example's readme.
Brief change log
- Added guide to submit flink SQL scripts via the kubernetes operator (using flink-sql-runner-example)
Verifying this change
This change is a trivial rework / code cleanup without any test coverage. I don't know if we have tests covering the docs project. I ran the project locally and made sure that my changes are being rendered properly.
Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no
- The public API, i.e., is any changes to the
CustomResourceDescriptors
: no - Core observer or reconciler logic that is regularly executed: no
Documentation
- Does this pull request introduce a new feature? no
- If yes, how is the feature documented? not applicable