Skip to content

Incorrect YAML definition on EKS Deployment guide #4544

@tomershaiman

Description

@tomershaiman

Temporal Affiliation

  • I am a Temporal employee

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 :

  1. the code and the deployment expect a variable called TEMPORAL_ADDRESS , but the config map contains a variable called TEMPORAL_HOST_URL
  2. 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.

  1. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions