-
Notifications
You must be signed in to change notification settings - Fork 209
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
No status for application when following "Deploy First Application" tutorial #1319
Comments
Some more info. When I look at the logs of the
|
Was able to fix this by downgrading my I was running |
May be related to kubevela/kubevela#6493, a bug logged for 1.9.10. |
Yes, that's the same output (no status output) I got before raising kubevela/kubevela#6493 Go back to v1.9.9 and you will be fine, v1.9.10 wasn't a substantial update anyway. For picking up kubevela, you will be fine with v1.9.9. Don't let this put you off, Kubevela is great! 🙂 |
Ah, please also note you've raised this on the "kubevela.github.io" repo, which is for the website. The one for the software is "kubevela" - as with my ticket 🙂 |
Yes, it's clear now the issue isn't with the tutorial, but with the software itself. Closing this since there's nothing to do with docs and the software bug has already been logged. |
When following the tutorial at https://kubevela.io/docs/quick-start/, everything works for me until I get to the part where I should run
vela status first-vela-app
. The tutorial says that I should see output like the following:Instead, I see this:
(We can ignore "maxprocs.go:47: maxprocs: Leaving GOMAXPROCS=20: CPU quota undefined" for now. I get this error regardless of which
vela
command I run, and it doesn't seem to stop anything from working. Thevela
commands do begin to run.)My application doesn't seem to have a status yet.
The next steps in the tutorial are about port forwarding and then resuming the workflow.
When I run
vela port-forward first-vela-app 8000:8000
, I get the following output:I wonder if this issue (there being no pod associated with my application) is related to the fact that there is no status for my application yet.
Then, when I run
vela workflow resume first-vela-app
, which I understand to be the command I would run to get the workflow to resume (it appears designed to halt with a manual approval step), I get this output:So it appears that I can't resume my workflow yet because of some issue that KubeVela encounters early on after I deploy my app, and it probably is related to me not seeing a status at all for my app.
Some info that might be useful for troubleshooting:
(using
kind
)(KubeVela install appears to have succeeded)
(KubeVela pods appear to be running... I expect that at least one of these pods should react to my application by reconciling it)
(app appears to have been at least applied to the Kube API)
The text was updated successfully, but these errors were encountered: