Amos
Amos
@BoopBoopBeepBoop / @JLofgren , if you use the release plugin in the global scope, you need to declare the subproject like this: ``` releaseStepTask(publish in Docker in subproject1), releaseStepTask(publish in...
Thanks for response @leakingtapan , the uid/gid of the container is: ```securityContext: fsGroup: 1000 runAsGroup: 1000 runAsNonRoot: true runAsUser: 100 ``` pod spec: ```apiVersion: v1 kind: Pod metadata: annotations: cni.projectcalico.org/podIP:...
Hi @jamengual , The use case is actually similar to [terragrunt tfr protocol ](https://terragrunt.gruntwork.io/docs/reference/config-blocks-and-attributes/#terraform). Currently I'm trying to run `atmos vendor pull -c aws/vpc` after setup `ComponenetVendorConfig` as below :...
+1 for JFrog Artifactory
same issue for me in K8S v1.10.5 / RHEL7.5 / KERNEL 3.10.0. osd-prepare-pod with mounting event exceptions like @xforze . any ideas?
cool @elvinasp ! I should give a try for that. I moved to rook.io project to deploy ceph.