mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-02 14:23:54 +00:00
Implement apiserver communication for Vagrant
This implementation is based on the GCE impementation from 618a367dbb48dbaa9c3b50e877858d854322fd0b.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% if grains.cloud is defined %}
|
||||
{% if grains.cloud == 'gce' %}
|
||||
{% if grains.cloud == 'gce' or grains.cloud == 'vagrant' %}
|
||||
# TODO: generate and distribute tokens on other cloud providers.
|
||||
/srv/kubernetes/known_tokens.csv:
|
||||
file.managed:
|
||||
|
||||
Reference in New Issue
Block a user