SUSE / cap

Apache License 2.0
2 stars 1 forks source link

Remove privileged from helm charts ci #22

Closed viccuad closed 4 years ago

viccuad commented 4 years ago

Analogous to cloudfoundry-incubator/kubecf#885

There is a performance hit of 20mins on startup, see: concourse/concourse#4332

viccuad commented 4 years ago

(I suppose you mean with unprivileged containers). No, it's untested. Opened the PR to have it tracked.

All things done are https://github.com/SUSE/cap/blob/master/cap-helm-charts-ci/tasks/create_pr.sh, which consist in creating folders and files in ~. None of this requires root privileges, I have just successfully tested creating files and folders on one of the unprivileged containers in the kubecf pipeline.

bikramnehra commented 4 years ago

(I suppose you mean with unprivileged containers). No, it's untested. Opened the PR to have it tracked.

All things done are https://github.com/SUSE/cap/blob/master/cap-helm-charts-ci/tasks/create_pr.sh, which consist in creating folders and files in ~. None of this requires root privileges, I have just successfully tested creating files and folders on one of the unprivileged containers in the kubecf pipeline.

Thanks for correcting, yes I meant unprivileged.