docs
docs copied to clipboard
A local registry is no longer created by default.
There's a "bug" on this page:
https://knative.dev/docs/getting-started/quickstart-install/
kn quickstart kind
will fail because registry is not created by default anymore.
Documentation fix:
kn quickstart kind --registry
.
Looks like there's a whole process to contribute to docs, otherwise I would have just done that instead of filling a bug :)
/assign
@knative/client-writers can we handle this in kn
? It seems odd to add this to the docs, if we always need --registry
anyways.
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen
. Mark the issue as
fresh by adding the comment /remove-lifecycle stale
.
cc @psschwei any thoughts here?
I'd lean towards not having to require passing a flag for the default setup to work (sort of contradicts the name quickstart in that case....) and just fix kn quickstart kind
so that it doesn't fail. There was a PR in flight to fix this (https://github.com/knative-extensions/kn-plugin-quickstart/pull/490#pullrequestreview-1847738384), but looks like it's stalled a bit. I'll see if I can find some free cycles to take a look at it.
@dprotaso PR ^^^ should fix the issue without requiring any update to the docs.
PR merged - going to close this out