* Create Hello World program with Kotlin
* Modify Readme by addressing Grant's comments
* Update to gradle official image
* Update dockerfile by addressing ivan's comment
* Read port from env by addressing samodell's comment
* Update Readme by addressing samodell's comment
* svc->service
* Add an elixir language sample using the phoenix framework to the knative serving samples.
* Add links to Elixir and Phoenix Web sites.
* remove giant package-lock.json
* change -go to -elixir in readme.
* Update the Elixir example so that it builds with Google's Cloud Build service. Add an approprite .gcloudignore file so that this can be done using the gcloud command line tool.
* Update PKS docs clarifying the need to enable privileged containers
- add note clarifying the need to check "Enable Privileged Containers" and "Disable DenyEscalatingExec" in Ops Manager before creating cluster
* Edit steps for privileged mode
* Improvements to OpenShift installation
Fixes#409
* Updates to minishift based installation instead of oc cluster up
* Added scripts to setup the policies for Istio and Knative
* Removed scripted install script
Signed-off-by: Kamesh Sampath <ksampath@redhat.com>
* Minishift document and polices updated for OpenShift 3.11
* Review comment fixes
The test program doesn't close the http response Body causing the connection to
not be released and the creation of new connections until the exhaustion of the
process file descriptors.
* Add instruction to use LetsEncrypt through CertManager.
* Split GCP specific instruction to its own file.
* Rename using-cert-mananger-on-gcp.md to using-cert-manager-on-gcp.md
* Update using-an-ssl-cert.md
* Update using-cert-manager-on-gcp.md
* Update instruction based on PR feedback.
* Fix code snippet highlighting.
* Update using-cert-manager-on-gcp.md
* Update per PR feedback
* Update per PR feedback.
* Doc edits
* Update Minikube arguments
- the admission-control flag is now enable-admission-plugins
- seems the new name is required when using kubernetes-version v1.11.0 or later
* Upgrade to Kubernetes v1.11.1
- this goes along with the change to use `apiserver.enable-admission-plugins`
- Minikube version should be v0.28.1 or later to support k8s v1.11.x
* Updated to work for latest Minikube v0.29.0
- removed the `controller-manager.cluster-signing-cert-file` and `controller-manager.cluster-signing-key-file` arguments
- updated to use Kubernetes version 1.11.3
* add doccument
* add reasons for plugins
* Formatted file
* add more details
* fix links
* Remove typo and duplicate steps +
+ made a few edits for clarity and consistency
By reading the docs, I can't tell where are these config/monitoring stuff.
So I'm adding sub-steps to (a) clone repo + cd + checkout to the release tag,
then (b) apply them.
Please /cc someone who knows about this stuff to verify.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
Looks like anchors are case-sensitive. GitHub Markdown rendering creates
lower-case-section-anchors.
How many more of these there are, I'm not sure. But when I searched like
ag --md '#[A-Z]'
This is the only such markdown page with such uppercase anchor references,
so I'm just fixing this page. Sorry for long commit message.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>