Laszlo Fogas
Laszlo Fogas
It can be rendered and deployed. https://github.com/gimlet-io/onechart/issues/49 Deploy automation is another question.
So practically this would mean OneChart would get an `initContainer` field, and a place to put commands? An example from https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ shows a similar syntax. ``` initContainers: - name: init-myservice...
@lalyos would this be a solution to your proposal?
@lalyos check this out https://github.com/gimlet-io/onechart/pull/63
Mounting the layer cache into the plugin is not recommended I think. Instead, you can use cache-from that is portable even to drone cloud. ``` kind: pipeline name: default steps:...
You are right `startupProbe` is missing at this point. Maybe you can work it around with `podSpec`: https://github.com/gimlet-io/onechart/pull/114 while we deliver this. Update: also documented here: https://gimlet.io/docs/onechart-reference#supporting-any-kubernetes-field
Good find. We are going to fix this!
Seems https://github.com/Depado/ginprom has it.
Hello @tropnikovvl Capacitor does not need elaborate manifests to be deployed. The only requirement, is the proper RBAC so it can gather the data. > own labels, annotations, ingress or...
Valid points. Let me go deeper on this topic.