3d9dcfcc69
* Add OWNERS information for sig-docs-id * Add Indonesian language to config.toml with highest weight * Add README-id.md. * Add common resources and case studies. * Add i18n strings for Indonesian site * Fix typos on OWNERS. * Add Indonesian translation for home documentation * Add kubernetes basics. * Add Indonesian content for minikube tutorial * Add Indonesian translation for setup cluster * Fix typos on README-id, and replace you with more informal word * Fix some typos and replace formal you expression on kubernetes basics
30 lines
482 B
Markdown
30 lines
482 B
Markdown
---
|
|
title: Versi Kubernetes yang Termasuk dalam Dokumentasi
|
|
content_template: templates/concept
|
|
card:
|
|
name: about
|
|
weight: 10
|
|
title: Versi Kubernetes yang Termasuk dalam Dokumentasi
|
|
---
|
|
|
|
{{% capture overview %}}
|
|
|
|
Situs ini merupakan dokumentasi dari Kubernetes versi saat ini dan 4 versi sebelumnya.
|
|
|
|
{{% /capture %}}
|
|
|
|
{{% capture body %}}
|
|
|
|
## Versi saat ini
|
|
|
|
Versi saat ini adalah
|
|
[{{< param "version" >}}](/).
|
|
|
|
## Versi sebelumnya
|
|
|
|
{{< versions-other >}}
|
|
|
|
{{% /capture %}}
|
|
|
|
|