add local cluster config
This commit is contained in:
10
ctrl/k8s/kind-config.yaml
Normal file
10
ctrl/k8s/kind-config.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
kind: Cluster
|
||||
apiVersion: kind.x-k8s.io/v1alpha4
|
||||
name: eth
|
||||
nodes:
|
||||
- role: control-plane
|
||||
extraPortMappings:
|
||||
- containerPort: 30050
|
||||
hostPort: 8050
|
||||
listenAddress: "0.0.0.0"
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user