Add skip-pull to k8s roles
They absolutely do not work in a pull environment
This commit is contained in:
parent
3eb5b50832
commit
1fdb9651c0
@ -5,11 +5,11 @@
|
|||||||
- hosts: k8s
|
- hosts: k8s
|
||||||
roles:
|
roles:
|
||||||
- role: docker
|
- role: docker
|
||||||
tags: [ k8s, docker ]
|
tags: [ k8s, docker, skip-pull ]
|
||||||
# Note: the master and all its nodes must run this role at the same time
|
# Note: the master and all its nodes must run this role at the same time
|
||||||
# in order for the join token to be registered properly.
|
# in order for the join token to be registered properly.
|
||||||
# Failure to do so will result in nodes not joining the cluster.
|
# Failure to do so will result in nodes not joining the cluster.
|
||||||
- role: k8s
|
- role: k8s
|
||||||
vars:
|
vars:
|
||||||
kubernetes_enable_web_ui: yes
|
kubernetes_enable_web_ui: yes
|
||||||
tags: [ k8s ]
|
tags: [ k8s, skip-pull ]
|
||||||
|
Loading…
Reference in New Issue
Block a user