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

Make Argo UI aware of OpenShift objects, such as Route and DeploymentConfig #4601

Open
dlmorais-pbh opened this issue Oct 19, 2020 · 3 comments
Labels
component:api API bugs and enhancements component:third-party-k8s SSO related issues component:ui User interfaces bugs and enhancements enhancement New feature or request

Comments

@dlmorais-pbh
Copy link

Summary

In UI, when Argo renders a Route object box, it does not show the link to the URL it represents, as it happens to Ingress objects.
The same is true for a application box in Dashboard, which shows ingresses links, but not routes.
It seems to me that the problem is that Argo is not specifically aware of OpenShift objects.

Motivation

Make Argo better to use when integrated to OpenShift clusters.

Proposal

So far I had no synchronization problem with OpenShift, only UI problems. So I think that the way to go is to make the UI capable to distinguish some OpenShift objects, at least the most common ones, like DeploymentConfig and Route.

@dlmorais-pbh dlmorais-pbh added the enhancement New feature or request label Oct 19, 2020
@alexmt alexmt added component:api API bugs and enhancements component:ui User interfaces bugs and enhancements component:third-party-k8s SSO related issues labels Oct 19, 2020
@iam-veeramalla
Copy link
Member

I am happy to try my hands on this. Will start looking into the issue.

@alexmt
Copy link
Collaborator

alexmt commented Dec 8, 2020

Here is a similar PR that adds VirtualService support: https://github.com/argoproj/argo-cd/pull/4677/files .

@wtam2018
Copy link
Contributor

milestone v2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:api API bugs and enhancements component:third-party-k8s SSO related issues component:ui User interfaces bugs and enhancements enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants