carvel-dev / carvel

Carvel provides a set of reliable, single-purpose, composable tools that aid in your application building, configuration, and deployment to Kubernetes. This repo contains information regarding the Carvel open-source community.
https://carvel.dev/
Apache License 2.0
369 stars 108 forks source link

install kapp in ubuntu 20.04. installing ytt... main: line49 /tmp/ytt: permission denied #139

Closed davincizhao closed 2 years ago

davincizhao commented 3 years ago

What steps did you take: [A clear and concise description steps and yaml files that can be used to reproduce the problem.] in root account: get -O- https://carvel.dev/install.sh | bash What happened: [A small description of the result or the yaml that was generated] installing ytt... main: line49 /tmp/ytt: permission denied What did you expect: [A description of what was expected and the yaml that should have been generated] install kapp in ubuntu os

Anything else you would like to add: [Additional information that will assist in solving the issue.]

Environment: ubuntu 20.04.


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible" 👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

cppforlife commented 3 years ago

(moved the issue here since it was not really related to ytt)

line 49: https://github.com/vmware-tanzu/carvel.dev/blob/b46b14ca5c2ac0988b4905ff0a37d8580875e152/static/install.sh#L49 tries to stream bits into /tmp/ytt. please verify that that's possible.

cppforlife commented 2 years ago

closing this. feel free to reopen.