You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
409 B

9 years ago
  1. apiVersion: v1
  2. kind: Config
  3. current-context: proxy-to-{{ cluster_name }}
  4. preferences: {}
  5. contexts:
  6. - context:
  7. cluster: {{ cluster_name }}
  8. user: proxy
  9. name: proxy-to-{{ cluster_name }}
  10. clusters:
  11. - cluster:
  12. certificate-authority: {{ kube_cert_dir }}/ca.crt
  13. server: http://{{ groups['kube-master'][0] }}:8080
  14. name: {{ cluster_name }}
  15. users:
  16. - name: proxy
  17. user:
  18. token: {{ proxy_token }}