kyma-project / kyma

Kyma is an opinionated set of Kubernetes-based modular building blocks, including all necessary capabilities to develop and run enterprise-grade cloud-native applications.
https://kyma-project.io
Apache License 2.0
1.51k stars 404 forks source link

ingress gateway not working #1485

Closed sachitaggarwal closed 5 years ago

sachitaggarwal commented 5 years ago

Description Hi

I followed guide here to setup kyma on google k8s cluster.

My cluster is up and running and status is installed , but ingress type services are in 'creating ingress' state and i see error -

Error during sync: error while evaluating the ingress spec: service "kyma-integration/ec-default-event-service-external-api" is type "ClusterIP", expected "NodePort" or "LoadBalancer"; service "kyma-integration/metadata-service-external-api" is type "ClusterIP", expected "NodePort" or "LoadBalancer" 

Any suggestions how to fix this issue ?

Best Regards Sachit

lszymik commented 5 years ago

Hello @sachitaggarwal,

I will investigate what is going on. I will need to get more details:

Thank you in advance, cheers Lukasz

sachitaggarwal commented 5 years ago

Hello Lukasz

I took kyma cluster deployment file from here , released version 0.4.3

I created gke cluster using command - gcloud beta container --project "$PROJECT" clusters \ create "$CLUSTER_NAME" --zone "europe-west1-b" \ --cluster-version "1.10.7-gke.6" --machine-type "n1-standard-2" \ --addons HorizontalPodAutoscaling,HttpLoadBalancing,KubernetesDashboard

i made no custom changes to kyma software

Best Regards Sachit

Szymongib commented 5 years ago

We have deployed the cluster following the instructions and everything seems to work as it should.

Could you please provide some more details where exactly you can see the error message?

lszymik commented 5 years ago

Hello @sachitaggarwal, We will need to get additional information from you. We were not able to reproduce it today.

Cheers Lukasz

lszymik commented 5 years ago

We were not able to reproduce it, so we are closing it. If you still have an issue with it, please reopen it with more details on how to reproduce it.

Cheers Lukasz

sachitaggarwal commented 5 years ago

Hello Colleagues

I tried setting up fresh cluster again and i still see ec-default-gateway and hmc-default-gateway in "creating" state and when i check more details i see same error - Error during sync: error while evaluating the ingress spec: service "kyma-integration/ec-default-event-service-external-api" is type "ClusterIP", expected "NodePort" or "LoadBalancer"; service "kyma-integration/metadata-service-external-api" is type "ClusterIP", expected "NodePort" or "LoadBalancer"

All other services are working fine and installation state is successful

Regards Sachit

lszymik commented 5 years ago

After the discussion we decided to reopen that issue.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 5 years ago

This issue has been automatically closed due to the lack of recent activity.