Git Product home page Git Product logo

Comments (4)

wvxvw avatar wvxvw commented on September 1, 2024

This is the form I'm talking about

from docs.

yarongol avatar yarongol commented on September 1, 2024

Thank you for providing the feedback. Have opened an internal ticket to have this fixed.

from docs.

wvxvw avatar wvxvw commented on September 1, 2024

Hi, Yaron. In addition to the above, there's some (regex?) validation on the URL field which is overly restrictive (it doesn't validate that the input is a URL, I'm not actually sure what the rules are, but, for example, it treats https://ose-b92-u2004-02-22-1.openstacklocal:30344 as invalid (note that https:// comes from the form itself).

It's probably better to not do any validation here at all, or do:

try {
  new URL(...);
  // URL is valid
catch  (error) {
  // URL is not valid
}

instead of what's been done now.

But, more importantly, there needs to be better explanation of what is supposed to go into that field. Right now the documentation and the inline help don't give any explanation at all.

I'm working with another developer who claims that this is probably the URL with the domain name that should resolve to the IP of the ingress controller connected to the rest of Run:ai services, but, so far, I wasn't able to make it work. Especially, because I don't know where it should resolve to that IP (and is this an IP on the external or the internal network): on the computer running the Web interface, or on the computer running the ingress controller? And if the later, should it resolve to that IP on the external network of that computer, or on the internal network managed by Kubernetes?

I'd appreciate any advice on this. Thanks!

from docs.

omeryahud avatar omeryahud commented on September 1, 2024

Hi @wvxvw!
Thank you for reporting this issue.
I have confirmed that the URL issue is a bug in our UI and I have opened an internal ticket to resolve it.

And to your second point, I will also ask for better documentation regarding the Cluster URL field.
The Cluster URL should resolve to the IP address of the ingress controller from the endpoint that expects to use our web application for managing their clusters

from docs.

Related Issues (12)

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.