You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then kubectl apply -f upstream.yaml
resource created but the upstream is not created, i try to check it via dashboard and admin-api but it doesn't show the upsream
idk why but if i use backends property directly with ApisixRoute CRD it created the upstream.
also, there are no log in apisix-ingress-controller related to apisix_upstream.go
Environment
your apisix-ingress-controller version (output of apisix-ingress-controller version --long):apisix-ingress-controller:1.8.2-debian-12-r16
your Kubernetes cluster version (output of kubectl version):
Client Version: v1.28.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.30.5-gke.1014003
if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a): -
The text was updated successfully, but these errors were encountered:
Issue description
i try to create
ApisixUpstream
with provided example from doc:then
kubectl apply -f upstream.yaml
resource created but the upstream is not created, i try to check it via dashboard and admin-api but it doesn't show the upsream
output of describe command
idk why but if i use backends property directly with ApisixRoute CRD it created the upstream.
also, there are no log in apisix-ingress-controller related to
apisix_upstream.go
Environment
Client Version: v1.28.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.30.5-gke.1014003
The text was updated successfully, but these errors were encountered: