We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: I deployed Drone Runner on GKE Autopilot following the official documentation, and my parameter settings are as follows:
env: DRONE_RPC_SECRET: test DRONE_SECRET_PLUGIN_ENDPOINT: http://drone-kubernetes-secrets:3000 DRONE_SECRET_PLUGIN_TOKEN: test DRONE_RUNNER_NETWORK_OPTS: "com.docker.network.driver.mtu:12345" dind: commandArgs: - "--host" - "tcp://localhost:2375" - "--mtu=12345" securityContext: privileged: false podSecurityContext: fsGroup: 2000 securityContext: capabilities: drop: - ALL readOnlyRootFilesystem: true runAsNonRoot: true runAsUser: 1000
However, when I check the logs of the Runner pod, I encountered the following errors:
grpc: addrConn.createTransport failed to connect to {unix:///var/run/docker/containerd/containerd.sock <nil> 0 <nil>}. Err :connection error: desc = \"transport: Error while dialing dial unix:///var/run/docker/containerd/containerd.sock: timeout\". Reconnecting..." module=grpc failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: iptables failed: iptables -t nat -N DOCKER: iptables v1.8.9 (legacy): can't initialize iptables table `nat': Permission denied (you must be root)
I'm seeking assistance on how to resolve and adjust the configuration for the mentioned issues.
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
I deployed Drone Runner on GKE Autopilot following the official documentation, and my parameter settings are as follows:
However, when I check the logs of the Runner pod, I encountered the following errors:
I'm seeking assistance on how to resolve and adjust the configuration for the mentioned issues.
Thank you.
The text was updated successfully, but these errors were encountered: