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
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
470 additions
and
99 deletions
+470
-99
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
+236
-76
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
apiVersion
:
v1
appVersion
:
"
1.
3
.0"
appVersion
:
"
1.
4
.0"
description
:
Cloud Native storage for containers
description
:
Cloud Native storage for containers
name
:
storageos-operator
name
:
storageos-operator
version
:
0.2.1
1
version
:
0.2.1
2
tillerVersion
:
"
>=2.10.0"
tillerVersion
:
"
>=2.10.0"
keywords
:
keywords
:
-
storage
-
storage
...
...
proposed/storageos-operator/v0.2.12/README.md
View file @
bd1e76c4
...
@@ -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.
3
.0`
`operator.image.tag`
| StorageOS Operator container image tag |
`1.
4
.0`
`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 |
`{}`
...
@@ -172,7 +172,7 @@ Parameter | Description | Default
...
@@ -172,7 +172,7 @@ Parameter | Description | Default
`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 |
`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.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.12/questions.yml
View file @
bd1e76c4
...
@@ -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.
3
.0"
default
:
"
1.
4
.0"
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.
3
.0"
default
:
"
1.
4
.0"
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.12/templates/job_crd.yaml
View file @
bd1e76c4
...
@@ -12,31 +12,74 @@ spec:
...
@@ -12,31 +12,74 @@ spec:
plural
:
jobs
plural
:
jobs
singular
:
job
singular
:
job
scope
:
Namespaced
scope
:
Namespaced
version
:
v1
validation
:
validation
:
openAPIV3Schema
:
openAPIV3Schema
:
properties
:
properties
:
apiVersion
:
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
type
:
string
kind
:
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
type
:
string
metadata
:
{}
metadata
:
type
:
object
spec
:
spec
:
properties
:
properties
:
image
:
args
:
type
:
string
description
:
Args is an array of strings passed as an argument to the
args
:
{}
job container.
mountPath
:
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
type
:
string
hostPath
:
hostPath
:
description
:
HostPath is the path in the host that's mounted into a
job container.
type
:
string
type
:
string
completionWord
:
image
:
description
:
Image is the container image to run as the job.
type
:
string
type
:
string
labelSelector
:
labelSelector
:
description
:
LabelSelector is the label selector for the job Pods.
type
:
string
type
:
string
nodeSelectorTerms
:
{}
mountPath
:
tolerations
:
{}
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
:
status
:
properties
:
properties
:
completed
:
completed
:
description
:
Completed indicates the complete status of job.
type
:
boolean
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
}}
{{
- if .Values.podSecurityPolicy.enabled
}}
apiVersion
:
extensions
/v1beta1
apiVersion
:
policy
/v1beta1
kind
:
PodSecurityPolicy
kind
:
PodSecurityPolicy
metadata
:
metadata
:
name
:
{{
template "storageos.fullname" .
}}
-psp
name
:
{{
template "storageos.fullname" .
}}
-psp
...
...
proposed/storageos-operator/v0.2.12/templates/rbac.yaml
View file @
bd1e76c4
...
@@ -15,6 +15,7 @@ rules:
...
@@ -15,6 +15,7 @@ rules:
-
storageosclusters
-
storageosclusters
-
storageosupgrades
-
storageosupgrades
-
jobs
-
jobs
-
nfsservers
verbs
:
verbs
:
-
"
*"
-
"
*"
-
apiGroups
:
-
apiGroups
:
...
@@ -36,6 +37,7 @@ rules:
...
@@ -36,6 +37,7 @@ rules:
-
get
-
get
-
update
-
update
-
create
-
create
-
patch
-
apiGroups
:
-
apiGroups
:
-
"
"
-
"
"
resources
:
resources
:
...
@@ -114,9 +116,10 @@ rules:
...
@@ -114,9 +116,10 @@ rules:
verbs
:
verbs
:
-
list
-
list
-
watch
-
watch
# OpenShift specific rule.
-
apiGroups
:
-
apiGroups
:
-
security.openshift.io
-
security.openshift.io
resourceNames
:
-
privileged
resources
:
resources
:
-
securitycontextconstraints
-
securitycontextconstraints
verbs
:
verbs
:
...
@@ -125,8 +128,6 @@ rules:
...
@@ -125,8 +128,6 @@ rules:
-
update
-
update
-
get
-
get
-
use
-
use
resourceNames
:
-
privileged
---
---
...
...
proposed/storageos-operator/v0.2.12/templates/storageoscluster_crd.yaml
View file @
bd1e76c4
...
@@ -5,139 +5,299 @@ metadata:
...
@@ -5,139 +5,299 @@ metadata:
annotations
:
annotations
:
"
helm.sh/hook"
:
crd-install
"
helm.sh/hook"
:
crd-install
spec
:
spec
:
additionalPrinterColumns
:
-
JSONPath
:
.status.ready
description
:
Ready status of the storageos nodes.
name
:
ready
type
:
string
-
JSONPath
:
.status.phase
description
:
Status of the whole cluster.
name
:
status
type
:
string
-
JSONPath
:
.metadata.creationTimestamp
name
:
age
type
:
date
group
:
storageos.com
group
:
storageos.com
names
:
names
:
kind
:
StorageOSCluster
kind
:
StorageOSCluster
listKind
:
StorageOSClusterList
listKind
:
StorageOSClusterList
plural
:
storageosclusters
plural
:
storageosclusters
singular
:
storageoscluster
shortNames
:
shortNames
:
-
stos
-
stos
singular
:
storageoscluster
scope
:
Namespaced
scope
:
Namespaced
version
:
v1
additionalPrinterColumns
:
-
name
:
Ready
type
:
string
description
:
Ready status of the storageos nodes.
JSONPath
:
.status.ready
-
name
:
Status
type
:
string
description
:
Status of the whole cluster.
JSONPath
:
.status.phase
-
name
:
Age
type
:
date
JSONPath
:
.metadata.creationTimestamp
validation
:
validation
:
openAPIV3Schema
:
openAPIV3Schema
:
properties
:
properties
:
apiVersion
:
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
type
:
string
kind
:
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
type
:
string
metadata
:
{}
metadata
:
type
:
object
spec
:
spec
:
properties
:
properties
:
join
:
csi
:
type
:
string
description
:
CSI defines the configurations for CSI.
namespace
:
properties
:
type
:
string
deploymentStrategy
:
k8sDistro
:
type
:
string
type
:
string
deviceDir
:
type
:
string
driverRegisterationMode
:
type
:
string
driverRequiresAttachment
:
type
:
string
enable
:
type
:
boolean
enableControllerPublishCreds
:
type
:
boolean
enableNodePublishCreds
:
type
:
boolean
enableProvisionCreds
:
type
:
boolean
endpoint
:
type
:
string
kubeletDir
:
type
:
string
kubeletRegistrationPath
:
type
:
string
pluginDir
:
type
:
string
registrarSocketDir
:
type
:
string
registrationDir
:
type
:
string
version
:
type
:
string
type
:
object
debug
:
description
:
Debug is to set debug mode of the cluster.
type
:
boolean
disableFencing
:
disableFencing
:
description
:
'
Disable
Pod
Fencing.
With
StatefulSets,
Pods
are
only
re-scheduled
if
the
Pod
has
been
marked
as
killed.
In
practice
this
means
that
failover
of
a
StatefulSet
pod
is
a
manual
operation.
By
enabling
Pod
Fencing
and
setting
the
`storageos.com/fenced=true`
label
on
a
Pod,
StorageOS
will
enable
automated
Pod
failover
(by
killing
the
application
Pod
on
the
failed
node)
if
the
following
conditions
exist:
-
Pod
fencing
has
not
been
explicitly
disabled.
-
StorageOS
has
determined
that
the
node
the
Pod
is
running
on
is
offline.
StorageOS
uses
Gossip
and
TCP
checks
and
will
retry
for
30
seconds.
At
this
point
all
volumes
on
the
failed
node
are
marked
offline
(irrespective
of
whether
fencing
is
enabled)
and
volume
failover
starts.
-
The
Pod
has
the
label
`storageos.com/fenced=true`
set.
-
The
Pod
has
at
least
one
StorageOS
volume
attached.
-
Each
StorageOS
volume
has
at
least
1
healthy
replica.
When
Pod
Fencing
is
disabled,
StorageOS
will
not
perform
any
interaction
with
Kubernetes
when
it
detects
that
a
node
has
gone
offline.
Additionally,
the
Kubernetes
permissions
required
for
Fencing
will
not
be
added
to
the
StorageOS
role.'
type
:
boolean
type
:
boolean
disableTelemetry
:
disableScheduler
:
description
:
Disable StorageOS scheduler extender.
type
:
boolean
type
:
boolean
disableTCMU
:
disableTCMU
:
description
:
Disable TCMU can be set to
true
to disable the TCMU storage
driver. This is required when there are multiple storage systems
running on the same node and you wish to avoid conflicts. Only one
TCMU-based storage system can run on a node at a time. Disabling
TCMU will degrade performance.
type
:
boolean
type
:
boolean
forceTCMU
:
disableTelemetry
:
description
:
Disable Telemetry.
type
:
boolean
type
:
boolean
disableScheduler
:
forceTCMU
:
description
:
Force TCMU can be set to
true
to ensure that TCMU is enabled
or cause StorageOS to abort startup. At startup, StorageOS will automatically
fallback to non-TCMU mode if another TCMU-based storage system is
running on the node. Since non-TCMU will degrade performance, this
may not always be desired.
type
:
boolean
type
:
boolean
images
:
images
:
description
:
Images defines the various container images used in the
cluster.
properties
:
properties
:
nodeContainer
:
csiClusterDriverRegistrarContainer
:
type
:
string
initContainer
:
type
:
string
type
:
string
csi
DriverRegistra
rContainer
:
csi
ExternalAttache
rContainer
:
type
:
string
type
:
string
csiExternalProvisionerContainer
:
csiExternalProvisionerContainer
:
type
:
string
type
:
string
csiExternalAttacherContainer
:
type
:
string
csiLivenessProbeContainer
:
csiLivenessProbeContainer
:
type
:
string
type
:
string
csi
:
csiNodeDriverRegistrarContainer
:
properties
:
enable
:
type
:
boolean
enableProvisionCreds
:
type
:
boolean
enableControllerPublishCreds
:
type
:
boolean
enableNodePublishCreds
:
type
:
boolean
deploymentStrategy
:
type
:
string
type
:
string
service
:
hyperkubeContainer
:
properties
:
name
:
type
:
string
type
:
string
type
:
initContainer
:
type
:
string
type
:
string
externalPort
:
nodeContainer
:
type
:
integer
type
:
string
format
:
int32
type
:
object
internalPort
:
type
:
integer
format
:
int32
secretRefName
:
type
:
string
secretRefNamespace
:
type
:
string
tlsEtcdSecretRefName
:
type
:
string
tlsEtcdSecretRefNamespace
:
type
:
string
sharedDir
:
type
:
string
ingress
:
ingress
:
description
:
Ingress defines the ingress configurations used in the
cluster.
properties
:
properties
:
annotations
:
additionalProperties
:
type
:
string
type
:
object
enable
:
enable
:
type
:
boolean
type
:
boolean
hostname
:
hostname
:
type
:
string
type
:
string
tls
:
tls
:
type
:
boolean
type
:
boolean
annotations
:
{}
type
:
object
join
:
description
:
Join is the join token used for service discovery.
type
:
string
k8sDistro
:
description
:
'
K8sDistro
is
the
name
of
the
Kubernetes
distribution
where
the
operator
is
being
deployed.
It
should
be
in
the
format:
`name[-1.0]`,
where
the
version
is
optional
and
should
only
be
appended
if
known.
Suitable
names
include:
`openshift`,
`rancher`,
`aks`,
`gke`,
`eks`,
or
the
deployment
method
if
using
upstream
directly,
e.g
`minishift`
or
`kubeadm`.
Setting
k8sDistro
is
optional,
and
will
be
used
to
simplify
cluster
configuration
by
setting
appropriate
defaults
for
the
distribution.
The
distribution
information
will
also
be
included
in
the
product
telemetry
(if
enabled),
to
help
focus
development
efforts.'
type
:
string
kvBackend
:
kvBackend
:
description
:
KVBackend defines the key-value store backend used in the
cluster.
properties
:
properties
:
address
:
address
:
type
:
string
type
:
string
backend
:
backend
:
type
:
string
type
:
string
type
:
object
namespace
:
description
:
Namespace is the kubernetes Namespace where storageos resources
are provisioned.
type
:
string
nodeSelectorTerms
:
description
:
NodeSelectorTerms is to set the placement of storageos
pods using node affinity requiredDuringSchedulingIgnoredDuringExecution.
items
:
type
:
object
type
:
array
pause
:
pause
:
description
:
Pause is to pause the operator for the cluster.
type
:
boolean
type
:
boolean
debug
:
type
:
boolean
nodeSelectorTerms
:
{}
tolerations
:
{}
resources
:
resources
:
description
:
Resources is to set the resource requirements of the storageos
containers.
type
:
object
secretRefName
:
description
:
SecretRefName is the name of the secret object that contains
all the sensitive cluster configurations.
type
:
string
secretRefNamespace
:
description
:
SecretRefNamespace is the namespace of the secret reference.
type
:
string
service
:
description
:
Service is the Service configuration for the cluster nodes.
properties
:
properties
:
limits
:
{}
annotations
:
requests
:
{}
additionalProperties
:
type
:
string
type
:
object
externalPort
:
format
:
int64
type
:
integer
internalPort
:
format
:
int64
type
:
integer
name
:
type
:
string
type
:
type
:
string
required
:
-
name
-
type
type
:
object
sharedDir
:
description
:
'
SharedDir
is
the
shared
directory
to
be
used
when
the
kubelet
is
running
in
a
container.
Typically:
"/var/lib/kubelet/plugins/kubernetes.io~storageos".
If
not
set,
defaults
will
be
used.'
type
:
string
storageClassName
:
description
:
StorageClassName is the name of default StorageClass created
for StorageOS volumes.
type
:
string
tlsEtcdSecretRefName
:
description
:
TLSEtcdSecretRefName is the name of the secret object that
contains the etcd TLS certs. This secret is shared with etcd, therefore
it's not part of the main storageos secret.
type
:
string
tlsEtcdSecretRefNamespace
:
description
:
TLSEtcdSecretRefNamespace is the namespace of the etcd
TLS secret object.
type
:
string
tolerations
:
description
:
Tolerations is to set the placement of storageos pods using
pod toleration.
items
:
type
:
object
type
:
array
required
:
-
secretRefName
-
secretRefNamespace
type
:
object
status
:
status
:
properties
:
properties
:
phase
:
members
:
type
:
string
properties
:
nodeHealthStatus
:
{}
ready
:
description
:
Ready are the storageos cluster members that are ready
to serve requests. The member names are the same as the node IPs.
items
:
type
:
string
type
:
array
unready
:
description
:
Unready are the storageos cluster nodes not ready to
serve requests.
items
:
type
:
string
type
:
array
type
:
object
nodeHealthStatus
:
additionalProperties
:
properties
:
directfsInitiator
:
type
:
string
director
:
type
:
string
kv
:
type
:
string
kvWrite
:
type
:
string
nats
:
type
:
string
presentation
:
type
:
string
rdb
:
type
:
string
type
:
object
type
:
object
nodes
:
nodes
:
type
:
array
items
:
items
:
type
:
string
type
:
string
type
:
array
phase
:
type
:
string
ready
:
ready
:
type
:
string
type
:
string
members
:
type
:
object
properties
:
version
:
v1
ready
:
{}
versions
:
unready
:
{}
-
name
:
v1
served
:
true
storage
:
true
proposed/storageos-operator/v0.2.12/templates/storageosupgrade_crd.yaml
View file @
bd1e76c4
...
@@ -12,20 +12,37 @@ spec:
...
@@ -12,20 +12,37 @@ spec:
plural
:
storageosupgrades
plural
:
storageosupgrades
singular
:
storageosupgrade
singular
:
storageosupgrade
scope
:
Namespaced
scope
:
Namespaced
version
:
v1
validation
:
validation
:
openAPIV3Schema
:
openAPIV3Schema
:
properties
:
properties
:
apiVersion
:
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
type
:
string
kind
:
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
type
:
string
metadata
:
{}
metadata
:
type
:
object
spec
:
spec
:
properties
:
properties
:
newImage
:
newImage
:
description
:
NewImage is the new StorageOS node container image.
type
:
string
type
:
string
required
:
-
newImage
type
:
object
status
:
status
:
properties
:
properties
:
completed
:
completed
:
description
:
Completed is the status of upgrade process.
type
:
boolean
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:
...
@@ -27,7 +27,7 @@ operator:
image
:
image
:
repository
:
storageos/cluster-operator
repository
:
storageos/cluster-operator
tag
:
1.
3
.0
tag
:
1.
4
.0
pullPolicy
:
IfNotPresent
pullPolicy
:
IfNotPresent
# cluster-specific configuation parameters.
# cluster-specific configuation parameters.
...
@@ -88,7 +88,7 @@ cluster:
...
@@ -88,7 +88,7 @@ cluster:
# [Docker Hub](https://hub.docker.com/r/storageos/node/).
# [Docker Hub](https://hub.docker.com/r/storageos/node/).
node
:
node
:
repository
:
storageos/node
repository
:
storageos/node
tag
:
1.
3
.0
tag
:
1.
4
.0
csi
:
csi
:
enable
:
true
enable
:
true
...
@@ -147,6 +147,7 @@ cleanup:
...
@@ -147,6 +147,7 @@ cleanup:
-
"
storageos:csi-provisioner"
-
"
storageos:csi-provisioner"
-
"
storageos:pod-fencer"
-
"
storageos:pod-fencer"
-
"
storageos:scheduler-extender"
-
"
storageos:scheduler-extender"
-
"
storageos:init"
-
name
:
clusterrolebinding
-
name
:
clusterrolebinding
command
:
command
:
-
"
clusterrolebinding"
-
"
clusterrolebinding"
...
@@ -156,6 +157,7 @@ cleanup:
...
@@ -156,6 +157,7 @@ cleanup:
-
"
storageos:k8s-driver-registrar"
-
"
storageos:k8s-driver-registrar"
-
"
storageos:pod-fencer"
-
"
storageos:pod-fencer"
-
"
storageos:scheduler-extender"
-
"
storageos:scheduler-extender"
-
"
storageos:init"
-
name
:
storageclass
-
name
:
storageclass
command
:
command
:
-
"
storageclass"
-
"
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