Skip to content

Commit

Permalink
Merge pull request #1713 from tvon/patch-1
Browse files Browse the repository at this point in the history
Address formatting
  • Loading branch information
jaredbhatti authored Nov 17, 2016
2 parents 4be980c + 3c09864 commit 9b4e2ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started-guides/vsphere.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export GOVC_DATACENTER='ha-datacenter' # The datacenter to be used by vSphere cl
```

Sample environment

```shell
export GOVC_URL='10.161.236.217'
export GOVC_USERNAME='administrator'
Expand All @@ -79,6 +80,7 @@ export GOVC_DATACENTER='Datacenter'
```

Import this VMDK into your vSphere datastore:

```shell
govc import.vmdk kube.vmdk ./kube/
```
Expand Down

0 comments on commit 9b4e2ae

Please sign in to comment.