Jump to content

AVI: Difference between revisions

874 bytes added ,  5 years ago
Line 138:
 
= OpenShift =
 
== Replace kube-proxy in OpenShift Environment With Avi Vantage ==
;Disable kube-proxy
1) OpenShift Master node delete all user-created services:
oc delete all --all
 
2) To disable kube-proxy, perform the below steps on all nodes (Masters and Slaves):
 
*Edit /etc/sysconfig/origin-node and change the OPTIONS variable to read as below:
OPTIONS="--loglevel=2 --disable proxy"
 
*Save and exit the editor.
*Restart the origin-node service:
systemctl restart origin-node.service
 
;Configuration changes on Avi
1) Configure the east-west VIP network to use the service network (default 172.30.0.0/16).
2) In the cloud configuration, select the Use Cluster IP of service as VIP for East-West checkbox.
 
== Configuring the Network ==
 
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.
 
= Using Ansible =
Cookies help us deliver our services. By using our services, you agree to our use of cookies.