1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/openshift-developer-cli-odo-known-issues.adoc
2019-10-14 15:12:23 +00:00

36 lines
2.3 KiB
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/openshift_developer_cli/odo-release-notes.adoc
[id="odo-known-issues_{context}"]
= Known issues
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760573[Bug 1760573] An active pointer is not pointing to a current active project.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760574[Bug 1760574] A deleted namespace is being listed in the `odo project get` command.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760575[Bug 1760575] `odo app delete` removes application components but not services.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760577[Bug 1760577] `odo push` does not delete OpenShift objects when the component name is changed.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760580[Bug 1760580] `catalog list components` does not list out components of a specified namespace.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760583[Bug 1760583] `odo config unset` does not unset an environment variable but says it did.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760585[Bug 1760585] `odo delete --all` deletes the`$HOME/.odo` folder when run from `$HOME`.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760586[Bug 1760586] `odo delete` starts an infinite loop after project is deleted and a component name is set.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760587[Bug 1760587] {odo-title} reports an invalid flag when a non-existent command is used.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760588[Bug 1760588] `odo service create` crashes when run in Cygwin.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760589[Bug 1760589] Autocompletion does not work for `--context` in `odo push`.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1760590[Bug 1760590] In Git BASH for Windows `odo login -u developer` does not hide a typed password when requested.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1761440[Bug 1761440] It is not possible to create two services of the same type in one project.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1761442[Bug 1761442] `component create` fails with flag `--context` and `--binary` if the binary is located in a temporary folder.
* link:https://bugzilla.redhat.com/show_bug.cgi?id=1761443[Bug 1761443] Deleted files are not removed from a Java component.