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
bd1e76c4
Commit
bd1e76c4
authored
Sep 05, 2019
by
Sunny
Committed by
Denise Schannon
Oct 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update storageos-operator to version 0.2.12
Signed-off-by:
Sunny
<
sunny.gogoi@storageos.com
>
parent
4df817d9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
234 additions
and
23 deletions
+234
-23
Chart.yaml
proposed/storageos-operator/v0.2.12/Chart.yaml
+2
-2
README.md
proposed/storageos-operator/v0.2.12/README.md
+2
-2
questions.yml
proposed/storageos-operator/v0.2.12/questions.yml
+2
-2
job_crd.yaml
proposed/storageos-operator/v0.2.12/templates/job_crd.yaml
+52
-9
nfsserver_crd.yaml
...d/storageos-operator/v0.2.12/templates/nfsserver_crd.yaml
+148
-0
psp.yaml
proposed/storageos-operator/v0.2.12/templates/psp.yaml
+1
-1
rbac.yaml
proposed/storageos-operator/v0.2.12/templates/rbac.yaml
+4
-3
storageoscluster_crd.yaml
...geos-operator/v0.2.12/templates/storageoscluster_crd.yaml
+0
-0
storageosupgrade_crd.yaml
...geos-operator/v0.2.12/templates/storageosupgrade_crd.yaml
+19
-2
values.yaml
proposed/storageos-operator/v0.2.12/values.yaml
+4
-2
No files found.
proposed/storageos-operator/v0.2.12/Chart.yaml
View file @
bd1e76c4
apiVersion
:
v1
appVersion
:
"
1.
3
.0"
appVersion
:
"
1.
4
.0"
description
:
Cloud Native storage for containers
name
:
storageos-operator
version
:
0.2.1
1
version
:
0.2.1
2
tillerVersion
:
"
>=2.10.0"
keywords
:
-
storage
...
...
proposed/storageos-operator/v0.2.12/README.md
View file @
bd1e76c4
...
...
@@ -150,7 +150,7 @@ Operator chart and their default values.
Parameter | Description | Default
--------- | ----------- | -------
`operator.image.repository`
| StorageOS Operator container image repository |
`storageos/cluster-operator`
`operator.image.tag`
| StorageOS Operator container image tag |
`1.
3
.0`
`operator.image.tag`
| StorageOS Operator container image tag |
`1.
4
.0`
`operator.image.pullPolicy`
| StorageOS Operator container image pull policy |
`IfNotPresent`
`podSecurityPolicy.enabled`
| If true, create & use PodSecurityPolicy resources |
`false`
`podSecurityPolicy.annotations`
| Specify pod annotations in the pod security policy |
`{}`
...
...
@@ -172,7 +172,7 @@ Parameter | Description | Default
`cluster.toleration.value`
| Value of the pod toleration parameter |
`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.tag`
| StorageOS Node container image tag |
`1.
3
.0`
`cluster.images.node.tag`
| StorageOS Node container image tag |
`1.
4
.0`
`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`
...
...
proposed/storageos-operator/v0.2.12/questions.yml
View file @
bd1e76c4
...
...
@@ -32,7 +32,7 @@ questions:
type
:
string
label
:
StorageOS Operator Image Name
-
variable
:
operator.image.tag
default
:
"
1.
3
.0"
default
:
"
1.
4
.0"
description
:
"
StorageOS
Operator
image
tag"
type
:
string
label
:
StorageOS Operator Image Tag
...
...
@@ -73,7 +73,7 @@ questions:
type
:
string
label
:
StorageOS Node Container Image Name
-
variable
:
cluster.images.node.tag
default
:
"
1.
3
.0"
default
:
"
1.
4
.0"
description
:
"
StorageOS
Node
container
image
tag"
type
:
string
label
:
StorageOS Node Container Image Tag
...
...
proposed/storageos-operator/v0.2.12/templates/job_crd.yaml
View file @
bd1e76c4
...
...
@@ -12,31 +12,74 @@ spec:
plural
:
jobs
singular
:
job
scope
:
Namespaced
version
:
v1
validation
:
openAPIV3Schema
:
properties
:
apiVersion
:
description
:
'
APIVersion
defines
the
versioned
schema
of
this
representation
of
an
object.
Servers
should
convert
recognized
schemas
to
the
latest
internal
value,
and
may
reject
unrecognized
values.
More
info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
type
:
string
kind
:
description
:
'
Kind
is
a
string
value
representing
the
REST
resource
this
object
represents.
Servers
may
infer
this
from
the
endpoint
the
client
submits
requests
to.
Cannot
be
updated.
In
CamelCase.
More
info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type
:
string
metadata
:
{}
metadata
:
type
:
object
spec
:
properties
:
image
:
type
:
string
args
:
{}
mountPath
:
args
:
description
:
Args is an array of strings passed as an argument to the
job container.
items
:
type
:
string
type
:
array
completionWord
:
description
:
CompletionWord is the word that's looked for in the pod
logs to find out if a DaemonSet Pod has completed its task.
type
:
string
hostPath
:
description
:
HostPath is the path in the host that's mounted into a
job container.
type
:
string
completionWord
:
image
:
description
:
Image is the container image to run as the job.
type
:
string
labelSelector
:
description
:
LabelSelector is the label selector for the job Pods.
type
:
string
nodeSelectorTerms
:
{}
tolerations
:
{}
mountPath
:
description
:
MountPath is the path in the job container where a volume
is mounted.
type
:
string
nodeSelectorTerms
:
description
:
NodeSelectorTerms is the set of placement of the job pods
using node affinity requiredDuringSchedulingIgnoredDuringExecution.
items
:
type
:
object
type
:
array
tolerations
:
description
:
Tolerations is to set the placement of storageos pods using
pod toleration.
items
:
type
:
object
type
:
array
required
:
-
image
-
args
-
mountPath
-
hostPath
-
completionWord
type
:
object
status
:
properties
:
completed
:
description
:
Completed indicates the complete status of job.
type
:
boolean
type
:
object
version
:
v1
versions
:
-
name
:
v1
served
:
true
storage
:
true
proposed/storageos-operator/v0.2.12/templates/nfsserver_crd.yaml
0 → 100644
View file @
bd1e76c4
apiVersion
:
apiextensions.k8s.io/v1beta1
kind
:
CustomResourceDefinition
metadata
:
name
:
nfsservers.storageos.com
annotations
:
"
helm.sh/hook"
:
crd-install
spec
:
additionalPrinterColumns
:
-
JSONPath
:
.status.phase
description
:
Status of the NFS server.
name
:
status
type
:
string
-
JSONPath
:
.spec.resources.requests.storage
description
:
Capacity of the NFS server.
name
:
capacity
type
:
string
-
JSONPath
:
.status.remoteTarget
description
:
Remote target address of the NFS server.
name
:
target
type
:
string
-
JSONPath
:
.status.accessModes
description
:
Access modes supported by the NFS server.
name
:
access modes
type
:
string
-
JSONPath
:
.spec.storageClassName
description
:
StorageClass used for creating the NFS volume.
name
:
storageclass
type
:
string
-
JSONPath
:
.metadata.creationTimestamp
name
:
age
type
:
date
group
:
storageos.com
names
:
kind
:
NFSServer
listKind
:
NFSServerList
plural
:
nfsservers
shortNames
:
-
nfsserver
singular
:
nfsserver
scope
:
Namespaced
validation
:
openAPIV3Schema
:
properties
:
apiVersion
:
description
:
'
APIVersion
defines
the
versioned
schema
of
this
representation
of
an
object.
Servers
should
convert
recognized
schemas
to
the
latest
internal
value,
and
may
reject
unrecognized
values.
More
info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
type
:
string
kind
:
description
:
'
Kind
is
a
string
value
representing
the
REST
resource
this
object
represents.
Servers
may
infer
this
from
the
endpoint
the
client
submits
requests
to.
Cannot
be
updated.
In
CamelCase.
More
info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type
:
string
metadata
:
type
:
object
spec
:
properties
:
annotations
:
additionalProperties
:
type
:
string
description
:
The annotations-related configuration to add/set on each
Pod related object.
type
:
object
export
:
description
:
The parameters to configure the NFS export
properties
:
name
:
description
:
Name of the export
type
:
string
persistentVolumeClaim
:
description
:
PVC from which the NFS daemon gets storage for sharing
type
:
object
server
:
description
:
The NFS server configuration
properties
:
accessMode
:
description
:
Reading and Writing permissions on the export Valid
values are "ReadOnly", "ReadWrite" and "none"
type
:
string
squash
:
description
:
This prevents the root users connected remotely
from having root privileges Valid values are "none", "rootid",
"root", and "all"
type
:
string
type
:
object
type
:
object
mountOptions
:
description
:
PV mount options. Not validated - mount of the PVs will
simply fail if one is invalid.
items
:
type
:
string
type
:
array
nfsContainer
:
description
:
NFSContainer is the container image to use for the NFS
server.
type
:
string
persistentVolumeReclaimPolicy
:
description
:
Reclamation policy for the persistent volume shared to
the user's pod.
type
:
string
resources
:
description
:
Resources represents the minimum resources required
type
:
object
storageClassName
:
description
:
StorageClassName is the name of the StorageClass used by
the NFS volume.
type
:
string
tolerations
:
description
:
Tolerations is to set the placement of NFS server pods
using pod toleration.
items
:
type
:
object
type
:
array
type
:
object
status
:
properties
:
accessModes
:
description
:
AccessModes is the access modes supported by the NFS server.
type
:
string
phase
:
description
:
'
Phase
is
a
simple,
high-level
summary
of
where
the
NFS
Server
is
in
its
lifecycle.
Phase
will
be
set
to
Ready
when
the
NFS
Server
is
ready
for
use.
It
is
intended
to
be
similar
to
the
PodStatus
Phase
described
at:
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#podstatus-v1-core
There
are
five
possible
phase
values:
-
Pending:
The
NFS
Server
has
been
accepted
by
the
Kubernetes
system,
but
one
or
more
of
the
components
has
not
been
created.
This
includes
time
before
being
scheduled
as
well
as
time
spent
downloading
images
over
the
network,
which
could
take
a
while.
-
Running:
The
NFS
Server
has
been
bound
to
a
node,
and
all
of
the
dependencies
have
been
created.
-
Succeeded:
All
NFS
Server
dependencies
have
terminated
in
success,
and
will
not
be
restarted.
-
Failed:
All
NFS
Server
dependencies
in
the
pod
have
terminated,
and
at
least
one
container
has
terminated
in
failure.
The
container
either
exited
with
non-zero
status
or
was
terminated
by
the
system.
-
Unknown:
For
some
reason
the
state
of
the
NFS
Server
could
not
be
obtained,
typically
due
to
an
error
in
communicating
with
the
host
of
the
pod.'
type
:
string
remoteTarget
:
description
:
RemoteTarget is the connection string that clients can
use to access the shared filesystem.
type
:
string
type
:
object
version
:
v1
versions
:
-
name
:
v1
served
:
true
storage
:
true
proposed/storageos-operator/v0.2.12/templates/psp.yaml
View file @
bd1e76c4
{{
- if .Values.podSecurityPolicy.enabled
}}
apiVersion
:
extensions
/v1beta1
apiVersion
:
policy
/v1beta1
kind
:
PodSecurityPolicy
metadata
:
name
:
{{
template "storageos.fullname" .
}}
-psp
...
...
proposed/storageos-operator/v0.2.12/templates/rbac.yaml
View file @
bd1e76c4
...
...
@@ -15,6 +15,7 @@ rules:
-
storageosclusters
-
storageosupgrades
-
jobs
-
nfsservers
verbs
:
-
"
*"
-
apiGroups
:
...
...
@@ -36,6 +37,7 @@ rules:
-
get
-
update
-
create
-
patch
-
apiGroups
:
-
"
"
resources
:
...
...
@@ -114,9 +116,10 @@ rules:
verbs
:
-
list
-
watch
# OpenShift specific rule.
-
apiGroups
:
-
security.openshift.io
resourceNames
:
-
privileged
resources
:
-
securitycontextconstraints
verbs
:
...
...
@@ -125,8 +128,6 @@ rules:
-
update
-
get
-
use
resourceNames
:
-
privileged
---
...
...
proposed/storageos-operator/v0.2.12/templates/storageoscluster_crd.yaml
View file @
bd1e76c4
This diff is collapsed.
Click to expand it.
proposed/storageos-operator/v0.2.12/templates/storageosupgrade_crd.yaml
View file @
bd1e76c4
...
...
@@ -12,20 +12,37 @@ spec:
plural
:
storageosupgrades
singular
:
storageosupgrade
scope
:
Namespaced
version
:
v1
validation
:
openAPIV3Schema
:
properties
:
apiVersion
:
description
:
'
APIVersion
defines
the
versioned
schema
of
this
representation
of
an
object.
Servers
should
convert
recognized
schemas
to
the
latest
internal
value,
and
may
reject
unrecognized
values.
More
info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#resources'
type
:
string
kind
:
description
:
'
Kind
is
a
string
value
representing
the
REST
resource
this
object
represents.
Servers
may
infer
this
from
the
endpoint
the
client
submits
requests
to.
Cannot
be
updated.
In
CamelCase.
More
info:
https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds'
type
:
string
metadata
:
{}
metadata
:
type
:
object
spec
:
properties
:
newImage
:
description
:
NewImage is the new StorageOS node container image.
type
:
string
required
:
-
newImage
type
:
object
status
:
properties
:
completed
:
description
:
Completed is the status of upgrade process.
type
:
boolean
type
:
object
version
:
v1
versions
:
-
name
:
v1
served
:
true
storage
:
true
proposed/storageos-operator/v0.2.12/values.yaml
View file @
bd1e76c4
...
...
@@ -27,7 +27,7 @@ operator:
image
:
repository
:
storageos/cluster-operator
tag
:
1.
3
.0
tag
:
1.
4
.0
pullPolicy
:
IfNotPresent
# cluster-specific configuation parameters.
...
...
@@ -88,7 +88,7 @@ cluster:
# [Docker Hub](https://hub.docker.com/r/storageos/node/).
node
:
repository
:
storageos/node
tag
:
1.
3
.0
tag
:
1.
4
.0
csi
:
enable
:
true
...
...
@@ -147,6 +147,7 @@ cleanup:
-
"
storageos:csi-provisioner"
-
"
storageos:pod-fencer"
-
"
storageos:scheduler-extender"
-
"
storageos:init"
-
name
:
clusterrolebinding
command
:
-
"
clusterrolebinding"
...
...
@@ -156,6 +157,7 @@ cleanup:
-
"
storageos:k8s-driver-registrar"
-
"
storageos:pod-fencer"
-
"
storageos:scheduler-extender"
-
"
storageos:init"
-
name
:
storageclass
command
:
-
"
storageclass"
...
...
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