Files
kubesphere/test/e2e/kind.yaml
2021-09-29 12:11:29 +08:00

19 lines
407 B
YAML

kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
extraMounts:
- hostPath: /etc/localtime
containerPath: /etc/localtime
extraPortMappings:
- containerPort: 30881
hostPort: 9090
- role: worker
extraMounts:
- hostPath: /etc/localtime
containerPath: /etc/localtime
- role: worker
extraMounts:
- hostPath: /etc/localtime
containerPath: /etc/localtime