Hide Forgot
Created attachment 1864040 [details] openshift_install.log Version: $ openshift-install version openshift-install 4.10.0-rc.2 built from commit 1ddc64b523042f450f21cc45f1150d29cb01ecc1 release image quay.io/openshift-release-dev/ocp-release@sha256:da16f451dddad3ca26ecd7c5c16423fb3658d7883dadc108977675edf80c696a release architecture amd64 Platform: Azure Stack Hub IPI During the private cluster installation and with using an existing vnet, Terraform fails when the `publish: Internal` is set into the install-config.yaml. It looks like that there is no default value for the following variables https://github.com/openshift/installer/blob/release-4.10/data/data/azurestack/bootstrap/variables.tf#L1-L9 While they are set for Azure (https://github.com/openshift/installer/blob/release-4.10/data/data/azure/bootstrap/variables.tf#L1-L11) Here are some type issues (`[]` instead of `null`): * https://github.com/openshift/installer/blob/release-4.10/data/data/azurestack/bootstrap/main.tf#L102 * https://github.com/openshift/installer/blob/release-4.10/data/data/azurestack/cluster/master/master.tf#L21
Note that api and *.apps DNS records are not being created with private clusters. For the api record, the installer (during a private install) should create it but point it at the internal load balancer. For *.apps we may need to create a BZ with the ingress operator.
We are hitting what seems to be a similar problem with the IPI installers and a private cluster in 4.10.3, which makes sense given that the current target release for the bug is 4.11.0. Our master workers are all stuck in the initialization cycle, with this message: > 2392.938646] ignition[833]: GET error: Get "https://api-int.test41.stackpoc.cloudpak-bringup.com:22623/config/master": dial tcp: lookup api-int.test41.stackpoc.cloudpak-bringup.com on 168.63.129.16:53: no such host In the UPI process, this address would be created as part of the user-provisioned resources, but I don't see anywhere in the IPI instruction how to create the corresponding infrastructure resources. I went as far as going back to the UPI instructions and executing the steps under "Creating networking and load balancing components in Azure Stack Hub": https://docs.openshift.com/container-platform/4.10/installing/installing_azure_stack_hub/installing-azure-stack-hub-user-infra.html#installation-creating-azure-dns_installing-azure-stack-hub-user-infra That created the address, but there is nothing that will put the workers behind the availability set or load balancer created of those instructions.
Regarding the target release, 4.11, is there anything that could be done via docs for 4.10? I think private clusters may be quite common for experimentation purposes or even initial installation followed by creation of public DNS entries.
(In reply to dnastaci from comment #6) > Regarding the target release, 4.11, is there anything that could be done via > docs for 4.10? This bug fix will be backported to a 4.10 z-stream release.
I tried this with 4.11.0-0.nightly-2022-03-15-060211 and I only got dns records for api-int and *.apps, this eventually causes the installation to fail because the installer is trying to go to the api hostname which has no DNS entry.
The BZ is linked to the wrong PR. It should be linked to https://github.com/openshift/installer/pull/5691, which has not yet merged.
(In reply to Matthew Staebler from comment #9) > The BZ is linked to the wrong PR. It should be linked to > https://github.com/openshift/installer/pull/5691, which has not yet merged. Ugh. I'm mixed up on this. The PR's were correctly linked. The issue in this BZ is that terraform fails. The API DNS records creation is covered in https://bugzilla.redhat.com/show_bug.cgi?id=2061549.
I'll re-test this once the fix for https://bugzilla.redhat.com/show_bug.cgi?id=2061549 lands
OpenShift has moved to Jira for its defect tracking! This bug can now be found in the OCPBUGS project in Jira. https://issues.redhat.com/browse/OCPBUGS-9148