File: admin.kubeconfig

package info (click to toggle)
golang-github-containers-image 5.28.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,104 kB
  • sloc: sh: 194; makefile: 73
file content (20 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (5)
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: Q2x1c3RlciBDQQ==
    server: https://172.17.0.2:8443
  name: 172-17-0-2:8443
contexts:
- context:
    cluster: 172-17-0-2:8443
    namespace: default
    user: system:admin/172-17-0-2:8443
  name: default/172-17-0-2:8443/system:admin
current-context: default/172-17-0-2:8443/system:admin
kind: Config
preferences: {}
users:
- name: system:admin/172-17-0-2:8443
  user:
    client-certificate-data: Q2xpZW50IGNlcnQ=
    client-key-data: Q2xpZW50IGtleQ==