Add Kubernetes tools to the environment (Linux installation)

IMPORTANT:These steps only apply to a Linux installation. If you installed using the appliance, they do not apply.

By default, Kubernetes tools are not added to the system's environment. To simplify access to these tools, follow these steps:

Log in to the Linux host.

  cd /opt/opentext/csp/bin
  sudo -s
  . ./env.sh

NOTE:The first dot, known as the "dot operator", executes the script in the current shell instead of a subshell, ensuring that the current shell's environment is updated.