Skip to content

Commit

Permalink
fix新增node的harbor证书安装
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgao1983 committed Feb 26, 2018
1 parent de743d7 commit 15df0aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 11.harbor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
- docker
- harbor

- hosts: kube-node
- hosts:
- kube-node
- new-node
tasks:
- name: harbor证书目录创建
file: name=/etc/docker/certs.d/{{ HARBOR_DOMAIN }} state=directory
Expand Down

0 comments on commit 15df0aa

Please sign in to comment.