-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to create state file when provided #109
Comments
Looks like how k8s mounts the /porter/state.tgz file there needs to be a check for the unexpected EOF. The state file will exist but be empty. Adding in fix and testing this now |
After some investigation from @sgettys , the problem is related to cnabio/cnab-go#266. |
The workaround fix in porter is completes: getporter/porter#2307 |
Can we close this issue or is there still something else that needs to happen? |
This should be complete |
I'm getting the following error when trying to use a porter bundle that has "state" provided in the manifest when running in the operator:
could not create a new gzip reader for the statefile: unexpected EOF
This is when using "state" to store off terraform tfstate files ex:
This works when setting the tfstate file as a bundle output and using it that way.
Running this on beta.2 in the operator
originally reported by @sgettys
The text was updated successfully, but these errors were encountered: