AVI: Difference between revisions

Content added Content deleted
Line 170: Line 170:


Configure a subnet and IP address pool for intra-cluster/east-west traffic and a subnet and IP address pool for external/north-south traffic.
Configure a subnet and IP address pool for intra-cluster/east-west traffic and a subnet and IP address pool for external/north-south traffic.


== OpenShift Service Account for Avi Authentication ==

Create a Service Account for Avi

Step 1. Service Account Definition of Avi Service Account (sa.json)

{
"apiVersion": "v1",
"kind": "ServiceAccount",
"metadata": {
"name": "avi"
}
}

Step 2. Create a Service Account

Use the OpenShift client using the above definition sa.json file.

>oc create -f sa.json


= Using Ansible =
= Using Ansible =