-
Notifications
You must be signed in to change notification settings - Fork 1.8k
documentation: Link to project migration guide is 404 #3862
Copy link
Copy link
Closed
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.language/goIssue is related to a Go operator projectIssue is related to a Go operator project
Milestone
Metadata
Metadata
Assignees
Labels
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.language/goIssue is related to a Go operator projectIssue is related to a Go operator project
Bug Report
What did you do?
[kni@provisionhost-0-0 kata-operator]$ operator-sdk version
[Deprecation Notice] Operator SDK has a new CLI and project layout that is aligned with Kubebuilder.
See
operator-sdk init -hand the following doc on how to scaffold a new project:https://v0-19-x.sdk.operatorframework.io/docs/golang/quickstart/
To migrate existing projects to the new layout see:
https://sdk.operatorframework.io/docs/golang/migration/project_migration_guide/
operator-sdk version: "v0.19.3", commit: "d529ba46aa04b85dfe2dba9074a6f7943ce7886d", kubernetes version: "v1.18.2", go version: "go1.13 linux/amd64"
What did you expect to see?
To click on the link project migration guide and see it
What did you see instead? Under which circumstances?
A 404 error page
$ operator-sdk versionv0.19.3
Possible Solution
Fix the URL. Maybe this is the right one? -> https://sdk.operatorframework.io/docs/building-operators/golang/project_migration_guide/