Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
3bb505d4
Commit
3bb505d4
authored
7 years ago
by
Wei Tie
Browse files
Options
Downloads
Patches
Plain Diff
Remove unrequired mounts
parent
4e972254
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/network_plugin/contiv/templates/contiv-netmaster.yml.j2
+0
-30
0 additions, 30 deletions
...s/network_plugin/contiv/templates/contiv-netmaster.yml.j2
roles/network_plugin/contiv/templates/contiv-netplugin.yml.j2
+0
-12
0 additions, 12 deletions
...s/network_plugin/contiv/templates/contiv-netplugin.yml.j2
with
0 additions
and
42 deletions
roles/network_plugin/contiv/templates/contiv-netmaster.yml.j2
+
0
−
30
View file @
3bb505d4
...
@@ -50,41 +50,11 @@ spec:
...
@@ -50,41 +50,11 @@ spec:
securityContext:
securityContext:
privileged: true
privileged: true
volumeMounts:
volumeMounts:
- mountPath: /etc/openvswitch
name: etc-openvswitch
readOnly: false
- mountPath: /lib/modules
name: lib-modules
readOnly: false
- mountPath: /var/run
name: var-run
readOnly: false
- mountPath: /var/contiv
- mountPath: /var/contiv
name: var-contiv
name: var-contiv
readOnly: false
readOnly: false
- mountPath: /etc/kubernetes/ssl
name: etc-kubernetes-ssl
readOnly: false
- mountPath: /opt/cni/bin
name: cni-bin-dir
readOnly: false
volumes:
volumes:
# Used by contiv-netmaster
# Used by contiv-netmaster
- name: etc-openvswitch
hostPath:
path: /etc/openvswitch
- name: lib-modules
hostPath:
path: /lib/modules
- name: var-run
hostPath:
path: /var/run
- name: var-contiv
- name: var-contiv
hostPath:
hostPath:
path: /var/contiv
path: /var/contiv
- name: etc-kubernetes-ssl
hostPath:
path: /etc/kubernetes/ssl
- name: cni-bin-dir
hostPath:
path: /opt/cni/bin
This diff is collapsed.
Click to expand it.
roles/network_plugin/contiv/templates/contiv-netplugin.yml.j2
+
0
−
12
View file @
3bb505d4
...
@@ -75,12 +75,6 @@ spec:
...
@@ -75,12 +75,6 @@ spec:
- mountPath: /var/contiv
- mountPath: /var/contiv
name: var-contiv
name: var-contiv
readOnly: false
readOnly: false
- mountPath: /etc/kubernetes/pki
name: etc-kubernetes-pki
readOnly: false
- mountPath: /etc/kubernetes/ssl
name: etc-kubernetes-ssl
readOnly: false
- mountPath: /opt/cni/bin
- mountPath: /opt/cni/bin
name: cni-bin-dir
name: cni-bin-dir
readOnly: false
readOnly: false
...
@@ -101,12 +95,6 @@ spec:
...
@@ -101,12 +95,6 @@ spec:
- name: var-contiv
- name: var-contiv
hostPath:
hostPath:
path: /var/contiv
path: /var/contiv
- name: etc-kubernetes-pki
hostPath:
path: /etc/kubernetes/pki
- name: etc-kubernetes-ssl
hostPath:
path: /etc/kubernetes/ssl
# Used to install CNI.
# Used to install CNI.
- name: cni-bin-dir
- name: cni-bin-dir
hostPath:
hostPath:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment