Kubernetes dashboard 配置
spec: containers:- name: kubernetes-dashboard
image: harbor.biglittleant.cn/test/kubernetes-dashboard-amd64:v1.6.3
ports:
- containerPort: 9090
protocol: TCP
args:
# Uncomment the following line to manually specify Kubernetes API server Host
# If not specified, Dashboard will attempt to auto discover the API server and connect
# to it. Uncomment only if the default does not work.
- --apiserver-host=http://192.168.56.12:8080
页:
[1]