* 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
* 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
* Update docs to use kubectl long flags
* adding back in the --filename flag (lost when manually merged)
* notice a few missed
* notice a few missed '-f' flags
* change -o to --output
* Updating app deployment guide
Adds back manual options for figuring out the host URL and IP address, since all users should know how to see that information without having to export it into a variable.
* Update getting-started-knative-app.md
* Moving up note of delay of IP address assignment
* Update Knative Serving GCS bucket
Knative Serving release was moved to its own directory in knative/serving#1654.
* Address feedback
* Remove spurious `
* Remove extra line
* Add install on AKS doc
This PR adds a walkthrough providing instructions on how to install knative
on Azure Kubernetes Service. It also adds a little more wording to the opening
of README.md.
Closes: #208
* Formatting cleanup
* Small cleanup
* Added missed CLI docs
* Cleanup aks get credentials text
* Wrap az aks line
* Update docs to require `kubectl` version later than v1.10.
See https://github.com/knative/serving/issues/1500 for cases where
older `kubectl` fails to install Knative.
* Update based on PR feedbacks.
* Update Minikube intructions
- remove `DenyEscalatingExec`, it's not included in the Istio installation docs - https://istio.io/docs/setup/kubernetes/quick-start/#minikube and it prevents us from execing into running containers when sidecar injection is enabled
- add command for changing `LoadBalancer` to `NodePort` for the `knative-ingress` service
- update Kubernetes version to 1.10.5
- add note about looking up the IP address to use for accessing sample apps
* Update wording
* Add instructions to install knative on IBM Cloud.
* Fix commands from bx to ibmcloud.
* Fix cluster-create zone variable.
* Fix CLUSTER_LOCATION reference.
* Make variable description a list.
* Fix CLUSTER_LOCATION reference.
* Prettify markdown.