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

Allow using imageName as a selector #6768

Prev Previous commit
fixup! Document how odo now handles relative image names as selectors
  • Loading branch information
rm3l committed May 19, 2023
commit eb575c86212d1f588111ab51fc15504d2286d66e
19 changes: 9 additions & 10 deletions docs/website/docs/overview/configure.md
Original file line number Diff line number Diff line change
@@ -114,16 +114,15 @@ Unsetting a preference key sets it to an empty value in the preference file. `od

### Preference Key Table

| Preference | Description | Default |
|--------------------|-----------------------------------------------------------------------------------------|-------------|
| UpdateNotification | Control whether a notification to update `odo` is shown | True |
| Timeout | Timeout for Kubernetes server connection check | 1 second |
| PushTimeout | Timeout for waiting for a component to start | 240 seconds |
| RegistryCacheTime | Duration for which `odo` will cache information from the Devfile registry | 4 Minutes |
| Ephemeral | Control whether `odo` should create a emptyDir volume to store source code | False |
| ConsentTelemetry | Control whether `odo` can collect telemetry for the user's `odo` usage | False |
| ImageRegistry | The container image registry where relative image names will be automatically pushed to | |

| Preference | Description | Default |
|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
| UpdateNotification | Control whether a notification to update `odo` is shown | True |
| Timeout | Timeout for Kubernetes server connection check | 1 second |
| PushTimeout | Timeout for waiting for a component to start | 240 seconds |
| RegistryCacheTime | Duration for which `odo` will cache information from the Devfile registry | 4 Minutes |
| Ephemeral | Control whether `odo` should create a emptyDir volume to store source code | False |
| ConsentTelemetry | Control whether `odo` can collect telemetry for the user's `odo` usage | False |
| ImageRegistry | The container image registry where relative image names will be automatically pushed to. See [How `odo` handles image names](../development/devfile.md#how-odo-handles-image-names) for more details. | |

## Managing Devfile registries