-
Notifications
You must be signed in to change notification settings - Fork 243
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
Url create support for devfile ingress #2592
Comments
/assign |
When
The If |
Here are the detailed information on the https support:
|
|
we need to consider differentiating environment specific information from non-specific stuff. |
What is this command going to do exactly? In this scenario where devfile is used, where would One potential issue that I can see here is where we should store information about the URL. |
The current proposal is to store any environment specific info under a new folder called |
The port number is assumed to be stored as During |
+1 for stroring clusterHost in In the current odo version, the positional argument in If we use the cluster host, then how would the user create multiple URLs with the same cluster host?
What happens if there is an entryPoint in devfile but no record on .odo/env for it? |
As long as the & is unique. Users can create multiple URLs with the same cluster. If there is an entryPoint but no clusterHost is provided. An error/warning will be shown during |
Let's assume that devfile has only one endpoint and one container (like this one https://github.com/eclipse/che-devfile-registry/blob/master/devfiles/java-web-spring/devfile.yaml). Running Running There should be also
But devfile format needs to support this first. Running |
how it will be shown in |
^ wrong assumption, previewUrl in devfile is for some reason tied to command |
The pr has been merged. Can we close this issue? |
/close |
@kadel: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Related to #2470
User Story
As a user, I want to expose my service over ingress using either secure or non-secure connection.
Acceptance Criteria
/kind user-story
/area devfile
The text was updated successfully, but these errors were encountered: