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 on Podman] Ignore and show warning when handling Kubernetes components #6299

Closed
Tracked by #5871
rm3l opened this issue Nov 10, 2022 · 4 comments · Fixed by #6471
Closed
Tracked by #5871

[odo on Podman] Ignore and show warning when handling Kubernetes components #6299

rm3l opened this issue Nov 10, 2022 · 4 comments · Fixed by #6471
Assignees
Labels
area/odo-on-podman Issues or PRs related to running odo against Podman kind/task Issue is actionable task
Milestone

Comments

@rm3l
Copy link
Member

rm3l commented Nov 10, 2022

See #6299 (comment)

@github-actions github-actions bot added the needs-triage Indicates an issue or PR lacks a `triage/*` and requires one. label Nov 10, 2022
@kadel
Copy link
Member

kadel commented Nov 16, 2022

For now, let's just ignore them and show a warning to the user.

▶ odo dev --run-on podman
  __
 /  \__     Developing using the "nodejs-starter" Devfile
 \__/  \    Platform: podman
 /  \__/    odo version: v3.2.0
 \__/

↪ Deploying to podman in developer mode
WARNING!!: skipping kubernetes component "component-name". Kubernetes components are not supported on Podman.
 ✓  Deploying pod [3s]
 ✓  Building your application in container (command: install) [3s]
 •  Executing the application (command: run)  ...
...
...
...

``

@rm3l
Copy link
Member Author

rm3l commented Nov 17, 2022

Makes sense for now - thanks.

I'll retitle it.

/retitle [odo on Podman] Show warning when handling Kubernetes components

@openshift-ci openshift-ci bot changed the title ?? How to handle kubernetes components in devfile if running on podman ?? [odo on Podman] Show warning when handling Kubernetes components Nov 17, 2022
@rm3l rm3l added area/odo-on-podman Issues or PRs related to running odo against Podman kind/task Issue is actionable task and removed needs-triage Indicates an issue or PR lacks a `triage/*` and requires one. labels Nov 17, 2022
@rm3l rm3l changed the title [odo on Podman] Show warning when handling Kubernetes components [odo on Podman] Ignore and show warning when handling Kubernetes components Nov 21, 2022
@rm3l rm3l added this to the v3.6.0 🚀 milestone Jan 4, 2023
@valaparthvi
Copy link
Member

The current behavior as I see it is complete ignorance for the k8s component when odo dev is run on podman. Can someone confirm it?

@rm3l
Copy link
Member Author

rm3l commented Jan 6, 2023

The current behavior as I see it is complete ignorance for the k8s component when odo dev is run on podman. Can someone confirm it?

Yes, that's the point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/odo-on-podman Issues or PRs related to running odo against Podman kind/task Issue is actionable task
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants