Zheng Xie
11/30/2021, 1:17 PMAnna Geller
prefect agent kubernetes install -k YOUR_API_KEY --rbac >> prefect_agent.yaml
then you can customize this file and apply it to the cluster:
kubectl apply -f prefect_agent.yaml
Zheng Xie
11/30/2021, 3:17 PMAnna Geller
docker login -u $REGISTRY_USER -p $REGISTRY_PASSWORD $REGISTRY_URL
Anna Geller
ibmcloud cr login
check out this doc: https://cloud.ibm.com/docs/Registry?topic=Registry-getting-startedZheng Xie
11/30/2021, 3:31 PMZheng Xie
11/30/2021, 3:33 PMAnna Geller
prefect register --project yourproject -p yourflow.py
then it will work just fine, you should be able to push the imageZheng Xie
12/02/2021, 10:53 AMAnna Geller