* Use Istio release artifact URL to install
This is more likely to be authoritative than the checked-in version.
* Correct shell block
* Install serving v0.2.2
* Use Build release artifact URL to install
This is more likely to be authoritative than the checked-in version.
* Point to the top-level install docs from eventing
* Update some docs for installation of knative on GKE
- more bash annotations
- make project also a variable
- rearrange and re-word some docs about cluster name and zone
* Some re-arranging of actions about the GCP project in the docs.
* Minor text updates in the GCP project section.
* Add some GCP -> Google Cloud Platform abbreviation pieces.
* Discover the K8S version for IKS deployment
Version 1.10.3 is not available anymore in IKS. Having a fixed
version will become stale eventually. The default version is
now >1.10 but that may change, so ask installers to select an
appropriate version based on the minimum requirement.
* Update Knative-with-IKS.md
* Update Knative-with-IKS.md
* Update OpenShift instructions to fix#417
Update istio-sidecar-injector configmap after Istio is ready in order to let knative activator and autoscaler pods running properly
* Edit steps
* 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