mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-10 12:33:22 +00:00
Merge pull request #13 from Intel-Corp/dev/multustprsupport
adding sample kubeconfig file for testing the Multus
This commit is contained in:
commit
531b521c6f
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
|
Loading…
Reference in New Issue
Block a user