Git Product home page Git Product logo

Comments (13)

nameczz avatar nameczz commented on August 17, 2024

We have doc about how to use attu in helm. https://milvus.io/docs/v2.0.x/attu_install-helm.md
Try to follow this doc, may be can solve your problem.

from attu.

Zzt1993 avatar Zzt1993 commented on August 17, 2024

I operate according to the official website and expose the ingress service in the k8s cluster through nodeport. I can't access the cluster(https://milvus.io/docs/v2.0.x/attu_install-helm.md)

from attu.

nameczz avatar nameczz commented on August 17, 2024

Did you set local host for attu?
like:
image

from attu.

Zzt1993 avatar Zzt1993 commented on August 17, 2024

my ingress not have address
image

from attu.

Zzt1993 avatar Zzt1993 commented on August 17, 2024

image

from attu.

Zzt1993 avatar Zzt1993 commented on August 17, 2024

The inress operation on your official website can only be accessed within the k8s cluster, not for external access. After I expose it through the service, I can access the Attu service externally

from attu.

Zzt1993 avatar Zzt1993 commented on August 17, 2024

The inress operation on your official website can only be accessed within the k8s cluster, not for external access. After I expose it through the service, I can access the Attu service externally

from attu.

nameczz avatar nameczz commented on August 17, 2024

I'm not familiar with helm settings. @Bennu-Li can give some help about this.

from attu.

Bennu-Li avatar Bennu-Li commented on August 17, 2024

You are not actually accessing attu through the ingress service, but through the service provided by NodePort.
In attu there is an environment variable HOST_URL with a value of my-release-milvus-attu:3000. in your example, since you changed the service type of the attu service to NodePort, the actual value of HOST_URL should be 193.168.57.213:31675. We do not recommend setting the attu service type to NodePort.
If you want to do so, try to change the HOST_URL value to 'my-release-milvus-attu:31675'

kubectl edit deployment my-release-milvus

And then configure DNS in /etc/hosts:

193.168.57.213 my-release-milvus-attu

from attu.

wutachiang avatar wutachiang commented on August 17, 2024

I operate according to the official website and expose the ingress service in the k8s cluster through nodeport. I can't access the cluster(https://milvus.io/docs/v2.0.x/attu_install-helm.md)

Did you solve this problem please? I also encountered attu unable to access milvus k8s cluster service.

from attu.

Zzt1993 avatar Zzt1993 commented on August 17, 2024

单独起一个docker进程:
docker run -d -p 8000:3000 -e HOST_URL=http://本机:8000 -e MILVUS_URL=K8S集群的vip:svc暴露的端口31063 zilliz/attu:latest
这样就可以解决了

from attu.

kaonick avatar kaonick commented on August 17, 2024

If milvus install in Windows-WSL,
Docker should run by:
docker run -d -p 8000:3000 -e HOST_URL=http://localhost:8000 -e MILVUS_URL=vEvthernet(WSL) IP:19530 zilliz/attu:latest

from attu.

nameczz avatar nameczz commented on August 17, 2024

related issue #68

from attu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.