You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the installer being used: ./openshift-install 4.18.9 built from commit d765baafafd7093c4a68e4cf96c9affb3839a109 release image quay.io/openshift-release-dev/ocp-release@sha256:720f89718effd16de7d77e5533c9608f1845295a2e00dfff543d0cf9aa09b2a0 release architecture amd64
The installation seems to run into a timeout. See the subnets are being paginated as there are 331 total subnets:
`
./openshift-install create install-config
? SSH Public Key /home/key.pub
? Platform nutanix
? Prism Central xyz.local
? Port 9440
? Username username
? Password [? for help] *********************
INFO Connecting to Prism Central prism_address
? Prism Element PE_Dummy 2025/04/24 14:56:42 [Debug] total=331, remaining=231, offset=100 len(entities)=100
2025/04/24 14:57:00 [Debug] total=331, remaining=131, offset=200 len(entities)=200
FATAL failed to fetch Install Config: failed to fetch dependency of "Install Config": failed to fetch dependency of "Base Domain": failed t o generate asset "Platform": unable to list subnets: Post "https://l:9440/api/nutanix/v3/subnets/list": context deadline
Uh oh!
There was an error while loading. Please reload this page.
This is the installer being used:
./openshift-install 4.18.9 built from commit d765baafafd7093c4a68e4cf96c9affb3839a109 release image quay.io/openshift-release-dev/ocp-release@sha256:720f89718effd16de7d77e5533c9608f1845295a2e00dfff543d0cf9aa09b2a0 release architecture amd64
The installation seems to run into a timeout. See the subnets are being paginated as there are 331 total subnets:
`
./openshift-install create install-config
? SSH Public Key /home/key.pub
? Platform nutanix
? Prism Central xyz.local
? Port 9440
? Username username
? Password [? for help] *********************
INFO Connecting to Prism Central prism_address
? Prism Element PE_Dummy
2025/04/24 14:56:42 [Debug] total=331, remaining=231, offset=100 len(entities)=100
2025/04/24 14:57:00 [Debug] total=331, remaining=131, offset=200 len(entities)=200
FATAL failed to fetch Install Config: failed to fetch dependency of "Install Config": failed to fetch dependency of "Base Domain": failed t o generate asset "Platform": unable to list subnets: Post "https://l:9440/api/nutanix/v3/subnets/list": context deadline
`
Could it be that the subnet listing is timing out after 60 seconds?
https://github.com/openshift/installer/blob/81f7a7e6af4fe5915ba5a3ebdac7bb27d98b613f/pkg/asset/installconfig/nutanix/nutanix.go:
The text was updated successfully, but these errors were encountered: