For details see this issue
- Assign to one of most wanted issues or any non-assigned issue.
- Make fork of k/website.
- Read Localization guidelines.
- Translate.
- Create PR to k/website.
If you need any help - join #kubernetes-docs-uk
channel in Kubernetes Slack and feel free to ask.
If you found any issues with translated content - create issue in k/website with /language uk
.
kubernetes-i18n-ukrainian/website should be used only for simplify localization progress.
The recommended way to run the Kubernetes website locally is to run a specialized Docker image that includes the Hugo static website generator.
If you are running on Windows, you'll need a few more tools which you can install with Chocolatey.
choco install make
If you'd prefer to run the website locally without Docker, see Running the website locally using Hugo below.
If you have Docker up and running, build the kubernetes-hugo
Docker image locally:
make docker-image
Once the image has been built, you can run the website locally:
make docker-serve
Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh.
See the official Hugo documentation for Hugo installation instructions. Make sure to install the Hugo extended version specified by the HUGO_VERSION
environment variable in the netlify.toml
file.
To run the website locally when you have Hugo installed:
make serve
This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh.
Participation in the Kubernetes community is governed by the CNCF Code of Conduct.