Website: Tracking Indonesian Translation Progress (M1)

Created on 21 Apr 2019  路  45Comments  路  Source: kubernetes/website

Maintainers

  • @girikuncoro
  • @irvifa

For New Contributors

To translate a page:

  1. Check that no one else has claimed your page in the checklist and comments below.
  2. Comment below with the name of the page you would like to translate. Take only one page at a time.
  3. Fork this repo, make your translations, and submit a pull request with language/id label!

For more detailed instruction, consult with this JK8s guide. Before contributing, read the glossary and the RSNI Glosarium from Ivan Lanin to understand how to translate various technical and Kubernetes-specific terms. (If you're still not sure about something, please don't hesitate to ask in Slack channel, we won't bite 馃槃)

Also, we haven't written special style guide for writing Bahasa Indonesia. However, in general we can follow the English style guide with some addition to italicizing imported words.

Please commit with your translations! If you find that you can't commit any more, let the maintainers know so they can assign the page to someone else.

For maintainers

When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:

  • [x] Init Kubernetes ID (@girikuncoro) #13822

When PRs are merged, make sure to mark that page as completed!

Work Status

(馃弮 Work in Progress; 馃憖 In Review)

This is our first milestone (M1) that we aim to complete during the lifespan of Kubernetes v1.14. We will mostly focus on concept. Since 1.15 release cycle is short, we will do cut, move left overs to next milestone, and perform technical review when that happens in June.

Concepts

Architecture (content/id/docs/concepts/architecture)

  • [ ] 馃弮Cloud Controller (@phanama)
  • [x] Master Node Communication (@girikuncoro) #13887
  • [x] Nodes (@girikuncoro) #13887

Cluster Administration (content/id/docs/concepts/cluster-administration)

  • [x] Addons (@danninov) #14165
  • [ ] Certificates
  • [x] Cloud Providers (@danninov) #14015
  • [x] Cluster Administration Overview (@danninov) #14156
  • [x] Controller Metrics (@danninov) #14229
  • [x] Federation (@irvifa) #14148
  • [x] Kubelet Garbage Collection (@girikuncoro) #14224
  • [ ] Logging
  • [ ] Manage Deployment
  • [ ] Networking
  • [ ] Proxies

Configuration (content/id/docs/concepts/configuration)

  • [ ] 馃弮Assign Pod Node (@marchellametta)
  • [ ] 馃弮Manage Compute Resources Container (@digembok)
  • [ ] Organize Cluster Access Kubeconfig
  • [ ] Overview
  • [ ] Pod Priority Preemption
  • [ ] Scheduler Perf Tuning
  • [ ] 馃憖 Secret (@irvifa) #14792
  • [x] Taint and Toleration (@irvifa) #14405

Containers (content/id/docs/concepts/containers)

  • [x] Container Environment Variables (@girikuncoro) #13978
  • [x] Container Lifecycle Hooks (@girikuncoro) #14089
  • [ ] 馃弮 Images (@andriiginting)
  • [x] Runtime Class (@girikuncoro) #14222

Extend Kubernetes (content/id/docs/concepts/extend-kubernetes)

  • [ ] Extend Cluster
  • [ ] Poseidon Firmament Alternate Scheduler
  • [ ] Service Catalog
  • [ ] API Server Aggregation
  • [ ] Custom Resources
  • [ ] Device Plugins
  • [ ] Network Plugins

Overview (content/id/docs/concepts/overview)

  • [x] Components (@irvifa) #13888
  • [x] Kubernetes API (@irvifa) #13888
  • [x] What is Kubernetes (@irvifa) #13888
  • [x] Declarative Config (@qbl) #14030
  • [x] Imperative Command (@qbl) #14064
  • [x] Imperative Config (@qbl) #14530
  • [ ] 馃弮Kustomization (@qbl)
  • [ ] Overview
  • [x] Annotations (@girikuncoro) #14235
  • [ ] Common Labels
  • [x] Field Selectors (@girikuncoro) #14236
  • [x] Kubernetes Objects (@irvifa) #14125
  • [ ] Labels
  • [x] Names (@iputra) #14320
  • [x] Namespaces (@zufardhiyaulhaq) #14128

Policy (content/id/docs/concepts/policy)

  • [ ] Pod Security Policy
  • [ ] Resource Quotas

Services Networking (content/id/docs/concepts/services-networking)

  • [ ] Add Entries to Pod etcd hosts with host aliases
  • [x] Connect Applications Service (@zufardhiyaulhaq) #14079
  • [ ] DNS Pod Service
  • [x] Ingress Controllers (@irvifa) #13959
  • [x] Ingress (@irvifa) #13958
  • [x] Network Policies (@irvifa) #14287
  • [x] Service (@irvifa) #14117

Storage (content/id/docs/concepts/storage)

  • [ ] 馃弮Dynamic Provisioning (@girikuncoro)
  • [x] Persistent Volumes (@evanap) #14532
  • [ ] Storage Classes
  • [x] Storage Limits (@girikuncoro) #13929
  • [ ] Volume Snapshot Classes
  • [ ] Volume Snapshots
  • [ ] Volumes

Workloads (content/id/docs/concepts/workloads)

  • [x] Cron Jobs (@yohanesmario) #14382
  • [ ] Daemonset
  • [ ] Deployment
  • [x] Garbage Collection (@antoooks ) #14513
  • [ ] Jobs Run to Completion
  • [ ] 馃弮 Replicaset (@yohanesmario)
  • [ ] Replication Controller
  • [ ] StatefulSet
  • [ ] TTL After Finished
  • [x] Disruptions (@phanama) #14395
  • [ ] 馃憖 Init Containers (@phanama) #14927
  • [ ] 馃弮 Pod Lifecycle (@wahyuoi)
  • [x] Pod Overview (@zufardhiyaulhaq) #13968
  • [ ] Pod
  • [x] Pod Preset (@antoooks) #14394

Note: This contribution template is inspired by Indonesian folks translating reactjs doc

Related Docs:

  1. RSNI glossary
  2. Branching Strategy
languagid

Most helpful comment

You can also use this script to know if a given file is touched by which PR: https://github.com/kubernetes/website/blob/master/scripts/find_pr.py By doing so, you can have a single source of truth about whether a file is currently being modified or not.

All 45 comments

I'm taking Services Networking ingress and ingress controllers (will separate it into two PR).
Details is in #13932 (addressed on #13959)and #13933 (addressed on #13958)

I'm taking page proxies of Cluster Administration (content/id/docs/concepts/cluster-administration)

I'm taking Declarative Config of Overview (content/id/docs/concepts/overview)

You can also use this script to know if a given file is touched by which PR: https://github.com/kubernetes/website/blob/master/scripts/find_pr.py By doing so, you can have a single source of truth about whether a file is currently being modified or not.

I'm taking Cloud Providers of Cluster Administration (content/id/docs/concepts/cluster-administration)

You can also use this script to know if a given file is touched by which PR: https://github.com/kubernetes/website/blob/master/scripts/find_pr.py By doing so, you can have a single source of truth about whether a file is currently being modified or not.

@remyleone cool thanks remy we'll try it out, probably automate this somehow

I'm taking Pod Overview of Workloads (content/id/docs/concepts/workloads)

@remyleone Cool.. thanks for your suggestions..
@girikuncoro I wonder if we can ask feature request for prow :")

I'll take Services Networking service.md #14117

I'm taking Container Environment Variables, Container Lifecycle Hooks, Runtime Class of Containers (content/id/docs/concepts/containers) next

I'm taking Connect Applications Service of Services Networking (content/id/docs/concepts/services-networking)

I've sent PR for Declarative Config of Overview (content/id/docs/concepts/overview). I'm taking Imperative Command of Overview (content/id/docs/concepts/overview) next.

I've sent PR for Imperative Command of Overview (content/id/docs/concepts/overview). I'm taking Imperative Config (content/id/docs/concepts/overview) next.

I've sent PR for Connecting Applications with Services (content/id/docs/concepts/workloads). I'm taking Namespaces (content/id/docs/concepts/overview) next.

I'm taking Federation.md content/id/docs/concepts/cluster-administration #14148

I'm taking kubernetes-object.md content/id/docs/concepts/overview #14125

I am taking names of Overview (content/id/docs/concepts/overview)

I've sent PR #14128 for Namespaces (content/id/docs/concepts/overview). I'm taking Overview (content/id/docs/concepts/configuration) next.

I'm taking cluster-administration-overview.md (concepts/cluster-administration/cluster-administration-overview)

I'm taking Addons (cluster-administration/addons)

I'm taking NetworkPolicy in content/id/docs/concepts/services-networking #14287

I'm taking Controller Metrics in (concepts/cluster-administration)

I'm taking Kubelet Garbage Collection in (concepts/cluster-administration) next

I'm taking Field Selectors in (concepts/overview) next

I'm taking Annotations in (concepts/overview) next

Hi guys, I'm taking images in content/id/docs/concepts/containers

Hi guys, I'm taking Cron Jobs in content/id/docs/concepts/workloads

I'm taking Disruptions in concepts/workloads

14395

Hi, I'm taking Pod Lifecycle in content/id/docs/concepts/workloads

Hi, I'm taking Persistent Volumes in content/id/docs/concepts/storage

I'm taking Assign Pod Node in content/id/docs/concepts/configuration

I'm taking Taint and Toleration

Hello, I'm taking Pod Preset in content/id/docs/concepts/workloads

I'm taking Dynamic Provisioning and Storage Limits of content/id/docs/concepts/storage

I'm taking secret

I've sent PR for CronJob (#14382), and would like to continue to take ReplicaSet in content/id/docs/concepts/workloads.

I'll be taking Garbage Collection in content/id/docs/concepts/workloads.

I'm taking Init Containers in concepts/workloads.
.
.
.
You have a typo in the list above: Init Contianers

I've sent PR for Imperative Config of Overview (content/id/docs/concepts/overview). I'm taking Kustomization of Overview (content/id/docs/concepts/overview) next.

I'm taking Manage Compute Resources Container in content/id/docs/concepts/configuration

I'm taking Cloud Controller in content/id/docs/concepts/architecture

Hi folks, thank you so much for your contribution to translate Kubernetes docs into Bahasa Indonesia, it means a lot to broader audience/community in Indonesia! 馃帀

Since Kubernetes 1.15 has been released, and 1.16 cycle is currently on, we are planning to cut this Milestone 1 on Monday, 24th June 2019. So far we have gathered good statistics for this M1: 35 pages have been translated from 15 contributors!

Will continue the pages that could not get in here to Milestone 2 (next 3 months cycle until 1.16 release cut). Will post the M2 issue tracker soon and close this issue.

cc @irvifa

I'm taking Manage Deployment page (content/id/docs/concepts/cluster-administration/manage-deployment/)

I'm taking Volumes in content/id/docs/concepts/storage

Thanks for all your contribution in M1! 馃帀馃帀
We will continue with the rest of pages in M2, tracked here #15341

Please mention the new issue id when raising PR. Closing this.

Was this page helpful?
0 / 5 - 0 ratings