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
1191940a
Commit
1191940a
authored
Apr 22, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos and grammar
[ci skip]
parent
324917ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
doc/ci/autodeploy/index.md
doc/ci/autodeploy/index.md
+1
-1
doc/user/project/deploy_boards.md
doc/user/project/deploy_boards.md
+4
-3
No files found.
doc/ci/autodeploy/index.md
View file @
1191940a
...
...
@@ -102,7 +102,7 @@ kubernetes deploy:
-
kubectl create -f nginx-deployment.yaml || kubectl replace -f nginx-deployment.yaml
```
Notice that we use a couple of
environment Kubernetes
variables to configure
Notice that we use a couple of
Kubernetes environment
variables to configure
the Kubernetes cluster. These are exposed from the
[
Kubernetes service
](
../../user/project/integrations/kubernetes.md#deployment-variables
)
.
The most important one is the
`$KUBE_NAMESPACE`
which should be unique for
...
...
doc/user/project/deploy_boards.md
View file @
1191940a
...
...
@@ -87,10 +87,11 @@ reverted.
To start using canary deployments, in addition to the
[
requirements of Deploy Boards
](
#requirements
)
, you also need to label your
deployments and pods with
`track: canary`
. This allows GitLab to discover
whether deployment is stable or canary (temporary).
deployments and pods with the
`canary`
label (
`track: canary`
).
To quickly start, you can use the [Autodeploy] template for canary deployments
In the end, depending on the deploy, the label should be either
`stable`
or
`canary`
.
This allows GitLab to discover whether deployment is stable or canary (temporary).
To get started quickly, you can use the [Autodeploy] template for canary deployments
that GitLab provides.
Canary deployments are marked with a yellow dot in the Deploy Board so that you
...
...
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