kubeflow: Application istio-ingress not found

/kind bug

What steps did you take and what happened:

Installed Kubeflow on EKS cluster. When running kubectl port-forward svc/istio-ingressgateway -n istio-system 8080:80 I can access Kubeflow Dashboard successfully.

When trying to set up the custom domain, the istio-ingress doesn’t exist.

kubectl get ingress istio-ingress -n istio-system
Error from server (NotFound): ingresses.extensions "istio-ingress" not found

In the installation log I found below entry:

WARN[0009] Application istio-ingress not found filename="kfconfig/types.go:683"

All the other istio-ingress are created.

serviceaccount/istio-ingressgateway-service-account created
role.rbac.authorization.k8s.io/istio-ingressgateway-sds created
clusterrole.rbac.authorization.k8s.io/istio-ingressgateway-istio-system created
rolebinding.rbac.authorization.k8s.io/istio-ingressgateway-sds created
clusterrolebinding.rbac.authorization.k8s.io/istio-ingressgateway-istio-system created
service/istio-ingressgateway created
deployment.apps/istio-ingressgateway created
poddisruptionbudget.policy/istio-ingressgateway created
horizontalpodautoscaler.autoscaling/istio-ingressgateway created

What did you expect to happen:

ingress istio-ingress to exist.

Environment:

  • Kubeflow version: (version number can be found at the bottom left corner of the Kubeflow dashboard): build version dev_local
  • kfctl version: (use kfctl version): v1.0-0-g94c35cf
  • Kubernetes platform: EKS
  • Kubernetes version: (use kubectl version): Client Version: v1.15.1, Server Version: v1.14.9-eks-f459c0
  • OS (e.g. from /etc/os-release):
$ cat /etc/os-release
NAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"

Is there a simple way to create the ingress? A simple yaml file I can apply?

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 23 (6 by maintainers)

Most upvoted comments

@Jeffwan Let me try running it on a new cluster with https://master.kubeflow.org/docs/aws/deploy/install-kubeflow/ and I’ll let you know.