mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-25 19:43:50 +00:00
adding sample kubeconfig file for testing
Change-Id: I0ed3ceaae5d1a8b36affaa05ce830a3821eec7a0
This commit is contained in:
18
doc/node-kubeconfig.yaml
Normal file
18
doc/node-kubeconfig.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Config
|
||||
clusters:
|
||||
- name: local
|
||||
cluster:
|
||||
insecure-skip-tls-verify: true
|
||||
server: https://<master-IP-Address>:6443
|
||||
contexts:
|
||||
- context:
|
||||
cluster: local
|
||||
user: admin
|
||||
name: kubelet-context
|
||||
current-context: kubelet-context
|
||||
users:
|
||||
- name: admin
|
||||
user:
|
||||
password: admin
|
||||
username: admin
|
Reference in New Issue
Block a user