* 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.
* Fluentd DaemonSet needs a specific Label on Nodes
The Fluentd DaemonSet will only run on nodes labeled with
`beta.kubernetes.io/fluentd-ds-ready="true"`. This label isn't set on
Nodes out of the box on some platforms, including minikube. It appears
to be set by default on GKE.
* Add steps to ensure the Fluentd DaemonSet is up
* Fix markdown after resolving merge conflict
Old images cleanup is no longer part of e2e test, this functionality will be moved to a separate job runs periodically.
Proposed Changes
This part is done in knative/test-infra, updating dependencies in this repo to include this update.
Link to the issue in test-infra: knative/test-infra#276
* updating thier to their
* new commit to force cla check to rerun
* undo new commit to force cla check to rerun
* new commit with updated email address
* new commit with updated email address
This will yield the same result (single-line output as -w 0 disables line
breaks). However note that, -w flag doesn't exist in BSD base64, but this PR
is not about that.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* serving/ssl: add 90d warning about letsencrypt
I don't think certbot method listed here is renewing LE certs. It's especially
important as LE certs expire every 90 days, so I'm adding a warning.
Also using the Let's Encrypt spelling.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* move warning up
* Update using-an-ssl-cert.md
* 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
* Switch install instructions to use a packaged release.
Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>
* Further fix eventing install based on discovered dependencies.
Signed-off-by: Evan Anderson <evan.k.anderson@gmail.com>
* Quick Overview section edit
I tried to quickly create sections and organize the info. PTAL at the edits to the design goals for technical accuracy.
* Events -> Eventing