This is the Chinese translation of the Kubebuilder project documentation, based on the official documentation.
This translation is based on the following commit:
- Source commit:
3fd04199acb4556376dc17a7393bfd43bcd40c26
# Build and start local server
./book/install-and-build.sh build
cd book && mdbook serve
# Visit http://localhost:3000
If you need to install dependencies manually:
- Install mdBook
- Make sure controller-gen is installed
- Run
mdbook serve
Pushing to main
branch will automatically trigger GitHub Actions deployment to Cloudflare Pages.
# Required environment variables:
# CLOUDFLARE_API_TOKEN
# CLOUDFLARE_ACCOUNT_ID
./deploy-cloudflare.sh