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

odo url create/delete output always references OpenShift clusters #2852

Closed
johnmcollier opened this issue Apr 8, 2020 · 2 comments · Fixed by #2861
Closed

odo url create/delete output always references OpenShift clusters #2852

johnmcollier opened this issue Apr 8, 2020 · 2 comments · Fixed by #2861
Assignees
Labels
area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. kind/bug Categorizes issue or PR as related to a bug. priority/Low Nice to have issue. It's not immediately on the project roadmap to get it done.

Comments

@johnmcollier
Copy link
Member

/kind bug
/area devfile
/priority low

When running odo url create or odo url delete against a devfile component, odo shows the following output, even if running against a non-OpenShift cluster:

Johns-MacBook-Pro-3:springboot johncollier$ odo url create --host my-host.com
 ✓  URL created for component: maven, cluster host: my-host.com

To create URL on the OpenShift Cluster, please use `odo push`

and

Johns-MacBook-Pro-3:springboot johncollier$ odo url delete maven-8080
? Are you sure you want to delete the url maven-8080 Yes
 ✓  URL maven-8080 removed from the env file

To delete URL on the OpenShift Cluster, please use `odo push`
@openshift-ci-robot openshift-ci-robot added kind/bug Categorizes issue or PR as related to a bug. area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. priority/Low Nice to have issue. It's not immediately on the project roadmap to get it done. labels Apr 8, 2020
@kadel
Copy link
Member

kadel commented Apr 9, 2020

We should start using just "cluster" no Kubernetes or OpenShift to make our life easier and avoid any confusions

@johnmcollier
Copy link
Member Author

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. kind/bug Categorizes issue or PR as related to a bug. priority/Low Nice to have issue. It's not immediately on the project roadmap to get it done.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants