We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have an azure cluster created with the following manifest
apiVersion: hmc.mirantis.com/v1alpha1 kind: ManagedCluster metadata: name: azure-reg1 namespace: hmc-system labels: motel: "regional" spec: template: azure-standalone-cp-0-0-3 credential: azure-cluster-identity-cred config: controlPlaneNumber: 1 workersNumber: 3 location: "westus2" subscriptionID: "${AZURE_SUBSCRIPTION_ID}" controlPlane: vmSize: Standard_A4_v2 worker: vmSize: Standard_A4_v2 tenantID: "${AZURE_TENANT_ID}" clientID: "${AZURE_CLIENT_ID}" clientSecret: "${AZURE_CLIENT_SECRET}" servicesPriority: 100 services: - template: ingress-nginx-4-11-3 name: ingress-nginx namespace: ingress-nginx - name: cert-manager namespace: cert-manager template: cert-manager-1-16-1 values: | crds: enabled: true - name: motel-regional namespace: motel template: motel-regional-0-1-1 values: | victoriametrics: vmauth: ingress: host: reg-1.example.com credentials: username: motel password: motel grafana: ingress: enabled: true host: grafana.reg-1.example.com cert-manager: email: [email protected]
In result a nginx-ingress LB was created
ingress-nginx ingress-nginx-controller LoadBalancer 10.103.165.119 4.155.90.207 80:30999/TCP,443:31409/TCP 75m
But the ingress-nginx-controller cannot receive any requests probably due to misconfiguration of
The text was updated successfully, but these errors were encountered:
More context.
The correct rule is being created in the control plane SG, instead of node SG Probably due to default SG in the azure.json
azure.json
Sorry, something went wrong.
a13x5
Successfully merging a pull request may close this issue.
I have an azure cluster created with the following manifest
In result a nginx-ingress LB was created
But the ingress-nginx-controller cannot receive any requests probably due to misconfiguration of
The text was updated successfully, but these errors were encountered: