19 lines
407 B
YAML
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
|