Skip to content
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

Error: Unable to build the kustomization for kustomizations/bigbang #326

Closed
RothAndrew opened this issue Feb 14, 2022 · 5 comments · Fixed by #327
Closed

Error: Unable to build the kustomization for kustomizations/bigbang #326

RothAndrew opened this issue Feb 14, 2022 · 5 comments · Fixed by #327
Assignees
Labels
bug 🐞 Something isn't working

Comments

@RothAndrew
Copy link
Contributor

Steps to reproduce

# Checkout master
git checkout master && git pull

# Move to examples dir
cd examples

# make sure we're fresh
make clean

# build 'zarf' and 'zarf-init.tar.zst'
make build-release

# Try to build the big-bang example
make package-example-big-bang

What I saw

image

When I set -l debug:

image

What I expect

The big-bang example builds successfully

Environment

  • MacOS (Intel), Zarf master branch
@RothAndrew
Copy link
Contributor Author

I'm dropping what I'm doing to look at this right now. Would love input from @jeff-mccoy or @YrrepNoj as well

@RothAndrew RothAndrew self-assigned this Feb 14, 2022
@RothAndrew RothAndrew moved this from New Requests to Doing Now in Zarf Project Board Feb 14, 2022
@RothAndrew
Copy link
Contributor Author

IIRC Zarf was building its own kustomization.yaml out of raw manifest files. It doesn't seem to be doing that any more. It looks like it now expects a kustomization.yaml.

@jeff-mccoy
Copy link
Contributor

I'm tied up for the next couple of hours, can you verify a regular zarf zarf.yaml from the correct directory is the same? This feels like some sort of relative path issue.

@RothAndrew
Copy link
Contributor Author

Is this what you mean?

cd examples/big-bang
../sync/zarf-mac-intel package create --confirm -l debug

image

@YrrepNoj
Copy link
Contributor

I'm seeing the same thing on my end. It looks like the Kustomization was removed in this commit. Looking back through the commits now to try to piece together what happened.

@RothAndrew RothAndrew added bug 🐞 Something isn't working and removed possible-bug 🐛 labels Feb 14, 2022
Repository owner moved this from Doing Now to Done in Zarf Project Board Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants