-
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
Go Panic when running odo dev
with minikube
#7140
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
github-actions
bot
added
the
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
label
Oct 31, 2023
AgentK9
changed the title
Go Panic when running
Go Panic when running Oct 31, 2023
odo dev
with minikube
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
github-actions
bot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Jan 30, 2024
Still an issue! |
github-actions
bot
removed
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Feb 2, 2024
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
github-actions
bot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
May 2, 2024
Still an issue... |
github-actions
bot
removed
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
May 3, 2024
rm3l
removed
the
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
label
Jun 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/kind bug
What versions of software are you using?
Operating System:
Ubuntu
Output of
odo version
:3.15.0
How did you run odo exactly?
sudo odo dev --logs --port-forward 8000:8000
Actual behavior
Errored on run with a go panic.
Expected behavior
A. Run odo dev as normal (this command and devfile work fine in windows/mac environments with docker desktop). The main differences with this dev's environment is that odo is being run on ubuntu with minikube as the k8s backend, instead of docker-desktop's k8s cluster.
B. The error (
Failed to delete inner loop resources: failed to get deployment "<project-name>-app": Get "https://192.168.49.2:8443/apis/apps/v1/namespaces/default/deployments/<project-name>-app": Forbidden
) seems like it could be an issue with the minikube configuration, which is understandable. However, in this case, odo should not panic and instead print out a helpful error message.Any logs, error output, etc?
Error output:
The text was updated successfully, but these errors were encountered: