* Add translations for Ingress Controllers for Bahasa Indonesia
* Replace html tag italic with md syntax for Ingress Controller in Bahasa.
* Address typo and stuff for Ingress Controller translation to Bahasa Indonesia.
* Remove emphasis in title for Ingress Controller translation for Bahasa.
* Replace "obyek" with "objek".
* Fix minor typo and formatting.
* Blog post: Hardware Accelerated Crypto...
This adds a story of Hardware Accelerated SSL/TLS Termination
in Ingress Controllers using Kubernetes Device Plugins and RuntimeClass.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
* Update Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md
* Rename Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md to 2019-04-23-Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md
* Rename 2019-04-23-Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md to 2019-04-24-Hardware-Accelerated-SSLTLS-Termination-in-Ingress-Controllers-using-Kubernetes-Device-Plugins-and-RuntimeClass.md
* menambahkan page pod overview
* finishing pod overview translate
* fix typo
* Change some words with suggest from reviewer
* fix typo and other for Pod Overview
* fix formatting issue
* Translate ingress for Bahasa Indonesia.
* Using markdown instead of html tag. Add `_index.md` in concepts.
* Remove italic md syntax from services-networking title in Bahasa.
* Replace all html italic tag in feature-state and Ingress for Bahasa.
* Address review for typo and paraprashing the content for Kubernetes in Bahasa.
* Fix nitty gritty Ingress translation for Bahasa Indonesia.
* Rebase from master
* Fix trailing . after inbound.
* 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