File: k3s-kubeconfig

package info (click to toggle)
docker-buildx 0.13.1%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,356 kB
  • sloc: sh: 299; makefile: 87
file content (20 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
apiVersion: v1
clusters:
- cluster:
    certificate-authority-data: dGhlLWNh
    server: https://someserver
  name: test-cluster
contexts:
- context:
    cluster: test-cluster
    user: test-user
    namespace: zoinx
  name: test
current-context: test
kind: Config
preferences: {}
users:
- name: test-user
  user:
    username: admin
    password: testpwd