-
Notifications
You must be signed in to change notification settings - Fork 111
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
RHCOS VMDK in AWS Private region #407
Comments
Hmm, that looks off. Check out the values we use here: https://github.com/coreos/coreos-assembler/blob/60bc058e37452b6406ad50aff4149a23945b9ade/mantle/platform/api/aws/images.go#L332-L355. |
(Or better, you should be able to use |
@darkdatter Here's a cleaned up set of instructions from what I posted in the original investigation in #396 https://github.com/jaredhocutt/openshift4-deploy/blob/master/docs/rhcos.md |
I was curious about that myself, but stuck with it since that's what @jaredhocutt's solution used/tested. Is it just '/dev/xvda' for the main device, and '/dev/xvdb' for ephemeral?
I am assuming ore would come with Mantle if I installed it? (sorry, not familiar with the CoreOS side)
That's neat, thanks! Did you have no issues with |
I have not had any issues using Off the top of my head, I don't recall where I got |
|
@darkdatter My apologies for not responding to your question about that earlier. I have done those same steps with 4.4 and it worked. I just haven't updated the examples in my document. |
Would it be possible if you (or anyone else) to validate based off the VMDK I am using? |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I am attempting to follow @jaredhocutt's work with modifying a RHCOS VMDK into a snapshot, which can then be loaded into AWS:
https://github.com/openshift/os/pull/396
Reference to the image's EFI issue that forces this workaround:
https://bugzilla.redhat.com/show_bug.cgi?id=1794157
I am using: rhcos-44.81.202004260825-0-aws.x86_64.vmdk
Here are my steps:
However, I don't think this is working as I cannot SSH into machines created with this + ignition configs, and I can see that ELB health checks are failing for the API/etcd ports, and I can't ping the machines from my bastion. Any Ideas if this is something I am doing wrong? Has anyone else tested this workaround on OCP 4.4?
The text was updated successfully, but these errors were encountered: