We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
orchent version 1.2.9 for ubuntu 22.04.2 LTS seems to have a bug: it properly create a deployment:
ubuntu@ocp-ubu-ui:~$ orchent depcreate --user_group developers template.yaml Deployment [11edf4c3-82d4-6189-8bd1-02424e495bee]: status: CREATE_IN_PROGRESS creation time: 2023-05-17T15:00+0000 update time: 2023-05-17T15:00+0000 outputs: {}
but then depshow does not work anymore:
ubuntu@ocp-ubu-ui:~$ orchent depshow 11edf4c3-82d4-6189-8bd1-02424e495bee error requesting deployment 11edf4c3-82d4-6189-8bd1-02424e495bee: Error 'Not Found' [404]: The deployment <11edf4c3-82d4-6189-8bd1-02424e495bee> doesn't exist
The text was updated successfully, but these errors were encountered:
No branches or pull requests
orchent version 1.2.9 for ubuntu 22.04.2 LTS seems to have a bug:
it properly create a deployment:
ubuntu@ocp-ubu-ui:~$ orchent depcreate --user_group developers template.yaml Deployment [11edf4c3-82d4-6189-8bd1-02424e495bee]: status: CREATE_IN_PROGRESS creation time: 2023-05-17T15:00+0000 update time: 2023-05-17T15:00+0000 outputs: {}
but then depshow does not work anymore:
ubuntu@ocp-ubu-ui:~$ orchent depshow 11edf4c3-82d4-6189-8bd1-02424e495bee error requesting deployment 11edf4c3-82d4-6189-8bd1-02424e495bee: Error 'Not Found' [404]: The deployment <11edf4c3-82d4-6189-8bd1-02424e495bee> doesn't exist
The text was updated successfully, but these errors were encountered: