L godlike
11/11/2023, 5:33 AMflytectl demo start --dev
)
Does it require any additional settings?
It works in non-development mode (flytectl demo start
)
I've followed this guide and specified the namespace.
Here's my command line.
kubectl create secret generic tweet-api\
--from-literal=account="ericchen1201"\
--from-literal=password="20231024"\
-n flytesnacks-development
Reference:
https://docs.flyte.org/projects/cookbook/en/latest/auto_examples/productionizing/use_secrets.html#secrets
Here's my error log.
Workflow[flytesnacks:development:.flytegen.secret.secret_task] failed. RuntimeExecutionError: max number of system retry attempts [11/10] exhausted. Last known status message: failed at Node[secretsecrettask]. RuntimeExecutionError: failed during plugin execution, caused by: failed to execute handle for plugin [container]: [InternalError] failed to create resource, caused by: Internal error occurred: failed calling webhook "flyte-pod-webhook.flyte.org": failed to call webhook: Post "<https://flyte-sandbox-local.all.svc:9443/mutate--v1-pod?timeout=10s>": service "flyte-sandbox-local" not found
Yee
L godlike
11/13/2023, 9:01 AMYee
L godlike
11/13/2023, 9:03 AMYee
L godlike
11/13/2023, 9:04 AM