Merge pull request #2049 from tonit/patch-1

Add gcloud service-account create
This commit is contained in:
jetstack-bot 2019-09-10 14:42:30 +01:00 committed by GitHub
commit d2cedd50e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,12 @@ Create a Service Account Secret
To access this service account cert-manager uses a key stored in a Kubernetes Secret. First, create a key for the service account and download it as JSON file, then create a Secret from this file.
If you did not create the service "dns01-solver" account before, you need to create it first:
.. code-block:: shell
gcloud iam service-accounts create dns01-solver
.. code-block:: shell
# Replace use of project-id with the id of your project