Prerequisites
Installing the Anjuna Kubernetes Toolset to OpenShift/OKD on GCP has the following requirements:
-
An existing OpenShift or OKD cluster on GCP with access via
oc
and web console. -
A management host running Linux with at least 4GB of available memory and 20GB of free disk space.
-
When using a GCP VM for this purpose, a system with 4GB total memory and a 25GB disk with Ubuntu Linux 22.04, RHEL 8 or RHEL 9 should be adequate.
-
The management host will be used to run
anjuna-k8s-cli
, which manages the Anjuna Kubernetes Toolset. A confidential VM is not required for the management host.
-
-
Install the latest Anjuna SEV on GCP Runtime from the Anjuna Resource Center as described in Install the Anjuna CLI in the Anjuna Runtime For AMD SEV documentation.
-
Ensure that your user account has permission to use Docker (is a member of the
docker
group). -
Install the OpenShift CLI (
oc
) that matches your cluster version. -
Install Helm version 3.11 or later.
-
Ensure that the required service APIs are enabled in the GCP project as described in this OKD on GCP Installation Guide.
-
gcloud
(452.0.1 or later)
Log in to your GCP account by running the following command:
$ gcloud auth application-default login