Suleiman Dibirov

Results 125 comments of Suleiman Dibirov

@radekcz try to swap the `PersistentVolume` and `PersistentVolumeClaim` weights. Resources with **lower weights** are **executed first**, while resources with **higher weights** are **executed later**.

@radekcz thank you for the details, you're right. Fixed the behaviour here https://github.com/helm/helm/pull/13365

@edmondop I think the reason is in the `IMAGE_TAG`, try to use `image: "{{.IMAGE_FULLY_QUALIFIED_datafusion_ray}}"` (c) https://skaffold.dev/docs/deployers/helm/

After both of these changes https://github.com/GoogleContainerTools/skaffold/pull/9476 and https://github.com/GoogleContainerTools/skaffold/pull/9451 It now **takes only 4 minutes** from the time the `skaffold dev` command is run until the deployment stabilizes. It used to...

@ericzzzzzzz what do you think about this PR? it reduced kaniko **build time by 50%** and **data transfer by 70%**(from 610M to 167M)

@ericzzzzzzz hi! could you please merge this? I need new config for 2 other PR

@ericzzzzzzz hi! Could you please check it? I think it'll be better to merge it before release, otherwise need to generate new config for it

Hi @ericzzzzzzz , I noticed that this pull request has been pending for a while. Is there anything more needed from my side? Please let me know if there are...