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
90772ad3
Commit
90772ad3
authored
Nov 18, 2020
by
Shinya Maeda
Committed by
Nick Gaskill
Nov 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs for dropping legacy in-cluster PostgreSQL installation
parent
18aa64a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
doc/topics/autodevops/upgrading_auto_deploy_dependencies.md
doc/topics/autodevops/upgrading_auto_deploy_dependencies.md
+9
-1
No files found.
doc/topics/autodevops/upgrading_auto_deploy_dependencies.md
View file @
90772ad3
...
...
@@ -73,7 +73,9 @@ please proceed with the following upgrade guide. Otherwise, you can skip this pr
#### Kubernetes 1.16+
The v2 auto-deploy-image also drops support for Kubernetes 1.15 and lower.
The v2 auto-deploy-image drops support for Kubernetes 1.15 and lower. If you need to upgrade your
Kubernetes cluster, follow your cloud provider's instructions. Here's
[
an example on GKE
](
https://cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-cluster
)
.
#### Helm 3
...
...
@@ -114,6 +116,12 @@ If your Auto DevOps project has an active environment that was deployed with the
`kubectl apply -f $backup`
.
1.
Remove the
`MIGRATE_HELM_2TO3`
variable.
#### In-Cluster PostgreSQL Channel 2
The v2 auto-deploy-image drops support for
[
legacy in-cluster PostgreSQL
](
upgrading_postgresql.md
)
.
If your Kubernetes cluster still depends on it,
[
upgrade and migrate your data
](
upgrading_postgresql.md
)
with the
[
v1 auto-deploy-image
](
#use-a-specific-version-of-auto-deploy-dependencies
)
.
#### Traffic routing change for canary deployments and incremental rollouts
> [Introduced](https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image/-/merge_requests/109) in GitLab 13.4.
...
...
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