I am about to use datahub through an in-house Kube...
# all-things-deployment
s
I am about to use datahub through an in-house Kubernetes and AWS EKS server. However, I want to reset the wrong setting at first, but the official document seems to have only documents related to nuke in the docker environment. Do you have any documents to refer to in this regard?
o
You should be able to restart your pods through kubectl:
kubectl rollout restart deploy <YOUR-DEPLOYMENT>
✔️ 1
That should pick up config updates