Bug 1826069
Summary: | Rate limiting on Azure | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Daneyon Hansen <dhansen> | |
Component: | Cloud Compute | Assignee: | Alberto <agarcial> | |
Cloud Compute sub component: | Other Providers | QA Contact: | sunzhaohua <zhsun> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | medium | |||
Priority: | high | CC: | agarcial, anusaxen, aravindh, dhansen, gmarkley, hyagi, jhou, scuppett, sgao, sumehta | |
Version: | 4.3.0 | |||
Target Milestone: | --- | |||
Target Release: | 4.4.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 1782516 | |||
: | 1826073 (view as bug list) | Environment: | ||
Last Closed: | 2020-06-17 22:26:03 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1782516 | |||
Bug Blocks: | 1810446, 1826073 |
Comment 2
Alberto
2020-06-04 08:49:22 UTC
Verified clusterversion: 4.4.0-0.nightly-2020-06-08-083627 The cloud-provider-config has the desired setting, cloudProviderRateLimit is false $ oc get configmaps cloud-provider-config -n openshift-config -o yaml apiVersion: v1 data: config: "{\n\t\"cloud\": \"AzurePublicCloud\",\n\t\"tenantId\": \"6047c7e9-b2ad-488d-a54e-dc3f6be6a7ee\",\n\t\"aadClientId\": \"\",\n\t\"aadClientSecret\": \"\",\n\t\"aadClientCertPath\": \"\",\n\t\"aadClientCertPassword\": \"\",\n\t\"useManagedIdentityExtension\": true,\n\t\"userAssignedIdentityID\": \"\",\n\t\"subscriptionId\": \"53b8f551-f0fc-4bea-8cba-6d1fefd54c8a\",\n\t\"resourceGroup\": \"zhsun69azure44-h8xwj-rg\",\n\t\"location\": \"eastus2\",\n\t\"vnetName\": \"zhsun69azure44-h8xwj-vnet\",\n\t\"vnetResourceGroup\": \"zhsun69azure44-h8xwj-rg\",\n\t\"subnetName\": \"zhsun69azure44-h8xwj-worker-subnet\",\n\t\"securityGroupName\": \"zhsun69azure44-h8xwj-node-nsg\",\n\t\"routeTableName\": \"zhsun69azure44-h8xwj-node-routetable\",\n\t\"primaryAvailabilitySetName\": \"\",\n\t\"vmType\": \"\",\n\t\"primaryScaleSetName\": \"\",\n\t\"cloudProviderBackoff\": true,\n\t\"cloudProviderBackoffRetries\": 0,\n\t\"cloudProviderBackoffExponent\": 0,\n\t\"cloudProviderBackoffDuration\": 6,\n\t\"cloudProviderBackoffJitter\": 0,\n\t\"cloudProviderRateLimit\": false,\n\t\"cloudProviderRateLimitQPS\": 0,\n\t\"cloudProviderRateLimitBucket\": 0,\n\t\"cloudProviderRateLimitQPSWrite\": 0,\n\t\"cloudProviderRateLimitBucketWrite\": 0,\n\t\"useInstanceMetadata\": true,\n\t\"loadBalancerSku\": \"standard\",\n\t\"excludeMasterFromStandardLB\": null,\n\t\"disableOutboundSNAT\": null,\n\t\"maximumLoadBalancerRuleCount\": 0\n}\n" Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2445 |