If I have time, I might consider a separate pass to make more of these instructions into procedures. Having the steps in narrative text makes them feel optional or just mildly disjoint. Let's be more imperative, as in "Do this, and this, and then this, in this order."
* 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.
* Deleting blue-green-deployment.md; moving content into Updating an Existing App
* Restoring blue-green-deployment.md
* Deleting updating-existing-app.md; merging with blue/green sample
* Updating link in README to new location
* 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.
* Add ServiceName to status for resources that create services
For resoruces that own a core Kubernetes Services, the name of the
service should be exposed on the resoruce's status. The Revision
resources already exposes `.status.serviceName`, this PR adds the same
property for the Route and Knative Service resources.
Yes, it's a bit strange to have a Serivce include the Service name in
it's status, ¯\_(ツ)_/¯
Fixes: #1584
* Review feedback
- typos
- added status property to spec.md
* Add conformance tests
* Add DomainInternal to status for Service, Route and Revision
* Drop ServiceName from Service and Route
* Update resource spec
* Remove DomainInternal from Revision
* dead code
* Update conformance test with TODOs