*minikube ssh* logs into the cluster as user 'docker'. The user 'docker' (uid=1000) does not have write permissions in /mnt to create a new directory and/or the example's HTML file. Use sudo(8) to create the directory as well as the HTML file nginx will ultimately serve.
* Fix typos and grammatical errors in README.md file
* Update README.md
make usage of the word 'website' in place of 'site' consistent across the file.
* Fix broken link in service-accounts-admin.md
a213182b10
added a linke to [projected volume] that maybe got renamed.
* Update service-accounts-admin.md
* Add new translation in Bahasa Indonesia
* Add revision to translation
* Edit type translation cloud-providers in Bahasa Indonesia
* Edit type translation cloud-providers
* Add translation Cluster Administration Overview in Bahasa Indonesia
* Delete cluster administration overview
* Add translation cluster administration overview in Bahasa Indonesia
* Delete cloud-providers. Shouldn't be here..
* Add translation cluster administration overview in Bahasa Indonesia
* Rewording cluster adminstration overview in ID
* Add new translation in Bahasa Indonesia
* Add revision to translation
* Edit type translation cloud-providers in Bahasa Indonesia
* Edit type translation cloud-providers
* Add translation Cluster Administration Overview in Bahasa Indonesia
* Delete cluster administration overview
Added steps to find out if virtualization in installed on the users OS.
Minor improvement
Capitalized Windows
Removed the shell from the command.
Update install-minikube.md
by kubectl apply.
The docs imply that lists whose elements are all primitives
are replaced by the applied config instead of being updated.
This PR states that explicitly for clarity.
* Add files via upload
KubeCon Barcelona 2019 Diversity Lunch & Hack Blog Post
* Update 2019-04-25-kubecon-diversity-lunch-and-hack.md
* Update and rename 2019-04-25-kubecon-diversity-lunch-and-hack.md to 2019-05-02-kubecon-diversity-lunch-and-hack.md
* Menerjemahkan connect-applicaitons-service kedalam bahasa Indonesia
* add examples files
* change title
* fix email
* fix minor typos and formatting
* fix minor & typo
* adding Elastic Stack for logging and monitoring
* added section on deploying Elasticsearch and Kibana
* more detail
* more detail
* First draft
* Using tutorial template.
* more goodness
* Describe autodiscover
* added verification steps
* Added cluster role binding
* Use Redis metrics and logs
* cleanup
* add cleanup
* unused
* Added language tags
* Added glossary_tooltip
* Added link
* Placed alternative steps in tabs
* shorten heading
* uppercase for Kubernetes objects
* cleanup secret
* grammar
* updated title and linked from the guestbook tutorial
* added reviewer. Thanks Tim!
* Removed default username/password
* typo, verbosity, more info.
`CPUCFSQuotaPeriod` Feature Gate is set from the flag name `CustomCPUCFSQuotaPeriod` per [`kube_features.go#163`](https://github.com/kubernetes/kubernetes/blob/master/pkg/features/kube_features.go#L163)
This PR updates the docs to suit.
In some respects it would be tidier to remove `Custom` prefix from `kube_features.go` so that the Feature Gate naming maps 1:1.
Happy to close this PR and do PR to remove 'Custom' prefix instead.