Initial version of shadowsocks-libev application
This commit is contained in:
@ -44,6 +44,7 @@ steps:
|
||||
export PATH=$PWD/.bin:$PATH
|
||||
apk update && apk add docker curl bash
|
||||
curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
|
||||
echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
||||
k3d cluster create test --api-port 16443 --k3s-arg="kubelet-args=\"--allowed-unsafe-sysctls=net.ipv4.ip_forward\""@all
|
||||
sed -i -E -e 's/localhost|0\.0\.0\.0/docker/g' ~/.kube/config
|
||||
kubectl get storageclass
|
||||
@ -81,6 +82,7 @@ services:
|
||||
image: docker:dind
|
||||
commands:
|
||||
- echo "1" > /proc/sys/net/ipv4/ip_forward
|
||||
- echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
||||
- dockerd -H tcp://0.0.0.0:2375 --tls=false
|
||||
privileged: true
|
||||
ports:
|
||||
|
Reference in New Issue
Block a user