Jump to content

AVI: Difference between revisions

147 bytes removed ,  5 years ago
Line 174:
== OpenShift Service Account for Avi Authentication ==
 
Create a Service Account for Avi:
 
nano sa.json
Step 1. Service Account Definition of Avi Service Account (sa.json)
 
{
"apiVersion": "v1",
"kind": "ServiceAccount",
"metadata": {
"name": "avi"
}
}
 
> oc create -f sa.json
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.