Skip to content

Commit 2776e8c

Browse files
authored
Merge pull request #1848 from cji/cji-fix1
Remove outdated references to unused capv-images bucket
2 parents db2bd78 + 9c46d08 commit 2776e8c

File tree

2 files changed

+0
-171
lines changed

2 files changed

+0
-171
lines changed

docs/book/src/capi/providers/vsphere.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -108,40 +108,6 @@ The addition of `PACKER_FLAGS=-on-error=ask` means that if an error is encounter
108108

109109
The images are built and located in `images/capi/output/BUILD_NAME+kube-KUBERNETES_VERSION`
110110

111-
## Uploading Images
112-
113-
The images are uploaded to the GCS bucket `capv-images`. The path to the image depends on the version of Kubernetes:
114-
115-
| Build type | Upload location |
116-
| ---------- | ------------------------------------------------------------------------------------ |
117-
| CI | `gs://capv-images/ci/KUBERNETES_VERSION/BUILD_NAME-kube-KUBERNETES_VERSION.ova` |
118-
| Release | `gs://capv-images/release/KUBERNETES_VERSION/BUILD_NAME-kube-KUBERNETES_VERSION.ova` |
119-
120-
Uploading the images requires the `gcloud` and `gsutil` programs, an active Google Cloud account, or a service account with an associated key file. The latter may be specified via the environment variable `KEY_FILE`.
121-
122-
```shell
123-
hack/image-upload.py --key-file KEY_FILE BUILD_DIR
124-
```
125-
126-
First the images are checksummed (SHA256). If a matching checksum already exists remotely then the image is not re-uploaded. Otherwise the images are uploaded to the GCS bucket.
127-
128-
### Listing Available Images
129-
130-
Once uploaded the available images may be listed using the `gsutil` program, for example:
131-
132-
```shell
133-
gsutil ls gs://capv-images/release
134-
```
135-
136-
### Downloading Images
137-
138-
Images may be downloaded via HTTP:
139-
140-
| Build type | Download location |
141-
| ---------- | ------------------------------------------------------------------------------------------------------------- |
142-
| CI | `http://storage.googleapis.com/capv-images/ci/KUBERNETES_VERSION/BUILD_NAME-kube-KUBERNETES_VERSION.ova` |
143-
| Release | `http://storage.googleapis.com/capv-images/release/KUBERNETES_VERSION/BUILD_NAME-kube-KUBERNETES_VERSION.ova` |
144-
145111
## Testing Images
146112

147113
### Accessing the Images

images/capi/hack/image-upload.py

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)