mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-07 18:06:21 +00:00
Implement apiserver communication for Vagrant
This implementation is based on the GCE impementation from
618a367dbb.
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