Skip to content

Commit daea2a9

Browse files
authored
Add doc for the images (#587)
1 parent 4833c0c commit daea2a9

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

docs/book/src/SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
- [Introduction](./introduction.md)
44
- [Getting Started](./getting-started.md)
5+
- [Images](./machine-images/index.md)
6+
- [VPC](./machine-images/vpc.md)
7+
- [Power VS](./machine-images/powervs.md)
58
- [Topics](./topics/index.md)
69
- [VPC Cluster](./topics/vpc/index.md)
710
- [Prerequisites](./topics/vpc/prerequisites.md)

docs/book/src/machine-images/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## IBM Cloud Machine Images for CAPIBM Clusters
2+
3+
CAPIBM requires a “machine image” containing pre-installed, matching versions of kubeadm and kubelet. Machine image is required during the cluster creation in the AWSMachineTemplate spec.
4+
5+
Pre-built public Images are published by the maintainers regularly for each new Kubernetes version.
6+
7+
>Note: These images are only for the test purpose
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Power VS Images
2+
3+
4+
| Region | Bucket | Object | Kubernetes Version |
5+
|----------|------------------|-----------------------------------------------------------------|--------------------|
6+
| us-south | power-oss-bucket | [capibm-powervs-centos-streams8-1-22-4.ova.gz][streams8-1-22-4] | 1.22.4 |
7+
8+
9+
[streams8-1-22-4]: https://power-oss-bucket.s3.us-south.cloud-object-storage.appdomain.cloud/capibm-powervs-centos-streams8-1-22-4.ova.gz

docs/book/src/machine-images/vpc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This page is still being written - stay tuned!

0 commit comments

Comments
 (0)