OpenKruise documentations and website.
Go to file
ls-2018 02bc93a15e
[FIX] workloadspread yaml format error (#134)
Signed-off-by: 刘硕 <liushuo@zetyun.com>
Co-authored-by: 刘硕 <liushuo@zetyun.com>
2023-09-14 10:08:10 +08:00
.github/workflows Add docs for v1.2.0 (#61) 2022-06-07 15:06:29 +08:00
blog [Fix] ADD KRUISE_TERMINATE_SIDECAR ENV priority description (#130) 2023-09-12 13:56:09 +08:00
docs [FIX] workloadspread yaml format error (#134) 2023-09-14 10:08:10 +08:00
i18n/zh [FIX] workloadspread yaml format error (#134) 2023-09-14 10:08:10 +08:00
kruisegame fix wrong capitalization of kruise-game install Parameter cloudProvider (#122) 2023-08-22 13:41:50 +08:00
rollouts correct indentation (#121) 2023-08-23 11:28:51 +08:00
src modify the project description on the home page,from 'sandbox project' to 'incubating project' (#111) 2023-05-23 09:34:28 +08:00
static kruise game 0.4.0 (#114) 2023-07-10 10:06:11 +08:00
versioned_docs [FIX] workloadspread yaml format error (#134) 2023-09-14 10:08:10 +08:00
versioned_sidebars release v1.5.0 docs (#128) 2023-09-12 20:39:09 +08:00
.gitignore Add two best practices: CloneSet Lifecycle, ACronJob+BroadcastJob (#48) 2022-03-28 16:47:51 +08:00
OWNERS add chrisliu1995 as owner (#119) 2023-08-11 10:38:40 +08:00
README.md correct labels for version dropdown (#105) 2023-04-23 14:10:01 +08:00
babel.config.js Initial commit 2021-09-08 19:36:10 +08:00
docusaurus.config.js fix kruise-game doc (#101) 2023-04-13 11:08:53 +08:00
package-lock.json fix kruise-game doc (#101) 2023-04-13 11:08:53 +08:00
package.json fix kruise-game doc (#101) 2023-04-13 11:08:53 +08:00
sidebars-kruisegame.js docs of kruise-game v0.5.0 (#118) 2023-08-11 10:41:40 +08:00
sidebars-rollouts.js add rollouts docs (#94) 2023-03-10 15:19:22 +08:00
sidebars.js add job sidecar terminator and cloneset prenormal hook docs (#96) 2023-04-04 15:02:44 +08:00
versions.json release v1.5.0 docs (#128) 2023-09-12 20:39:09 +08:00
yarn.lock release v1.5.0 docs (#128) 2023-09-12 20:39:09 +08:00

README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window for default English site. Most changes are reflected live without having to restart the server.

$ yarn start --locale zh

This command starts a local development server and opens up a browser window for Chinese site. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.