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
cc71df93
Commit
cc71df93
authored
Jul 28, 2020
by
Thiago Figueiró
Committed by
Nick Gaskill
Jul 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc work-around for clusterType
parent
3d5d66b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
doc/user/clusters/applications.md
doc/user/clusters/applications.md
+3
-6
No files found.
doc/user/clusters/applications.md
View file @
cc71df93
...
@@ -951,21 +951,18 @@ For an overview, see the [Container Network Security Demo for GitLab 12.8](https
...
@@ -951,21 +951,18 @@ For an overview, see the [Container Network Security Demo for GitLab 12.8](https
Enable Cilium in the
`.gitlab/managed-apps/config.yaml`
file to install it:
Enable Cilium in the
`.gitlab/managed-apps/config.yaml`
file to install it:
```
yaml
```
yaml
# possible values are gke
, eks or you can leave it blank
# possible values are gke
or eks
clusterType
:
gke
clusterType
:
gke
cilium
:
cilium
:
installed
:
true
installed
:
true
```
```
The
`clusterType`
variable enables the recommended Helm variables for
The
`clusterType`
variable enables the recommended Helm variables for a corresponding cluster type.
a corresponding cluster type. The default value is blank. You can
You can check the recommended variables for each cluster type in the official documentation:
check the recommended variables for each cluster type in the official
documentation:
-
[
Google GKE
](
https://docs.cilium.io/en/stable/gettingstarted/k8s-install-gke/#deploy-cilium
)
-
[
Google GKE
](
https://docs.cilium.io/en/stable/gettingstarted/k8s-install-gke/#deploy-cilium
)
-
[
AWS EKS
](
https://docs.cilium.io/en/stable/gettingstarted/k8s-install-eks/#deploy-cilium
)
-
[
AWS EKS
](
https://docs.cilium.io/en/stable/gettingstarted/k8s-install-eks/#deploy-cilium
)
-
[
Azure AKS
](
https://docs.cilium.io/en/stable/gettingstarted/k8s-install-aks/#deploy-cilium
)
You can customize Cilium's Helm variables by defining the
You can customize Cilium's Helm variables by defining the
`.gitlab/managed-apps/cilium/values.yaml`
file in your cluster
`.gitlab/managed-apps/cilium/values.yaml`
file in your cluster
...
...
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