Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5167ba54
Commit
5167ba54
authored
Dec 13, 2019
by
Alishan Ladhani
Committed by
Evan Read
Dec 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify instructions for pointing a domain to the Ingress
It could be either an A record or a CNAME
parent
01384ca2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/user/project/clusters/serverless/index.md
doc/user/project/clusters/serverless/index.md
+2
-2
No files found.
doc/user/project/clusters/serverless/index.md
View file @
5167ba54
...
...
@@ -13,7 +13,7 @@ GitLab supports several ways deploy Serverless applications in both Kubernetes E
Currently we support:
-
[
Knative
](
#knative
)
: Build Knative applications with Knative and
`gitlabktl`
on GKE.
-
[
Knative
](
#knative
)
: Build Knative applications with Knative and
`gitlabktl`
on GKE
and EKS
.
-
[
AWS Lambda
](
aws.md
)
: Create serverless applications via the Serverless Framework and GitLab CI.
## Knative
...
...
@@ -89,7 +89,7 @@ The minimum recommended cluster size to run Knative is 3-nodes, 6 vCPUs, and 22.
for other platforms
[
Install kubectl
](
https://kubernetes.io/docs/tasks/tools/install-kubectl/
)
.
1.
The Ingress is now available at this address and will route incoming requests to the proper service based on the DNS
name in the request. To support this, a wildcard DNS
A
record should be created for the desired domain name. For example,
name in the request. To support this, a wildcard DNS record should be created for the desired domain name. For example,
if your Knative base domain is
`knative.info`
then you need to create an A record or CNAME record with domain
`*.knative.info`
pointing the ip address or hostname of the Ingress.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment