Third-party software
Required third-party software
Software | Version | Homebrew package |
---|---|---|
On all platforms |
||
|
3.13.2 |
|
|
5.2.37 |
|
|
28.0.1 |
|
|
1.32.3 |
|
|
0.9.5 |
|
|
5.6.0 |
|
|
3.17.2 |
|
|
1.7.1 |
|
|
1.17.0 |
|
|
75.6.0 |
|
|
1.5.7 |
|
Additionally on Google GKE |
||
|
451.0.1 |
|
Additionally on Amazon EKS |
||
|
2.25.12 |
|
|
0.6.28 |
|
Additionally on Azure AKS |
||
|
2.71.0 |
|
Additionally on Minikube |
||
|
1.35.0 |
|
|
6.0.1 |
|
Python venv
The new forgeops
utility is built on Python3. Some of the Python3 packages
used by forgeops
have to be installed using pip
. To separate such Python3
specific packages, Python recommends the use of the venv
Python virtual
environment. Learn more about Python venv
in venv - Virtual environments.
-
Create a
venv
for using theforgeops
utility.$ python3 -m venv .venv
-
Set up Python3 dependencies for
forgeops
utility.$ source .venv/bin/activate $ /path/to/forgeops/bin/forgeops configure