AVI: Difference between revisions

Content added Content deleted
Line 138: Line 138:


= OpenShift =
= 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 =
= Using Ansible =