apiVersion: v1
clusters:
- cluster:
    insecure-skip-tls-verify: true
    server: https://127.0.0.1:6443
  name: test-apiserver
contexts:
- context:
    cluster: test-apiserver
    user: admin
  name: admin
current-context: admin
kind: Config
users:
- name: admin
  user:
    # The tests which use this kubeconfig are run in a container 
    # and expect these files to be mounted at this location.
    client-certificate: /home/user/certs/admin.pem
    client-key: /home/user/certs/admin-key.pem
