PengYuan

Results 21 comments of PengYuan
trafficstars

@gyfora @wangyang0918 Please help me review this PR.

@usamj Maybe we can set three mode for flinkdeployment CR: 1. native 2. standalone_deployment 3. standalone_statefulset two of these modes are available as standalone: 1. standalone_deployment 2. standalone_statefulset And volumeClaimTemplates...

@gyfora I believe that configuring PVC for JM is necessary in some scenarios. As @usamj said,we can set a configurable option for standalone to choose Deployment or StatefulSet.

@gyfora @wangyang0918 @morhidi @usamj Thanks for yours review. I will make a FLIP to describe the proposal.

The scheduler can be setting with schedulerName in podTemplate simply,I think there is no need to add options to kubernetes config. ![image](https://user-images.githubusercontent.com/9366589/183551428-b831e4a9-9e70-4077-9b17-e57d780549b4.png)

> Could we fix this issue in the `KubernetesUtils#loadPodFromTemplateFile`? Set an empty spec if not specified. This PR fixes the issue in KubernetesUtils#loadPodFromTemplateFile. When no spec field is specified, set...

> Would you like to create a backport PR to release-1.15? My pleasure! The backport PR has been created to release-1.15: https://github.com/apache/flink/pull/20558