How to get the value of HEKETI_USER_KEY from heketi pod.

Solution Verified - Updated -

Environment

  • OCS 3.x

Issue

  • How to capture the value of HEKETI_USER_KEY.

Resolution

  • Execute the following command to get the current HEKETI_USER_KEY
   oc exec <heketi-pod> env | grep "HEKETI_USER_KEY"
  • The value is required to be passed in the heketi template during OCS upgrade.

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments