Hi team,I deployed apisix on k8s using helm with ingress controller true.

I created APISIX Upstream by the below config file

apiVersion: apisix.apache.org/v2
kind: ApisixUpstream
metadata:
name: upstream-1
spec:
nodes:
- host: 127.0.0.1
port: 80
weight: 1
- host: 127.0.0.2
port: 80
weight: 2

But I am getting an error as spec.nodes unknown field.

Why I am doing this instead of configuring route with backends due to I have 
only ip address of the backend service.

Hope you understand my concern.

How to achieve that? using CRDS only.

Reply via email to