Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create link that works for kURL and existing clusters #818

Open
MikaelSmith opened this issue Jul 20, 2020 · 0 comments
Open

Unable to create link that works for kURL and existing clusters #818

MikaelSmith opened this issue Jul 20, 2020 · 0 comments

Comments

@MikaelSmith
Copy link
Contributor

MikaelSmith commented Jul 20, 2020

I've defined application resources as

apiVersion: kots.io/v1beta1
kind: Application
metadata:
  name: myapp
spec:
  title: MyApp
  ports:
  - serviceName: myapp
    servicePort: 8080
    localPort: 8080
    applicationUrl: http://myapp
---
apiVersion: app.k8s.io/v1beta1
kind: Application
metadata:
  name: myapp
spec:
  descriptor:
    links:
    - description: MyApp
      url: http://myapp

This link (sometimes) works when I run kubectl kots admin-console, but I don't see any way to use it with kURL. Having broken links there is worse than no links, as users will try to follow them and assume something's broken rather than look at the next step in install documentation.

I'd like to be able to provide links for

  • the ingresses my application has configured
  • when connected via kots admin-console (i.e. over a forwarded port), also add the current port-forwarded link

Templating seems to get partway towards this goal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant