User documentation for Knative components.
Go to file
Christie Wilson ad4d987f60 Update minikube docs post rename (#1332)
The docs for setting up minikube were using the namespaces and
resource names from elafros instead of knative. The naming changed
slightly, e.g. a knative controller is now called `controller`
instead of `knative-serving-controller`, so one of the loops had
to be broken into 2 statements.

Added steps about redeploying pods after setting up GCR
secrets b/c there is a chicken and egg problem where the namespaces
must exist before you can setup the secrets, but the secrets must
exist before the images can be pulled.

The PR that enabled `MutatingAdmissionWebhook` by default
(https://github.com/kubernetes/minikube/pull/2547) was merged, but
the latest minikube (0.28.0) still did not enable this option
by default b/c providing any arugments overrides all of the defaults,
so we must still set it explicitly.

Made it clear in the setting up knative serving docs that the cluster
admin binding is required, not just for istio.

Use a `NodePort` instead of a `LoadBalancer`
(see https://github.com/kubernetes/minikube/issues/384) - another
step along the road to #608.
2018-06-27 15:04:21 -07:00
debugging Updates to application debugging and telemetry documentation (#1258) 2018-06-26 17:24:21 -07:00
images Updates to application debugging and telemetry documentation (#1258) 2018-06-26 17:24:21 -07:00
product Rename Elafros to Knative Serving in non-Community markdown files. (#1019) 2018-06-01 13:15:11 -07:00
roadmap Move scaling documentation to docs (#1170) 2018-06-12 12:17:15 -07:00
scaling Retired serving state is not set anywhere (#1204) 2018-06-15 12:50:26 -07:00
spec Proposal: More uniform conditions (#1266) 2018-06-21 08:44:18 -07:00
creating-a-kubernetes-cluster.md Update minikube docs post rename (#1332) 2018-06-27 15:04:21 -07:00
project-checklist.md Rename Elafros to Knative Serving in non-Community markdown files. (#1019) 2018-06-01 13:15:11 -07:00
resources-overview.md Rename namespace to knative-serving (#1325) 2018-06-25 14:23:20 -07:00
setting-up-a-docker-registry.md [WIP] Remove Bazel from knative/serving (#1032) 2018-06-05 07:10:13 -07:00
setting-up-a-logging-plugin.md Add Stackdriver as alternative logging destination (#936) 2018-06-06 16:29:08 -07:00
setting-up-ingress-static-ip.md Instruction to set static IP for Ingresses (#1275) 2018-06-26 18:04:20 -07:00
telemetry.md Updates to application debugging and telemetry documentation (#1258) 2018-06-26 17:24:21 -07:00