* Add Kubernetes Components in lang ID.
* Remove glossary since it's not translated yet.
* Add what is kubernetes? in ID lang
* Add kubernetes API in lang ID.
* Address id loc suggestions fo Kubernetes' overview.
* Remove uneeded lines of definitions.
* Add glossaries for Bahasa Indonesia.
* Add kubelet glossary for Bahasa Indonesia.
* Fix all italics due to missing period and false tag.
Plain language rocks
Remove an orphaned line
Remove note
Present tense rocks
Add repository
Feedback, round 1
Add team descriptions
Add Slack link
Feedback, part 2
Feedback from gochist
Remove link
* Revise guide for generating reference docs
This PR changes the guidance for generating reference documentation for
Kubernetes API and kubernetes components. The topic of making changes to
the upstream repo is separated out because 1) it is not a mandatory step
for generating the reference docs; 2) it is about a more advanced level
of documentation fix.
* light copyedit
* more light copyedits
* updated link for framework file
Fixed the invalid link referred by "framework file" in "Most of the common code are located in the framework file that leaves only one function to be implemented for different conversions.".
This fix is for the issue #13759 .
* updated framework file link reference to v1.14
changed docs version from v1.13.0 to v1.14.0 in the link reference
"framework file" -> https://github.com/kubernetes/kubernetes/tree/v1.14.0/test/images/crd-conversion-webhook/converter/framework.go
Changes the key name to `SPECIAL_LEVEL` in the config map volume definition.
This is consistent with the rest of the example. Otherwise, this pod does not
start because there is no key with that name in the `special-config` config map.
* Add formal definition of workloads
* Update workload.md
* add light copyedit
More section should not repeat short description. Both are served together on the built page.
These statement was intended to specify environment variable values available in the container but word 'environment variable' was missing so corrected these statements for better clarity.
fixed the invalid link referred by "this guide" in "In Kubernetes v1.11.0 and later, you can use kubeadm upgrade diff to see the changes that would be applied to static pod manifests."
this is fix for issue #13869
* fixed the broken link
Fixed the broken link for CDK official documentation.
Resolving the issue #13820
* fixed broken link
made few changes required for the issue #13820
* Add es/docs/concepts index tree
* Add es/docs/contribute index tree
* Add es/docs/setup index tree
* Add es/docs/tutorials index tree
* Add es/docs/reference index tree
* Add es/docs/tasks index tree
* Add es/docs/reference landing page
* Add es/docs/home landing page
* Add es/docs/tutoriales landing page
* Add es/docs/getting-started-guides index tree
* Add es/docs/concepts landing page
* Add es/docs/contribute landing page
* Add es/docs/setup landing page
* Apply review requests and fixes
* 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
* fix an offense against the style guide.
> Refer to API objects without saying “object,” unless omitting “object” leads to an awkward construction.
* fix another one.
* [WIP] Clean up kubectl install page
Fixes issue #13577
* Update install-kubectl.md
Addresses @zacharaysarah and @jaredbhatti's comments.
Minor language Improvements:
- Deleted unnecessary adverbs
- Used fewer words where possible
Next pass will include deeper edits, with careful attention to the kubectl autocompletion section
* Update install-kubectl.md