Tejal Desai
Tejal Desai
@philips The last time had this issue, we advised the user to number the CRDs "01-crd.yaml", "02-resource.yaml". Kubectl respects the ordering. Can you try that? Thanks Tejal
@piomin I think the rendered yaml is correct. Skaffold should replace the `image` with the build sha. ``` # Source: sample-spring-kotlin-microservice/templates/deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: sample-spring-kotlin-microservice spec: selector:...
/cc @priyawadhwa Can we provide users anything to measure the memory usage ? @jyipks Can you tell us if you have set resource limits in kaniko pod spec Also please...
@micthiesen Thanks for providing the work-around. We will definitely investigate and fix this.
@micthiesen and @rustymunkey I think we might have identified the root cause for this behavior. The reason why this is intermittent is, - apt get ends up running child process...
Thanks @drptbl . this is the next on our list. Will update the progress
@drptbl I tried your dockerfile and am not able to reproduce this error. ``` tejaldesai@tejaldesai-macbookpro2 ~docker run -it gcr.io/tejal-test/test /bin/sh tejaldesai@tejaldesai-macbookpro2 ~docker run -it gcr.io/tejal-test/test /bin/sh # which npm /usr/local/bin/npm...
This is not currently a high priority for team. Happy to see community contributions!
Thanks folks, Is this ready to merge now?