mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 08:09:58 +00:00
Fixing documentation
This commit is contained in:
parent
9c72e6e923
commit
28b40be7ce
@ -80,7 +80,7 @@ Import this VMDK into your vSphere datastore:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
export GOVC_URL='hostname' # hostname of the vc
|
export GOVC_URL='hostname' # hostname of the vc
|
||||||
export GOVC_USER='username' # username for logging into the vsphere.
|
export GOVC_USERNAME='username' # username for logging into the vsphere.
|
||||||
export GOVC_PASSWORD='password' # password for the above username
|
export GOVC_PASSWORD='password' # password for the above username
|
||||||
export GOVC_NETWORK='Network Name' # Name of the network the vms should join. Many times it could be "VM Network"
|
export GOVC_NETWORK='Network Name' # Name of the network the vms should join. Many times it could be "VM Network"
|
||||||
export GOVC_INSECURE=1 # If the host above uses a self-signed cert
|
export GOVC_INSECURE=1 # If the host above uses a self-signed cert
|
||||||
@ -104,10 +104,19 @@ parameters. The guest login for the image that you imported is `kube:kube`.
|
|||||||
Now, let's continue with deploying Kubernetes.
|
Now, let's continue with deploying Kubernetes.
|
||||||
This process takes about ~20-30 minutes depending on your network.
|
This process takes about ~20-30 minutes depending on your network.
|
||||||
|
|
||||||
|
#### From extracted binary release
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd kubernetes # Extracted binary release OR repository root
|
cd kubernetes
|
||||||
export KUBERNETES_PROVIDER=vsphere
|
KUBERNETES_PROVIDER=vsphere cluster/kube-up.sh
|
||||||
cluster/kube-up.sh
|
```
|
||||||
|
|
||||||
|
#### Build from source
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd kubernetes
|
||||||
|
make release
|
||||||
|
KUBERNETES_PROVIDER=vsphere cluster/kube-up.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Refer to the top level README and the getting started guide for Google Compute
|
Refer to the top level README and the getting started guide for Google Compute
|
||||||
|
Loading…
Reference in New Issue
Block a user