Re:Re: Application upgrade rollbacks failed in Flink Kubernetes Operator

2023-02-19 Thread hjw
Hi I declare a error pod-template without a container named flink-main-container to test rollback feature. Please pay attention to the Pod-template in the old and new specs. Last stable spec: apiVersion: flink.apache.org/v1beta1 kind: FlinkDeployment metadata: name: basic-example spec: imag

Re: Application upgrade rollbacks failed in Flink Kubernetes Operator

2023-02-19 Thread Shammon FY
Hi I cannot see the difference between the two configurations, but the error info `Failure executing: POST at: https://*/k8s/clusters/c- fwkxh/apis/apps/v1/namespaces/test-flink/deployments. Message: Deployment.apps "basic-example" is invalid` is strange. Maybe you can check whether the configurat

Application upgrade rollbacks failed in Flink Kubernetes Operator

2023-02-19 Thread hjw
I make a test on the Application upgrade rollback feature, but this function fails.The Flink application mode job cannot roll back to last stable spec. As shown in the follow example, I declare a error pod-template without a container named flink-main-container to test rollback feature. However,