-
Notifications
You must be signed in to change notification settings - Fork 296
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
Installing on Azure fails : Error creating Blob "rhcoswmem8.vhd" ... #302
Comments
This one should fix it: |
@jomeier ImageCache code fixes issues openshift#4034 and okd-project/okd/issues/302
I tried to compile @jomeier installer from the mentioned commit and it worked for me. Thanks! |
https://github.com/openshift/okd/releases/tag/4.5.0-0.okd-2020-09-04-180756 should have this fix included |
When i tried to compile @jomeier installer i get this error message after almost 30 minutes: ERROR Error: Error creating Blob "rhcossqk72.vhd" (Container "vhd" / Account "clustersqk72"): Error creating storage blob on Azure: Error while uploading source file "/home/chedly/.cache/openshift-installer/image_cache/17fc72fc3c94492707e2104b8dd50d22": Error writing page at offset 61865984 for file "/home/chedly/.cache/openshift-installer/image_cache/17fc72fc3c94492707e2104b8dd50d22": blobs.Client#PutPageUpdate: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="AuthenticationFailed" Message="Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.\nRequestId:17035133-101e-001e-01e5-7562fe000000\nTime:2021-07-10T23:46:46.3726828Z" |
When i tried to compile installer i get this error message Documentation sucks. |
Describe the bug
I am unable to install cluster on Azure (using region westeurope) with
openshift-install create cluster --dir=configuration
.I am using Installer Provided Infrastructure.
I have tried to run the installer multiple times on MacOs, Azure CLI, virtual machine on Azure (Ubuntu) in same region where I want to set up my cluster.
The installer ends and exists with because of multiple terraform reported errors:
input.BlobContentLengthBytes
must be aligned to a 512-byte boundaryVersion
4.5.0-0.okd-2020-08-12-020541
I have downloaded the version from the /releases of this repository
I have also tried multiple versions and no success.
How reproducible
100%
Log bundle
Because no cluster is set up during installation, I only have the output from the installer (Seems like Terraform reported errors):
Is there a documented workaround available?
edit: might be related to openshift/installer issue openshift/installer#4034
The text was updated successfully, but these errors were encountered: