Skip to content
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

kube driver: change default dind image to alpine #453

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Commits on Mar 25, 2024

  1. kube driver: change default dind image to alpine

    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))
    ```
    Roy Razon committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2f6053d View commit details
    Browse the repository at this point in the history