UDAPP-7158 Workaround - Teradata Vantage

Teradata® Vantage Release Notes

Product
Teradata Vantage
Release Number
1.0
Published
September 2018
Language
English (United States)
Last Update
2018-11-12
dita:mapPath
kji1542041301206.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
lsu1532367183251
Product Category
Teradata Vantage
  1. Run this command:
    $ kubectl edit statefulsets -n tdplatform platform-consul
  2. Search for the keyword "replicas".
  3. Set the value of replicas to 0.
  4. Save the file with :wq.
  5. Check the status of the consul pods:
    $ kubectl get pods n tdplatform | grep consul
  6. After all consul pods terminate completely, run this command:
    $ kubectl edit statefulsets -n tdplatform platform-consul
  7. Search for the keyword "replicas".
  8. Set the value of replicas to 3.
  9. Save the file with :wq.