* Add instruction to use LetsEncrypt through CertManager.
* Split GCP specific instruction to its own file.
* Rename using-cert-mananger-on-gcp.md to using-cert-manager-on-gcp.md
* Update using-an-ssl-cert.md
* Update using-cert-manager-on-gcp.md
* Update instruction based on PR feedback.
* Fix code snippet highlighting.
* Update using-cert-manager-on-gcp.md
* Update per PR feedback
* Update per PR feedback.
* Doc edits
* 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
* add doccument
* add reasons for plugins
* Formatted file
* add more details
* fix links
* Remove typo and duplicate steps +
+ made a few edits for clarity and consistency
By reading the docs, I can't tell where are these config/monitoring stuff.
So I'm adding sub-steps to (a) clone repo + cd + checkout to the release tag,
then (b) apply them.
Please /cc someone who knows about this stuff to verify.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
Looks like anchors are case-sensitive. GitHub Markdown rendering creates
lower-case-section-anchors.
How many more of these there are, I'm not sure. But when I searched like
ag --md '#[A-Z]'
This is the only such markdown page with such uppercase anchor references,
so I'm just fixing this page. Sorry for long commit message.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* 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
* source-to-url-go: support multi-line base64 output
if my password is long "echo password | base64" will yield in a multiline
string that can confuse users about how to put that thing in Kubernetes
Secret manifest.
Adding -w0 (and for macOS/BSD base64(1), -b0) solves that problem.
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* slight revision of Note
Includes:
* fixes to `library.sh` in order to have some `hack` scripts working again;
* better checking of PRs where presubmit tests are unnecessary;
Bonus: adds the missing eXecution bit to `update-deps.sh`.
* Fix ordering in github-events function deploy
In this sample app we ask the user to deploy the application
(function.yaml) before creating the githubsecret. This causes the deploy
to fail with a configerror because it references a secret which doesnt
exist.
* remove typo
* Staging for move from eventing.
* the event name needed to be updated.
* Dockerfile worked just fine.
* Updated based on feedback.
* core core core.
* Updated based on feedback.
* Add todo to add to Understanding what happened.