Initial version. Create a cluster with all services.
This commit is contained in:
8
manifests/kind-cloud-provider.yaml
Normal file
8
manifests/kind-cloud-provider.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
services:
|
||||
proxy:
|
||||
build: ../cloud-provider-kind
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
network_mode: "host"
|
||||
Reference in New Issue
Block a user