Temporal Affiliation
Page URL
https://docs.temporal.io/production-deployment/worker-deployments/deploy-workers-to-aws-eks
Content Issue
The page is a technical tutorial on deploying workers into EKS.
there are few technical errors with it :
- the code and the deployment expect a variable called TEMPORAL_ADDRESS , but the config map contains a variable called TEMPORAL_HOST_URL
- the deployment let use choose the namespace
namespace: your-namespace
but the sample previously created a very specific namespace called temporal-system , so there is no other option.
- The deployment assumes there is a service account. dont assume that . there are many optional configuration in deployment : nodeSelector , tollerations, nodeAffinity, volumes and no on . anything that is not related to this simple sample should go out. no point in adding serviceAccountName: your-app
Temporal Affiliation
Page URL
https://docs.temporal.io/production-deployment/worker-deployments/deploy-workers-to-aws-eks
Content Issue
The page is a technical tutorial on deploying workers into EKS.
there are few technical errors with it :
but the sample previously created a very specific namespace called temporal-system , so there is no other option.