Alexandre Vilain

Results 102 comments of Alexandre Vilain

Hi @kzys ! Containerd is now supporting go modules (https://github.com/containerd/containerd/pull/4760) and cri has been moved to containerd's main repo (https://github.com/containerd/containerd/tree/master/pkg/cri). It think that we can work back on this issue....

Thank's for your answer 👍 Do you have any documentation link ? I'll try to implement this.

Ok, thanks ! Regarding to the links, It looks to be complicated to get pictures.

Hi @alexellis! Sorry for the delay. I don't know which provider exposes the OpenStack API. The only provider I know is OVH which exposes the OpenStack API. I think that...

Hi @alexellis I think that I can take inspiration from the terraform openstack provider. There are many parameters: https://github.com/terraform-providers/terraform-provider-openstack/blob/master/openstack/provider.go

Hi ! Your problem is that heroku is waiting for an app listening on the port number "$PORT". And here, you're building a frontend app, no server is running. You...

Hi @jashandeep-sohi ! Thanks for reporting this issue. Are you interested on implementing this ?

I think that maybe we have to do some cleaning on the API. For now the api provides the following fields: - `spec.jobTtlSecondsAfterFinished` - `spec.jobResources` - `spec.jobInitContainers` Adding more and...

Yes @jashandeep-sohi sorry if my explanations weren't clear enought. Let's do it in 3 steps: - You can create the PR to add: `spec.persistence.jobs.overrides`. - Then you or me can...

Thanks for this contribution @yujunz ! Is there any breaking change on the API ? Could we still use YAML as done currently in overrides ? I need some time...