Install CLI Tools¶
You need five command-line tools on your workstation: oc, helm, pipx,
Python 3.11+, and fips-agents.
Python 3.11+¶
pipx¶
pipx installs Python CLIs into isolated environments so they don't pollute
your system Python.
Restart your shell (or source ~/.zshrc / ~/.bashrc) so the ~/.local/bin
PATH update takes effect.
oc (OpenShift CLI)¶
Download the latest oc from the Red Hat mirror, extract,
and put it on your PATH:
helm¶
fips-agents¶
Install via pipx so it's globally available:
Log in to your cluster¶
(In the OpenShift web console, click your username → Copy login command
to get the exact oc login --token=... invocation.)
Verification¶
All of these should succeed:
python3.11 --version # Python 3.11.x or newer
pipx --version
oc version --client
helm version --short
fips-agents --version
oc whoami # logged in