Peter Pan
Peter Pan
same here: ``` gcr.io/kaniko-project/executor v1.8.1 a2a981eb8745 2 weeks ago 63.4MB ``` stuck on `Unpacking`. My code repo is tiny. only some golang code. ``` INFO[0008] Unpacking rootfs as cmd COPY...
now, I can **reproduce** this issue by simply adding two magic lines from [**tutorial**](https://github.com/GoogleContainerTools/kaniko/blob/main/docs/tutorial.md) (Step 1): add something in context ``` + $ echo "Peter" > a.txt $ echo 'FROM...
@tejal29 would you revisit this issue again ? maybe P1 priority ? seems it makes kaniko unusable ...
I found we enable `net.ipv4.vs.conntrack=1` in the code, but when running a native keepalived service(yum install then service keepalived start), this kernel parameter is not required. This also confuses me...
`conntrack=1` is required if we use `MASQUERADE` to achieve SNAT. But not catching what's the recommendation way `kube-keepalived-vip` officially suggest to achieve SNAT .
keepalived/lvs will not do SNAT, but only DNAT. you will have to achieve snat by yourself. example, on the real server node , set the default gateway to the VIP.
Anyway, it has been more than one month, so looking forward to this CRD feature coming to be merged :-) @steven-sheehy @aledbf
it seems this proposal has been forgotten ? ^_^
I believe it's should not be a kube-keepalived-vip problem. `RunContainerError ` usually the docker-daemon issues. looking from the internet, trying to free node memory cache and restart docker-daemon ? https://github.com/opencontainers/runc/issues/1343...
as a new guest : My best guess , to support IPV6, LVS(keepalived+ipvs) has supported ipv6, so does kubernetes in v1.13. so is it straightforward to filling the IPV6 address...