jx2lee opened a new pull request, #4493: URL: https://github.com/apache/flink-cdc/pull/4493
## What is the purpose of this pull request? This PR corrects the Flink CDC CLI help text for the `--target` option. The help message listed `kubernetes-session` as a supported deployment target, but Flink CDC currently supports `kubernetes-application` only for Kubernetes-specific submission. Kubernetes session clusters can still be used by starting the Flink session cluster separately and submitting through the existing `remote` target. ## Brief change log - Removed the unsupported `kubernetes-session` value from the `--target` help text. - Kept the help message aligned with the deployment targets defined by `ComposeDeployment`. --- ## Verifying this change This change can be verified as follows: - Run `mvn --batch-mode --no-transfer-progress -pl flink-cdc-cli -am test` - Check `flink-cdc.sh --help` and confirm that the `--target` option no longer lists `kubernetes-session`. ## Documentation - Does this pull request introduce a new feature? no - If yes, how is the feature documented? not applicable --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes (OpenAI Codex) Generated-by: OpenAI Codex -- 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]
