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
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently in deployOpenShift.sh it checks only if the cloud is AzureUSGovernmentCloud, otherwise it is AzurePublicCloud. For the deployment on Azure China/German Cloud, Kubernetes will use wrong endpoint URL, eg. query all storage account.
if [[ $CLOUD == "US" ]]
then
export DOCKERREGISTRYREALM=core.usgovcloudapi.net
export CLOUDNAME="AzureUSGovernmentCloud"
else
export DOCKERREGISTRYREALM=core.windows.net
export CLOUDNAME="AzurePublicCloud"
fi
Describe the solution you'd like
The script can determine Azure China/German Cloud.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
Currently in deployOpenShift.sh it checks only if the cloud is AzureUSGovernmentCloud, otherwise it is AzurePublicCloud. For the deployment on Azure China/German Cloud, Kubernetes will use wrong endpoint URL, eg. query all storage account.
Describe the solution you'd like
The script can determine Azure China/German Cloud.
The text was updated successfully, but these errors were encountered: