fusion-cloud-native icon indicating copy to clipboard operation
fusion-cloud-native copied to clipboard

.Error from server (NotFound): ingresses.extensions "f5-api-gateway" not found

Open svanschalkwyk opened this issue 4 years ago • 0 comments

When ingress is supplied to setup_f5_k8s.sh, the install script never satisfies the gateway found. Using Minikube 1.9.0, kubectl 1.16.0. git pull fusion-cloud-native on 04/01/2020

Getting:
 ".Error from server (NotFound): ingresses.extensions "f5-api-gateway" not found"
when:
f5-api-gateway-58c7fb78f7-fvsqp              1/1     Running           0          35m
with:
./setup_f5_k8s.sh -c minikube -r f5 -n fusion01 --provider k8s --ingress fusion01_ingress \
 --num-solr 1 --solr-disk-gb 10 --force --prometheus none

svanschalkwyk avatar Apr 01 '20 23:04 svanschalkwyk