mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #145] can't modprobe af_key on GKE Kubernetes #133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zegetech on GitHub (May 7, 2019).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/145
Does this work on GKE. Trying the ubuntu GKE node image and note getting through to modprobe af_key.
getting
@hwdsl2 commented on GitHub (May 7, 2019):
@zegetech Hello! Unfortunately, this Docker image has not been tested on GKE. According to your logs, your server's kernel is missing its corresponding kernel modules in
/lib/modules/4.15.0-1028-gcp. Once you fix that, you'll be able to usemodprobeto insert theaf_keymodule.@hwdsl2 commented on GitHub (Jun 9, 2019):
The
af_keykernel module is no longer required in the latest version of this Docker image with Libreswan 3.28.@zegetech commented on GitHub (Jun 11, 2019):
Great. Thanks @hwdsl2 . Had got it work by
ubuntuNode imageNow i can use the GKE default and more secure
cosimage