-
Notifications
You must be signed in to change notification settings - Fork 21
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
Strongswan install silently fails #7
Comments
#8 might solve |
@mddamato should we consider using strongswan from k3s-root? see https://github.com/k3s-io/k3s-root/tree/v0.9.1/package/strongswan |
|
Thanks you for the pointer to the files @dweomer The k3s version especially the needed
I also tested the PR #8 which in the end did not find the needed binary ( I assume changing the image to alpine is not an option, as this snippet e.g. works and establishes a connection? FROM alpine:3.15
RUN apk add --no-cache ca-certificates strongswan net-tools
COPY --from=builder /opt/xtables/bin/ /usr/sbin/
COPY --from=builder /usr/local/bin/ /opt/bin/ |
Sorry, I missed this issue! Are you running k3s or rke2? |
Currently running an rke2 cluster, but for the sake of simplicity in terms of flannel switched to wireguard, so probably not going to pursue this any further. |
The Strongswan package is not installed. This prevents the use of the IPSEC flannel backend.
If I build the image, the build succeeds but strongswan is not installed:
It appears as though two things need to happen for the strongswan package to be linstalled:
image-build-flannel/Dockerfile
Line 37 in f3f2087
The text was updated successfully, but these errors were encountered: