Deployment of Datapipeline flink job is failing #500
-
Hi Team,
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
hi @sandeep-r1 Is this a new installation or a upgrade ?which release are you using ? Please add more details |
Beta Was this translation helpful? Give feedback.
-
Here are a few steps you can try to troubleshoot and resolve the issue: Verify the Kubernetes version: Ensure that the Kubernetes cluster you are deploying to supports the "autoscaling/v2beta1" version and that the HorizontalPodAutoscaler feature is enabled. You can check the Kubernetes documentation or consult your cluster administrator for more information. Check the Helm chart: Review the Helm chart for the release and ensure that it is compatible with the Kubernetes version and API resources available in your cluster. Check if the chart specifies any specific versions or requirements for HorizontalPodAutoscaler. Update Helm and Tiller: Make sure you have the latest version of Helm and Tiller (the server-side component of Helm) installed. You can update Helm using the following command: helm repo update Check the release status: Verify if the release "ingest-router" already exists in your cluster. You can list all the releases using the following If the release already exists, you can try deleting it before running the upgrade command again: Note: Be cautious when deleting releases, as it may result in data loss or service disruption. Debug Helm installation: You can enable the --debug flag in the helm upgrade command to get more detailed information about the installation process and any potential errors. This can help you identify the specific cause of the issue. |
Beta Was this translation helpful? Give feedback.
@santhosh-tg issue resloved , thank you.