Jump to content

AVI: Difference between revisions

377 bytes added ,  5 years ago
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.
 
 
== 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 =
Cookies help us deliver our services. By using our services, you agree to our use of cookies.