You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iap/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ These samples are used on the following documentation pages:
30
30
install the `google-auth` and `requests` libraries into your application.
31
31
2. Copy `make_iap_request.py` into the same folder as app.yaml .
32
32
33
-
### Google Compute Engine or Google Container Engine
33
+
### Google Compute Engine or Google Kubernetes Engine
34
34
35
35
1.[Click here](https://console.cloud.google.com/flows/enableapi?apiid=iam.googleapis.com&showconfirmation=true) to visit Google Cloud Platform Console and enable the IAM API on your project.
36
36
2. Create a VM with the IAM scope:
@@ -65,7 +65,7 @@ These samples are used on the following documentation pages:
65
65
66
66
If you prefer to manage service account credentials manually, this method can
67
67
also be used in the App Engine flexible environment, Compute Engine, and
68
-
Container Engine. Note that this may be less secure, as anyone who obtains the
68
+
Kubernetes Engine. Note that this may be less secure, as anyone who obtains the
69
69
service account private key can impersonate that account!
This directory contains samples for Google Container Engine. `Google Container Engine`_ runs Docker containers on Google Cloud Platform, powered by Kubernetes.
10
+
This directory contains samples for Google Kubernetes Engine. `Google Kubernetes Engine`_ runs Docker containers on Google Cloud Platform, powered by Kubernetes.
This repository is an example of how to run a [Django](https://www.djangoproject.com/)
9
-
app on Google Container Engine. It uses the
9
+
app on Google Kubernetes Engine. It uses the
10
10
[Writing your first Django app](https://docs.djangoproject.com/en/1.11/intro/tutorial01/)
11
11
Polls application (parts 1 and 2) as the example app to deploy. From here on
12
12
out, we refer to this app as the 'polls' application.
13
13
14
14
15
15
# Tutorial
16
-
See our [Django on Container Engine](https://cloud.google.com/python/django/kubernetes-engine) tutorial for instructions for setting up and deploying this sample application.
16
+
See our [Django on Kubernetes Engine](https://cloud.google.com/python/django/kubernetes-engine) tutorial for instructions for setting up and deploying this sample application.
0 commit comments