Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish capi powervs image for 1.24 release for workload clusters #708

Closed
mkumatag opened this issue Jun 17, 2022 · 6 comments · Fixed by #716
Closed

Publish capi powervs image for 1.24 release for workload clusters #708

mkumatag opened this issue Jun 17, 2022 · 6 comments · Fixed by #716
Labels
area/provider/ibmcloud Issues or PRs related to ibmcloud provider kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@mkumatag
Copy link
Member

/kind feature
/area provider/ibmcloud

Describe the solution you'd like
Publish capi powervs image for 1.24 release for workload clusters

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

@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. area/provider/ibmcloud Issues or PRs related to ibmcloud provider labels Jun 17, 2022
@mkumatag mkumatag added this to the 0.3 milestone Jun 17, 2022
@mkumatag
Copy link
Member Author

New image is built and pushed here for 1.24.2 version, can someone test and lemme know how it goes @Amulyam24 @Karthik-K-N @Prajyot-Parab

Region: us-south
Bucket: power-oss-bucket
Object: capibm-powervs-centos-streams8-1-24-2.ova.gz

@Prajyot-Parab
Copy link
Contributor

New image is built and pushed here for 1.24.2 version, can someone test and lemme know how it goes @Amulyam24 @Karthik-K-N @Prajyot-Parab

Region: us-south
Bucket: power-oss-bucket
Object: capibm-powervs-centos-streams8-1-24-2.ova.gz

will do.

@Prajyot-Parab
Copy link
Contributor

@mkumatag Cluster was successfully create and is in healthy state. However I am unable to ssh into machines (not sure why)

prajyotparab@Prajyots-MacBook-Pro cluster-api-provider-ibmcloud % kubectl get nodes -o wide
NAME                            STATUS   ROLES           AGE   VERSION   INTERNAL-IP      EXTERNAL-IP   OS-IMAGE          KERNEL-VERSION           CONTAINER-RUNTIME
capi-praj-control-plane-gb8wv   Ready    control-plane   88m   v1.24.2   192.168.167.11   <none>        CentOS Stream 8   4.18.0-394.el8.ppc64le   containerd://1.6.2
capi-praj-md-0-84jsz            Ready    <none>          83m   v1.24.2   192.168.167.12   <none>        CentOS Stream 8   4.18.0-394.el8.ppc64le   containerd://1.6.2
prajyotparab@Prajyots-MacBook-Pro cluster-api-provider-ibmcloud % ssh -I <PRIVATE_KEY> root@<MACHINE PUBLIC IP>
ssh: connect to host <MACHINE PUBLIC IP> port 22: Connection refused

@mkumatag
Copy link
Member Author

prajyotparab@Prajyots-MacBook-Pro cluster-api-provider-ibmcloud % ssh -I <PRIVATE_KEY> root@

This could be because of this issue mentioned here - ppc64le-cloud/pvsadm#283. I think I will have to generate a new base image and then rebuild this image.

@mkumatag
Copy link
Member Author

New image is pushed, ptal @Prajyot-Parab

Region: us-south
Bucket: power-oss-bucket
Object: capibm-powervs-centos-streams8-1-24-2-0-1655736789.ova.gz

@Prajyot-Parab
Copy link
Contributor

New image is pushed, ptal @Prajyot-Parab

Region: us-south
Bucket: power-oss-bucket
Object: capibm-powervs-centos-streams8-1-24-2-0-1655736789.ova.gz

Image looks good, cluster created and is in healthy state, ssh working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/provider/ibmcloud Issues or PRs related to ibmcloud provider kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants