-
Notifications
You must be signed in to change notification settings - Fork 299
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
Installation on vSphere - ERROR Error: rpc error: code = Unavailable desc = transport is closing #309
Comments
Last log lines:
It appears the tag category already exists? |
any solution for this problem? |
I got similar error message. I am trying to install openshift 4.5 on vsphere platform. |
Same here INFO Creating infrastructure resources... |
openshift 4.6 |
Same thing for me: DEBUG vsphere_folder.folder[0]: Creation complete after 0s [id=group-v308] |
Are any of you using ESXi 6.0? I'm seeing the same error with vcenter 6.7 and esxi hosts 6.0 (can't upgrade hosts due to hardware limitation) |
Unfortunately I never got this to work using the included tools. I was on ESXi 6.0. I ended up writing my own scripts, and use my own haproxy, tftpd server (to automate the grub command line needs for bootstrap, manager and worker), and web server (hold ignition files)to get this mess automated. |
For my scenario, I first run the script without any issue until i hit network error when POST-ing the vmdk into the ESXi host inside my vCenter cluster. As ESXi host connection was not part of the test, and was not informed in the OKD documentation, I didn't check the connection. On my second attempt, something seems to be created in vCenter which aborts the installer-provisioned script. Error for 2nd attempt as below.
|
If on previous attempts the installer got so far as to create the category, it would need to be deleted before running the installer again. https://registry.terraform.io/providers/hashicorp/vsphere/latest/docs/resources/tag_category |
Hi all, DEBUG vsphere_folder.folder[0]: Creating... |
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 |
I also had the error when the template is being created. Note tags were created without issues, that seems another unrelated issue.
It turned out I used a datastore that was not available for the cluster I was installing to. Changing to a datastore that is available for the cluster, the problem was fixed. Perhaps this will help someone, it is a bit unclear from the logs. |
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 having the same issue, do you still know how u knew the datastore was not available for that cluster? |
@Likqez since this issue is closed can you create a new one? Also attach the installer logs, this isn't enough information to go on. |
Describe the bug
Installation fails with 'Unavailable description'
Version
openshift-install 4.5.0-0.okd-2020-08-12-020541
built from commit 699277bb61706731d687b9e40700ebf4630b0851
release image quay.io/openshift/okd@sha256:6974c414be62aee4fde24fe47ccfff97c2854ddc37eb196f3f3bcda2fdec17b4
How reproducible
100% reporducible
Command Line
$ openshift-install create cluster --dir=/export/Projects/OKD/VMware --log-level=info
? SSH Public Key /home/XXX/.ssh/id_rsa.pub
? Platform vsphere
? vCenter vcenter.XXX.com
? Username [email protected]
? Password [? for help] ********
INFO Connecting to vCenter vcenter.XXX.com
INFO Defaulting to only available datacenter: XXX
? Cluster Containers
? Default Datastore Lenovo1_ISCSI_RAID5_16TB
? Network OKD (10.10.22%2f24)
? Virtual IP Address for API 10.10.22.100
? Virtual IP Address for Ingress 10.10.22.101
? Base Domain XXX.com
? Cluster Name okd
? Pull Secret [? for help] *****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************INFO Obtaining RHCOS image file from 'https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/32.20200629.3.0/x86_64/fedora-coreos-32.20200629.3.0-vmware.x86_64.ova?sha256=172f299a3e28be360740ff437a5ea9bfc246f52ea8f313d4138c5d16fd4b11e1'
INFO The file was found in cache: /home/XXX
/.cache/openshift-installer/image_cache/062bfe3785d26fa220e2e6e72d1b3562. Reusing...
INFO Creating infrastructure resources...
ERROR
ERROR Error: rpc error: code = Unavailable desc = transport is closing
ERROR
ERROR
FATAL failed to fetch Cluster: failed to generate asset "Cluster": failed to create cluster: failed to apply Terraform: failed to complete the change
openshift_install.log
openshift_install_state.json.txt
The text was updated successfully, but these errors were encountered: