vsp-k8s.j2 587 B

1234567891011121314
  1. clientCert: {{ client_cert }}
  2. # The key to the certificate in clientCert above
  3. clientKey: {{ client_key }}
  4. # The certificate authority's certificate for the local kubelet. Usually the
  5. # same as the CA cert used to create the client Cert/Key pair.
  6. CACert: {{ ca_cert }}
  7. # Name of the enterprise in which pods will reside
  8. enterpriseName: {{ enterprise }}
  9. # Name of the domain in which pods will reside
  10. domainName: {{ domain }}
  11. # IP address and port number of master API server
  12. masterApiServer: {{ api_server }}
  13. # Bridge name for the docker bridge
  14. dockerBridgeName: {{ docker_bridge }}