Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
charts
Commits
745d1630
Commit
745d1630
authored
Jan 15, 2020
by
Sunny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update storageos-operator to version 0.2.19
Signed-off-by:
Sunny
<
sunny.gogoi@storageos.com
>
parent
3c2b7234
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
174 additions
and
18 deletions
+174
-18
Chart.yaml
proposed/storageos-operator/v0.2.19/Chart.yaml
+2
-2
LICENSE
proposed/storageos-operator/v0.2.19/LICENSE
+1
-1
README.md
proposed/storageos-operator/v0.2.19/README.md
+27
-3
questions.yml
proposed/storageos-operator/v0.2.19/questions.yml
+2
-2
cleanup.yaml
proposed/storageos-operator/v0.2.19/templates/cleanup.yaml
+44
-2
operator.yaml
proposed/storageos-operator/v0.2.19/templates/operator.yaml
+52
-0
storageoscluster_cr.yaml
...ageos-operator/v0.2.19/templates/storageoscluster_cr.yaml
+0
-5
storageoscluster_crd.yaml
...geos-operator/v0.2.19/templates/storageoscluster_crd.yaml
+2
-0
values.yaml
proposed/storageos-operator/v0.2.19/values.yaml
+44
-3
No files found.
proposed/storageos-operator/v0.2.19/Chart.yaml
View file @
745d1630
apiVersion
:
v1
apiVersion
:
v1
appVersion
:
"
1.5.
2
"
appVersion
:
"
1.5.
3
"
description
:
Cloud Native storage for containers
description
:
Cloud Native storage for containers
name
:
storageos-operator
name
:
storageos-operator
version
:
0.2.1
7
version
:
0.2.1
9
tillerVersion
:
"
>=2.10.0"
tillerVersion
:
"
>=2.10.0"
keywords
:
keywords
:
-
storage
-
storage
...
...
proposed/storageos-operator/v0.2.19/LICENSE
View file @
745d1630
MIT License
MIT License
Copyright (c) 20
19
StorageOS
Copyright (c) 20
20
StorageOS
Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
of this software and associated documentation files (the "Software"), to deal
...
...
proposed/storageos-operator/v0.2.19/README.md
View file @
745d1630
...
@@ -150,7 +150,7 @@ Operator chart and their default values.
...
@@ -150,7 +150,7 @@ Operator chart and their default values.
Parameter | Description | Default
Parameter | Description | Default
--------- | ----------- | -------
--------- | ----------- | -------
`operator.image.repository`
| StorageOS Operator container image repository |
`storageos/cluster-operator`
`operator.image.repository`
| StorageOS Operator container image repository |
`storageos/cluster-operator`
`operator.image.tag`
| StorageOS Operator container image tag |
`1.5.
2
`
`operator.image.tag`
| StorageOS Operator container image tag |
`1.5.
3
`
`operator.image.pullPolicy`
| StorageOS Operator container image pull policy |
`IfNotPresent`
`operator.image.pullPolicy`
| StorageOS Operator container image pull policy |
`IfNotPresent`
`podSecurityPolicy.enabled`
| If true, create & use PodSecurityPolicy resources |
`false`
`podSecurityPolicy.enabled`
| If true, create & use PodSecurityPolicy resources |
`false`
`podSecurityPolicy.annotations`
| Specify pod annotations in the pod security policy |
`{}`
`podSecurityPolicy.annotations`
| Specify pod annotations in the pod security policy |
`{}`
...
@@ -171,8 +171,32 @@ Parameter | Description | Default
...
@@ -171,8 +171,32 @@ Parameter | Description | Default
`cluster.toleration.key`
| Key of the pod toleration parameter |
`cluster.toleration.key`
| Key of the pod toleration parameter |
`cluster.toleration.value`
| Value of the pod toleration parameter |
`cluster.toleration.value`
| Value of the pod toleration parameter |
`cluster.disableTelemetry`
| If true, no telemetry data will be collected from the cluster |
`false`
`cluster.disableTelemetry`
| If true, no telemetry data will be collected from the cluster |
`false`
`cluster.images.node.repository`
| StorageOS Node container image repository |
`storageos/node`
`cluster.images.node.repository`
| StorageOS Node container image repository |
`cluster.images.node.tag`
| StorageOS Node container image tag |
`1.5.2`
`cluster.images.node.tag`
| StorageOS Node container image tag |
`cluster.images.init.repository`
| StorageOS init container image repository |
`cluster.images.init.tag`
| StorageOS init container image tag |
`cluster.images.csiV1ClusterDriverRegistrar.repository`
| CSI v1 Cluster Driver Registrar image repository |
`cluster.images.csiV1ClusterDriverRegistrar.tag`
| CSI v1 Cluster Driver Registrar image tag |
`cluster.images.csiV1NodeDriverRegistrar.repository`
| CSI v1 Node Driver Registrar image repository |
`cluster.images.csiV1NodeDriverRegistrar.tag`
| CSI v1 Node Driver Registrar image tag |
`cluster.images.csiV1ExternalProvisioner.repository`
| CSI v1 External Provisioner image repository |
`cluster.images.csiV1ExternalProvisioner.tag`
| CSI v1 External Provisioner image tag |
`cluster.images.csiV1ExternalAttacher.repository`
| CSI v1 External Attacher image repository |
`cluster.images.csiV1ExternalAttacher.tag`
| CSI v1 External Attacher image tag |
`cluster.images.csiV1ExternalAttacherV2.repository`
| CSI v1 External Attacher v2 image repository |
`cluster.images.csiV1ExternalAttacherV2.tag`
| CSI v1 External Attacher v2 image tag |
`cluster.images.csiV1LivenessProbe.repository`
| CSI v1 Liveness Probe image repository |
`cluster.images.csiV1LivenessProbe.tag`
| CSI v1 Liveness Probe image tag |
`cluster.images.csiV0DriverRegistrar.repository`
| CSI v0 Driver Registrar image repository |
`cluster.images.csiV0DriverRegistrar.tag`
| CSI v0 Driver Registrar image tag |
`cluster.images.csiV0ExternalProvisioner.repository`
| CSI v0 External Provisioner image repository |
`cluster.images.csiV0ExternalProvisioner.tag`
| CSI v0 External Provisioner image tag |
`cluster.images.csiV0ExternalAttacher.repository`
| CSI v0 External Attacher image repository |
`cluster.images.csiV0ExternalAttacher.tag`
| CSI v0 External Attacher image tag |
`cluster.images.nfs.repository`
| NFS container image repository |
`cluster.images.nfs.tag`
| NFS container image tag |
`cluster.images.kubeScheduler.repository`
| Kube Scheduler container image repository |
`cluster.images.kubeScheduler.tag`
| Kube Scheduler container image tag |
`cluster.csi.enable`
| If true, CSI driver is enabled |
`true`
`cluster.csi.enable`
| If true, CSI driver is enabled |
`true`
`cluster.csi.deploymentStrategy`
| Whether CSI helpers should be deployed as a
`deployment`
or
`statefulset`
|
`deployment`
`cluster.csi.deploymentStrategy`
| Whether CSI helpers should be deployed as a
`deployment`
or
`statefulset`
|
`deployment`
...
...
proposed/storageos-operator/v0.2.19/questions.yml
View file @
745d1630
...
@@ -32,7 +32,7 @@ questions:
...
@@ -32,7 +32,7 @@ questions:
type
:
string
type
:
string
label
:
StorageOS Operator Image Name
label
:
StorageOS Operator Image Name
-
variable
:
operator.image.tag
-
variable
:
operator.image.tag
default
:
"
1.5.
2
"
default
:
"
1.5.
3
"
description
:
"
StorageOS
Operator
image
tag"
description
:
"
StorageOS
Operator
image
tag"
type
:
string
type
:
string
label
:
StorageOS Operator Image Tag
label
:
StorageOS Operator Image Tag
...
@@ -73,7 +73,7 @@ questions:
...
@@ -73,7 +73,7 @@ questions:
type
:
string
type
:
string
label
:
StorageOS Node Container Image Name
label
:
StorageOS Node Container Image Name
-
variable
:
cluster.images.node.tag
-
variable
:
cluster.images.node.tag
default
:
"
1.5.
2
"
default
:
"
1.5.
3
"
description
:
"
StorageOS
Node
container
image
tag"
description
:
"
StorageOS
Node
container
image
tag"
type
:
string
type
:
string
label
:
StorageOS Node Container Image Tag
label
:
StorageOS Node Container Image Tag
...
...
proposed/storageos-operator/v0.2.19/templates/cleanup.yaml
View file @
745d1630
...
@@ -44,6 +44,8 @@ rules:
...
@@ -44,6 +44,8 @@ rules:
-
apps
-
apps
resources
:
resources
:
-
statefulsets
-
statefulsets
-
deployments
-
daemonsets
verbs
:
verbs
:
-
delete
-
delete
-
apiGroups
:
-
apiGroups
:
...
@@ -76,6 +78,14 @@ rules:
...
@@ -76,6 +78,14 @@ rules:
-
configmaps
-
configmaps
verbs
:
verbs
:
-
delete
-
delete
-
apiGroups
:
-
storageos.com
resources
:
-
storageosclusters
verbs
:
-
get
-
patch
-
delete
---
---
apiVersion
:
rbac.authorization.k8s.io/v1
apiVersion
:
rbac.authorization.k8s.io/v1
...
@@ -97,10 +107,42 @@ roleRef:
...
@@ -97,10 +107,42 @@ roleRef:
---
---
# Delete the StorageOSCluster object by removing the finalizer.
apiVersion
:
batch/v1
kind
:
Job
metadata
:
name
:
"
storageos-storageoscluster-cleanup"
namespace
:
{{
.namespace
}}
annotations
:
"
helm.sh/hook"
:
post-delete
"
helm.sh/hook-delete-policy"
:
"
hook-succeeded,
before-hook-creation"
"
helm.sh/hook-weight"
:
"
3"
spec
:
template
:
spec
:
serviceAccountName
:
storageos-cleanup
containers
:
-
name
:
"
storageos-storageoscluster-cleanup"
image
:
"
{{
$.Values.cleanup.images.kubectl.repository
}}:{{
$.Values.cleanup.images.kubectl.tag
}}"
command
:
-
kubectl
-
-n
-
{{
$.Release.namespace
}}
-
patch
-
stos
-
{{
$.Values.cluster.name
}}
-
--type=merge
-
--patch={"metadata":{"finalizers":
null
}}
restartPolicy
:
Never
backoffLimit
:
4
---
# Iterate through the Values.cleanup list and create jobs to delete all the
# Iterate through the Values.cleanup list and create jobs to delete all the
# unmanaged resources of the cluster.
# unmanaged resources of the cluster.
{{
- range .Values.cleanup
}}
{{
- range .Values.cleanup
.resources
}}
apiVersion
:
batch/v1
apiVersion
:
batch/v1
kind
:
Job
kind
:
Job
...
@@ -117,7 +159,7 @@ spec:
...
@@ -117,7 +159,7 @@ spec:
serviceAccountName
:
storageos-cleanup
serviceAccountName
:
storageos-cleanup
containers
:
containers
:
-
name
:
"
storageos-{{
.name
}}-cleanup"
-
name
:
"
storageos-{{
.name
}}-cleanup"
image
:
bitnami/kubectl:1.14.1
image
:
"
{{
$.Values.cleanup.images.kubectl.repository
}}:{{
$.Values.cleanup.images.kubectl.tag
}}"
command
:
command
:
-
kubectl
-
kubectl
-
-n
-
-n
...
...
proposed/storageos-operator/v0.2.19/templates/operator.yaml
View file @
745d1630
...
@@ -35,6 +35,58 @@ spec:
...
@@ -35,6 +35,58 @@ spec:
command
:
command
:
-
cluster-operator
-
cluster-operator
env
:
env
:
{{
- if and .Values.cluster.images.node.repository .Values.cluster.images.node.tag
}}
-
name
:
RELATED_IMAGE_STORAGEOS_NODE
value
:
"
{{
.Values.cluster.images.node.repository
}}:{{
.Values.cluster.images.node.tag
}}"
{{
- end
}}
{{
- if and .Values.cluster.images.init.repository .Values.cluster.images.init.tag
}}
-
name
:
RELATED_IMAGE_STORAGEOS_INIT
value
:
"
{{
.Values.cluster.images.init.repository
}}:{{
.Values.cluster.images.init.tag
}}"
{{
- end
}}
{{
- if and .Values.cluster.images.csiV1ClusterDriverRegistrar.repository .Values.cluster.images.csiV1ClusterDriverRegistrar.tag
}}
-
name
:
RELATED_IMAGE_CSIV1_CLUSTER_DRIVER_REGISTRAR
value
:
"
{{
.Values.cluster.images.csiV1ClusterDriverRegistrar.repository
}}:{{
.Values.cluster.images.csiV1ClusterDriverRegistrar.tag
}}"
{{
- end
}}
{{
- if and .Values.cluster.images.csiV1NodeDriverRegistrar.repository .Values.cluster.images.csiV1NodeDriverRegistrar.tag
}}
-
name
:
RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR
value
:
"
{{
.Values.cluster.images.csiV1NodeDriverRegistrar.repository
}}:{{
.Values.cluster.images.csiV1NodeDriverRegistrar.tag
}}"
{{
- end
}}
{{
- if and .Values.cluster.images.csiV1ExternalProvisioner.repository .Values.cluster.images.csiV1ExternalProvisioner.tag
}}
-
name
:
RELATED_IMAGE_CSIV1_EXTERNAL_PROVISIONER
value
:
"
{{
.Values.cluster.images.csiV1ExternalProvisioner.repository
}}:{{
.Values.cluster.images.csiV1ExternalProvisioner.tag
}}"
{{
- end
}}
{{
- if and .Values.cluster.images.csiV1ExternalAttacher.repository .Values.cluster.images.csiV1ExternalAttacher.tag
}}
-
name
:
RELATED_IMAGE_CSIV1_EXTERNAL_ATTACHER
value
:
"
{{
.Values.cluster.images.csiV1ExternalAttacher.repository
}}:{{
.Values.cluster.images.csiV1ExternalAttacher.tag
}}"
{{
- end
}}
{{
- if and .Values.cluster.images.csiV1ExternalAttacherV2.repository .Values.cluster.images.csiV1ExternalAttacherV2.tag
}}
-
name
:
RELATED_IMAGE_CSIV1_EXTERNAL_ATTACHER_V2
value
:
"
{{
.Values.cluster.images.csiV1ExternalAttacherV2.repository
}}:{{
.Values.cluster.images.csiV1ExternalAttacherV2.tag
}}"
{{
- end
}}
{{
- if and .Values.cluster.images.csiV1LivenessProbe.repository .Values.cluster.images.csiV1LivenessProbe.tag
}}
-
name
:
RELATED_IMAGE_CSIV1_LIVENESS_PROBE
value
:
"
{{
.Values.cluster.images.csiV1LivenessProbe.repository
}}:{{
.Values.cluster.images.csiV1LivenessProbe.tag
}}"
{{
- end
}}
{{
- if and .Values.cluster.images.csiV0DriverRegistrar.repository .Values.cluster.images.csiV0DriverRegistrar.tag
}}
-
name
:
RELATED_IMAGE_CSIV0_DRIVER_REGISTRAR
value
:
"
{{
.Values.cluster.images.csiV0DriverRegistrar.repository
}}:{{
.Values.cluster.images.csiV0DriverRegistrar.tag
}}"
{{
- end
}}
{{
- if and .Values.cluster.images.csiV0ExternalProvisioner.repository .Values.cluster.images.csiV0ExternalProvisioner.tag
}}
-
name
:
RELATED_IMAGE_CSIV0_EXTERNAL_PROVISIONER
value
:
"
{{
.Values.cluster.images.csiV0ExternalProvisioner.repository
}}:{{
.Values.cluster.images.csiV0ExternalProvisioner.tag
}}"
{{
- end
}}
{{
- if and .Values.cluster.images.csiV0ExternalAttacher.repository .Values.cluster.images.csiV0ExternalAttacher.tag
}}
-
name
:
RELATED_IMAGE_CSIV0_EXTERNAL_ATTACHER
value
:
"
{{
.Values.cluster.images.csiV0ExternalAttacher.repository
}}:{{
.Values.cluster.images.csiV0ExternalAttacher.tag
}}"
{{
- end
}}
{{
- if and .Values.cluster.images.nfs.repository .Values.cluster.images.nfs.tag
}}
-
name
:
RELATED_IMAGE_NFS
value
:
"
{{
.Values.cluster.images.nfs.repository
}}:{{
.Values.cluster.images.nfs.tag
}}"
{{
- end
}}
{{
- if and .Values.cluster.images.kubeScheduler.repository .Values.cluster.images.kubeScheduler.tag
}}
-
name
:
RELATED_IMAGE_KUBE_SCHEDULER
value
:
"
{{
.Values.cluster.images.kubeScheduler.repository
}}:{{
.Values.cluster.images.kubeScheduler.tag
}}"
{{
- end
}}
-
name
:
WATCH_NAMESPACE
-
name
:
WATCH_NAMESPACE
valueFrom
:
valueFrom
:
fieldRef
:
fieldRef
:
...
...
proposed/storageos-operator/v0.2.19/templates/storageoscluster_cr.yaml
View file @
745d1630
...
@@ -15,11 +15,6 @@ spec:
...
@@ -15,11 +15,6 @@ spec:
k8sDistro
:
{{
.Values.k8sDistro
}}
k8sDistro
:
{{
.Values.k8sDistro
}}
{{
- end
}}
{{
- end
}}
{{
- if .Values.cluster.images.node.repository
}}
images
:
nodeContainer
:
"
{{
.Values.cluster.images.node.repository
}}:{{
.Values.cluster.images.node.tag
}}"
{{
- end
}}
csi
:
csi
:
enable
:
{{
.Values.cluster.csi.enable
}}
enable
:
{{
.Values.cluster.csi.enable
}}
deploymentStrategy
:
{{
.Values.cluster.csi.deploymentStrategy
}}
deploymentStrategy
:
{{
.Values.cluster.csi.deploymentStrategy
}}
...
...
proposed/storageos-operator/v0.2.19/templates/storageoscluster_crd.yaml
View file @
745d1630
...
@@ -139,6 +139,8 @@ spec:
...
@@ -139,6 +139,8 @@ spec:
type
:
string
type
:
string
initContainer
:
initContainer
:
type
:
string
type
:
string
kubeSchedulerContainer
:
type
:
string
nfsContainer
:
nfsContainer
:
type
:
string
type
:
string
nodeContainer
:
nodeContainer
:
...
...
proposed/storageos-operator/v0.2.19/values.yaml
View file @
745d1630
...
@@ -27,7 +27,7 @@ operator:
...
@@ -27,7 +27,7 @@ operator:
image
:
image
:
repository
:
storageos/cluster-operator
repository
:
storageos/cluster-operator
tag
:
1.5.
2
tag
:
1.5.
3
pullPolicy
:
IfNotPresent
pullPolicy
:
IfNotPresent
# cluster-specific configuation parameters.
# cluster-specific configuation parameters.
...
@@ -87,8 +87,44 @@ cluster:
...
@@ -87,8 +87,44 @@ cluster:
# nodeContainer is the StorageOS node image to use, available from the
# nodeContainer is the StorageOS node image to use, available from the
# [Docker Hub](https://hub.docker.com/r/storageos/node/).
# [Docker Hub](https://hub.docker.com/r/storageos/node/).
node
:
node
:
repository
:
storageos/node
repository
:
tag
:
1.5.2
tag
:
init
:
repository
:
tag
:
csiV1ClusterDriverRegistrar
:
repository
:
tag
:
csiV1NodeDriverRegistrar
:
repository
:
tag
:
csiV1ExternalProvisioner
:
repository
:
tag
:
csiV1ExternalAttacher
:
repository
:
tag
:
csiV1ExternalAttacherV2
:
repository
:
tag
:
csiV1LivenessProbe
:
repository
:
tag
:
csiV0DriverRegistrar
:
repository
:
tag
:
csiV0ExternalProvisioner
:
repository
:
tag
:
csiV0ExternalAttacher
:
repository
:
tag
:
nfs
:
repository
:
tag
:
kubeScheduler
:
repository
:
tag
:
csi
:
csi
:
enable
:
true
enable
:
true
...
@@ -97,6 +133,11 @@ cluster:
...
@@ -97,6 +133,11 @@ cluster:
# The following is used for cleaning up unmanaged cluster resources when
# The following is used for cleaning up unmanaged cluster resources when
# auto-install is enabled.
# auto-install is enabled.
cleanup
:
cleanup
:
images
:
kubectl
:
repository
:
bitnami/kubectl
tag
:
1.14.1
resources
:
-
name
:
daemonset
-
name
:
daemonset
command
:
command
:
-
"
daemonset"
-
"
daemonset"
...
...
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