Skip to content

Commit

Permalink
Merge pull request #13 from Intel-Corp/dev/multustprsupport
Browse files Browse the repository at this point in the history
adding sample kubeconfig file for testing the Multus
  • Loading branch information
rkamudhan committed Jun 30, 2017
2 parents f84cee4 + a942436 commit 531b521
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/node-kubeconfig.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 531b521

Please sign in to comment.