Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kube driver: change default dind image to alpine (#453)
fix errors while starting the Docker server on GKE nodes: ``` failed to start daemon: Error initializing network controller: error creating default bridge network: Failed to Setup IP tables: Unable to enable NAT rule: (iptables failed: iptables --wait -t nat -I POSTROUTING -s 172.17.0.0/16 ! -o docker0 -j MASQUERADE: Warning: Extension MASQUERADE revision 0 not supported, missing kernel module? iptables v1.8.10 (nf_tables): CHAIN_ADD failed (No such file or directory): chain POSTROUTING (exit status 4)) ```
- Loading branch information