Skip to content

Commit

Permalink
📖 Upgrade controller-gen version used to generate documentation (kube…
Browse files Browse the repository at this point in the history
…rnetes-sigs#4238)

Upgrade controller-gen version used to generate documentation

The documenation for the markers are generated automatic. The project currently scaffold solutions using controller-gen 0.16.4 therefore the documentation should either be generated using this version
  • Loading branch information
camilamacedo86 authored Oct 29, 2024
1 parent a906126 commit f7a02ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/install-and-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ chmod +x /tmp/mdbook

echo "grabbing the latest released controller-gen"
go version
go install sigs.k8s.io/controller-tools/cmd/[email protected].1
go install sigs.k8s.io/controller-tools/cmd/[email protected].4

# make sure we add the go bin directory to our path
gobin=$(go env GOBIN)
Expand Down

0 comments on commit f7a02ad

Please sign in to comment.