Prepare Client for Installation | Teradata AppCenter - Preparing the Client - Teradata AppCenter

Teradata® AppCenter Customer Installation and Upgrade Guide for vSphere

Product
Teradata AppCenter
Release Number
1.10
Published
June 2020
Language
English (United States)
Last Update
2020-07-02
dita:mapPath
ixs1586886570933.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1117
lifecycle
previous
Product Category
Analytical Ecosystem
  1. Do the following to make sure remote-kubeconfig has been copied to /var/opt/teradata/appcenter on the client machine from which you are going to run installation:
    1. Find kubeconfig:
      $ kubekit get env appcenter 
      export KUBECONFIG=<path to kubeconfig> 
      # Run this command to configure your shell: 
      # eval "$(kubekit get env appcenter)" 
      
    2. Copy kubeconfig to /var/opt/teradata/appcenter:
      $ cp <path to kubeconfig> /var/opt/teradata/appcenter/remote-kubeconfig
  2. On the client machine for each logged-in SSH session, set the path environment variable for kubeconfig:
    $ export KUBECONFIG=/var/opt/teradata/appcenter/remote-kubeconfig
    Setting the path environment variable must be done for each logged-in SSH session. Previous settings are not maintained once the session is terminated.