Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
storageos
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
storageos
Commits
d3854471
Commit
d3854471
authored
Oct 19, 2018
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
46d6e5a7
Pipeline
#408
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
65 additions
and
5 deletions
+65
-5
README.md
README.md
+65
-5
No files found.
README.md
View file @
d3854471
...
...
@@ -4,12 +4,72 @@
# install
helm
install
/etc/kubernetes/helm/storageos
\
--name
=
storageos
\
--set
cluster.join
=
172.31.14.41
\
--set
cluster.kv_address
=
172.31.14.41:2379
\
--set
cluster.sharedDir
=
/data/storageos
\
--set
api.username
=
storageos
\
--set
api.password
=
spaceIN511
--namespace
=
storageos
\
-f
/etc/kubernetes/helm/storageos/values-overrides.yaml
# 2. Uninstall Gitlab
helm del
--purge
storageos
```
## overrides
```
bash
cat
/etc/kubernetes/helm/storageos/values-overrides.yaml
```
```
yaml
# Default values for storageos.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image
:
repository
:
reg.local:5000/k8s/storageos-node
tag
:
1.0.0-rc4
pullPolicy
:
IfNotPresent
initContainer
:
repository
:
reg.local:5000/k8s/storageos-init
tag
:
0.1
pullPolicy
:
IfNotPresent
csiDriverRegistrar
:
repository
:
reg.local:5000/k8s/k8scsi-driver-registrar
tag
:
v0.2.0
pullPolicy
:
IfNotPresent
csiExternalProvisioner
:
repository
:
reg.local:5000/k8s/k8scsi-csi-provisioner
tag
:
v0.3.0
pullPolicy
:
Always
csiExternalAttacher
:
repository
:
reg.local:5000/k8s/k8scsi-csi-attacher
tag
:
v0.3.0
pullPolicy
:
Always
rbacEnabled
:
true
cluster
:
join
:
172.16.158.229
sharedDir
:
/var/lib/kubelet/plugins/kubernetes.io~storageos
kv_address
:
172.16.158.229:2379
kv_backend
:
etcd
storageclass
:
name
:
storageos
pool
:
default
fsType
:
ext4
api
:
secretName
:
storageos-api
secretNamespace
:
default
address
:
storageos:5705
username
:
admin
password
:
"
abcd2018"
namespace
:
storageos
ingress
:
enabled
:
true
hosts
:
-
name
:
storageos.wodcloud.ysgz
csi
:
enable
:
true
```
\ No newline at end of file
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