mirror of https://github.com/knative/docs.git
Update and rename install/gke-assign-static-ip-address.md to serving/gke-assigning-static-ip-address.md
This commit is contained in:
parent
ffbc53fd0f
commit
d53ddf080b
|
@ -1,11 +1,8 @@
|
||||||
# Assign a static IP address for Knative
|
# Assigning a static IP address for Knative
|
||||||
|
|
||||||
This guide is useful if you are running Knative on Google Kubernetes Engine
|
If you are running Knative on Google Kubernetes Engine and want to deploy
|
||||||
and want to deploy apps on a custom domain.
|
apps on a [custom domain](./using-a-custom-domain.md), you need to configure a
|
||||||
|
static IP address to ensure your custom domain mapping doesn't break.
|
||||||
Before [configuring a custom domain] for your Knative services, you
|
|
||||||
need to configure a static IP address to ensure your custom domain
|
|
||||||
mapping doesn't break.
|
|
||||||
|
|
||||||
Knative uses a shared Gateway to serve all incoming traffic within Knative
|
Knative uses a shared Gateway to serve all incoming traffic within Knative
|
||||||
service mesh, which is the "knative-shared-gateway" Gateway under
|
service mesh, which is the "knative-shared-gateway" Gateway under
|
Loading…
Reference in New Issue