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
4aef4352
Commit
4aef4352
authored
Dec 16, 2019
by
Nicholas Klick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Serverless docs for using an older version of gitlabktl
parent
c0f0052c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
doc/user/project/clusters/serverless/index.md
doc/user/project/clusters/serverless/index.md
+18
-0
No files found.
doc/user/project/clusters/serverless/index.md
View file @
4aef4352
...
...
@@ -863,3 +863,21 @@ The instructions below relate to installing and running Certbot on a Linux serve
After your changes are running on your Knative cluster, you can begin using the HTTPS protocol for secure access your deployed Knative services.
In the event a mistake is made during this process and you need to update the cert, you will need to edit the gateway
`knative-ingress-gateway`
to switch back to
`PASSTHROUGH`
mode. Once corrections are made, edit the file again so the gateway will use the new certificates.
## Using an older version of `gitlabktl`
There may be situations where you want to run an older version of
`gitlabktl`
. This
requires setting an older version of the
`gitlabktl`
image in the
`.gitlab-ci.yml file.`
To set an older version, add
`image:`
to the
`functions:deploy`
block. For example:
```
yaml
functions:deploy:
extends
:
.serverless:deploy:functions
environment
:
production
image
:
registry.gitlab.com/gitlab-org/gitlabktl:0.5.0
```
Different versions are available by changing the version tag at the end of the registry URL:
`registry.gitlab.com/gitlab-org/gitlabktl:VERSION`
For a full inventory of available
`gitlabktl`
versions please see
[
this list
](
https://gitlab.com/gitlab-org/gitlabktl/container_registry
)
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