Files
kindOnVM/manifests/kind-cloud-provider.yaml

8 lines
173 B
YAML

version: '3'
services:
proxy:
build: ../cloud-provider-kind
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
network_mode: "host"