kubernetes-sigs / cluster-api-provider-ibmcloud

Cluster API Provider for IBM Cloud
https://cluster-api-ibmcloud.sigs.k8s.io
Apache License 2.0
60 stars 76 forks source link

Build Power VS DHCP enabled image with k8s version 1.29.3 #1833

Closed Karthik-K-N closed 3 days ago

Karthik-K-N commented 3 weeks ago

/kind feature /area provider/ibmcloud

Describe the solution you'd like [A clear and concise description of what you want to happen.]

We need to build the Power VS image compatible with DHCP service.

The instruction to build the image can be found here https://main.cluster-api-ibmcloud.sigs.k8s.io/developer/build-images#powervs

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Some notes from previous experience of building the image

  1. The image builder is currently run from x86 machine of VPC which should be connected to to Power VS workspace via TransitGateway because as a part of image building the image builder tries to ssh into VM with DHCP IP of VM which is private.
  2. Customisation to Centos OS image should be done to enable DHCP network.

Previously built image details

COS_BUCKET_REGION="us-south" 
COS_BUCKET_NAME="power-oss-bucket" 
COS_OBJECT_NAME=capibm-powervs-centos-streams8-1-28-4-1707287079.ova.gz 
Amulyam24 commented 3 weeks ago

/assign

Amulyam24 commented 3 days ago

Image created, details

COS_BUCKET_REGION="us-south" 
COS_BUCKET_NAME="power-oss-bucket" 
COS_OBJECT_NAME=capibm-powervs-centos-streams9-1-29-3-1719470782.ova.gz
Amulyam24 commented 3 days ago

/close

k8s-ci-robot commented 3 days ago

@Amulyam24: Closing this issue.

In response to [this](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/issues/1833#issuecomment-2201951040): >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.