mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #1022 from pietern/guide-fix
Include missing step in vsphere guide
This commit is contained in:
commit
183ea25016
@ -65,8 +65,11 @@ Now, let's continue with deploying Kubernetes:
|
||||
```sh
|
||||
cd kubernetes
|
||||
|
||||
# Build a release
|
||||
release/build-release.sh
|
||||
# Build source
|
||||
hack/build-go.sh
|
||||
|
||||
# Build a release (argument is the instance prefix)
|
||||
release/build-release.sh kubernetes
|
||||
|
||||
# Deploy Kubernetes (takes ~5 minutes, provided everything works out)
|
||||
export KUBERNETES_PROVIDER=vsphere
|
||||
|
Loading…
Reference in New Issue
Block a user