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
Part of this flow requires an API Key to be entered.
Prefect cloud no longer issues API keys.
I tried creating an API Token from a service account (as per Prefect documentation), but I get an error "The value must be 1-22 characters long" (see screenshot)
In the 'create prefect agents' screen, create a resource group, name the cluster, hit 'Next: Prefect'
Now you are asked for a Prefect API key. API keys are no longer issued as far as i can see. So In prefect cloud, I create an API token for my 'build-user' service account and paste it into the 'API Key' field, which now says 'The value must be 1-22 characters long'.
Stuck here.
Browsers Tested:
[ x] Chrome
Firefox
Safari
Edge
IE
Notes
The text was updated successfully, but these errors were encountered:
If I find an old API key from a previous deployment, I get this error:
{"code":"InvalidTemplateDeployment","details":[{"code":"AgentPoolK8sVersionNotSupported","message":"Provisioning of resource(s) for container service prefect-cluster-small-2022 in resource group prefect-cluster-2022 failed. Message: Category: ClientError; Code: AgentPoolK8sVersionNotSupported; SubCode: ; Message: Version 1.19.11 is not supported in this region. Please use [az aks get-versions] command to get the supported version list in this region. For more information, please check https://aka.ms/supported-version-list; InnerMessage: ; Dependency: ; OrginalError: %!s(<nil>); AKSTeam: . Details: "}],"message":"The template deployment 'prefecttechnologiesinc1606247647944.prefect_agent-20220713142934' is not valid according to the validation procedure. The tracking id is 'f527b2b7-4f9e-4687-a4b1-c3e72d1fd715'. See inner errors for details."}
raw: { "code": "InvalidTemplateDeployment", "details": [ { "code": "AgentPoolK8sVersionNotSupported", "message": "Provisioning of resource(s) for container service prefect-cluster-small-2022 in resource group prefect-cluster-2022 failed. Message: Category: ClientError; Code: AgentPoolK8sVersionNotSupported; SubCode: ; Message: Version 1.19.11 is not supported in this region. Please use [az aks get-versions] command to get the supported version list in this region. For more information, please check https://aka.ms/supported-version-list; InnerMessage: ; Dependency: ; OrginalError: %!s(<nil>); AKSTeam: . Details: " } ], "message": "The template deployment 'prefecttechnologiesinc1606247647944.prefect_agent-20220713142934' is not valid according to the validation procedure. The tracking id is 'f527b2b7-4f9e-4687-a4b1-c3e72d1fd715'. See inner errors for details." }
Hi @qmnonic - apologies for the slow response. This kind of question is probably better asked in the community slack or discourse as our team there can point you to resources to help you figure this out.
Bug Description
Trying to create an AKS prefect agent on Azure from the marketplace app - https://azuremarketplace.microsoft.com/en-us/marketplace/apps/prefecttechnologiesinc1606247647944.prefect_agents?tab=overview
Part of this flow requires an API Key to be entered.
Prefect cloud no longer issues API keys.
I tried creating an API Token from a service account (as per Prefect documentation), but I get an error "The value must be 1-22 characters long" (see screenshot)
Steps To Reproduce
Browsers Tested:
Notes
The text was updated successfully, but these errors were encountered: