-
Notifications
You must be signed in to change notification settings - Fork 779
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
Unable to build Microk8s 1.31 FIPS Snap Package #4811
Comments
Hello @AdeepKrishnaKeelar, Thank you very much for reporting the issue. Our team has to port the FIPS patch to the latest k8s. Could you please help us prioritize this work? Are there any deadlines on your side we should be aware of? |
Hi @louiseschmidtgen, yes please, would it be taken up in priority ? We are attempting the 1.31-FIPS build, and Helm is causing the break.. even manually attempting to change the version to either higher (3.15.0) or lower (3.13.3, 3.12.0, 3.11.0) has failed to build.. |
I've squashed the fix into the FIPS branch. All the best for your release! |
Thanks a lot @louiseschmidtgen and team !! |
Was attempting to build the Microk8s Snap Package using the 1.31 branch and after adding the FIPS commit on it. Had changed the Go version in the snapcraft.yaml to 1.21-fips/stable. Noticed a few issues --
CGO
to build helm. Tried debugging usinggit-am
commands, which does not really help. Only seeingDirty index: cannot apply patches
andrebase-error in .git
Reproduction Steps
git cherry-pick $(git log -n 1 remotes/origin/fips --pretty=format:"%H")
sudo SNAPCRAFT_BUILD_ENVIRONMENT=host snapcraft
(The same can be attempted using the LXD Container in Github Actions)
What Should Happen Instead ?
Expected: Process completed with snap package created of 1.31 Microk8s with FIPS enabled variables.
Logs
Sharing the part of the build where the error occurred (both manually on an Ubuntu 20.04 VM and Workflow Build (Ubuntu 20.04, LXD Snap Build)
The text was updated successfully, but these errors were encountered: