avinetworks / avi-helm-charts

Avi Networks Helm Charts
14 stars 26 forks source link

Is the values file up to date for 1.3.1? #106

Open rlewkowicz-rcd opened 3 years ago

rlewkowicz-rcd commented 3 years ago

Specifically, I'm having difficulty understanding how to create an avi ingress object that passes back to a service type of node port.

Your read me: https://github.com/avinetworks/avi-helm-charts/blob/master/docs/AKO/README.md

has Using NodePort mode

But your values file does not reflect this. Additionally you have spare bits floating around like:

service:
  type: ClusterIp
  port: 80

But I don't think this is used https://github.com/avinetworks/avi-helm-charts/blob/master/charts/stable/ako/values.yaml Can you provide an example values file that will pass back to a service type of node port?

ydp commented 3 years ago

the same confusion, is antrea network supported? Because the yaml did not mention antrea an enum choice:

  cniPlugin: "" # Set the string if your CNI is calico or openshift. enum: calico|canal|flannel|openshift