Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
feat(yamls): add v3.10.0 operator yamls (#343)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Dec 18, 2023
1 parent d17e589 commit 4143c90
Show file tree
Hide file tree
Showing 22 changed files with 29,629 additions and 171 deletions.
84 changes: 33 additions & 51 deletions cstor-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ spec:
reason:
description: Reason is the actual reason for the error state
type: string
state:
state:
description: State is the state of reconciliation
type: string
type: object
Expand Down Expand Up @@ -3208,8 +3208,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.0
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.11.4
name: upgradetasks.openebs.io
spec:
group: openebs.io
Expand Down Expand Up @@ -3453,19 +3452,12 @@ spec:
type: object
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.0
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.11.4
name: migrationtasks.openebs.io
spec:
group: openebs.io
Expand Down Expand Up @@ -3527,7 +3519,6 @@ spec:
completedTime:
description: CompletedTime of Migrate
format: date-time
nullable: true
type: string
migrationDetailedStatuses:
description: MigrationDetailedStatuses contains the list of statuses
Expand All @@ -3539,7 +3530,6 @@ spec:
lastUpdatedAt:
description: LastUpdatedTime of a MigrateStep
format: date-time
nullable: true
type: string
message:
description: A human-readable message indicating details about
Expand All @@ -3557,7 +3547,6 @@ spec:
startTime:
description: StartTime of a MigrateStep
format: date-time
nullable: true
type: string
step:
type: string
Expand All @@ -3574,20 +3563,13 @@ spec:
startTime:
description: StartTime of Migrate
format: date-time
nullable: true
type: string
type: object
required:
- spec
type: object
served: true
storage: true
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
---
####################################################
########### ############
Expand Down Expand Up @@ -4740,7 +4722,7 @@ metadata:
labels:
name: openebs-cstor-csi-controller
openebs.io/component-name: openebs-cstor-csi-controller
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
selector:
matchLabels:
Expand All @@ -4757,7 +4739,7 @@ spec:
role: openebs-cstor-csi
name: openebs-cstor-csi-controller
openebs.io/component-name: openebs-cstor-csi-controller
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
priorityClassName: openebs-cstor-csi-controller-critical
serviceAccount: openebs-cstor-csi-controller-sa
Expand Down Expand Up @@ -4826,7 +4808,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: cstor-csi-plugin
image: openebs/cstor-csi-driver:3.5.0
image: openebs/cstor-csi-driver:3.6.0
imagePullPolicy: IfNotPresent
env:
- name: OPENEBS_CONTROLLER_DRIVER
Expand Down Expand Up @@ -4998,7 +4980,7 @@ metadata:
app: openebs-cstor-csi-node
name: openebs-cstor-csi-node
openebs.io/component-name: openebs-cstor-csi-node
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
selector:
matchLabels:
Expand All @@ -5013,7 +4995,7 @@ spec:
role: openebs-cstor-csi
name: openebs-cstor-csi-node
openebs.io/component-name: openebs-cstor-csi-node
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
priorityClassName: openebs-cstor-csi-node-critical
serviceAccount: openebs-cstor-csi-node-sa
Expand Down Expand Up @@ -5052,7 +5034,7 @@ spec:
capabilities:
add: ["CAP_MKNOD", "CAP_SYS_ADMIN", "SYS_ADMIN"]
allowPrivilegeEscalation: true
image: openebs/cstor-csi-driver:3.5.0
image: openebs/cstor-csi-driver:3.6.0
imagePullPolicy: IfNotPresent
args:
- "--nodeid=$(OPENEBS_NODE_ID)"
Expand Down Expand Up @@ -5131,7 +5113,7 @@ metadata:
labels:
name: cspc-operator
openebs.io/component-name: cspc-operator
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
selector:
matchLabels:
Expand All @@ -5145,13 +5127,13 @@ spec:
labels:
name: cspc-operator
openebs.io/component-name: cspc-operator
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
serviceAccountName: openebs-cstor-operator
containers:
- name: cspc-operator
imagePullPolicy: IfNotPresent
image: openebs/cspc-operator:3.5.0
image: openebs/cspc-operator:3.6.0
env:
- name: OPENEBS_NAMESPACE
valueFrom:
Expand Down Expand Up @@ -5180,11 +5162,11 @@ spec:
#- name: OPENEBS_IO_IMAGE_PULL_SECRETS
# value: ""
- name: OPENEBS_IO_CSPI_MGMT_IMAGE
value: "openebs/cstor-pool-manager:3.5.0"
value: "openebs/cstor-pool-manager:3.6.0"
- name: OPENEBS_IO_CSTOR_POOL_IMAGE
value: "openebs/cstor-pool:3.5.0"
value: "openebs/cstor-pool:3.6.0"
- name: OPENEBS_IO_CSTOR_POOL_EXPORTER_IMAGE
value: "openebs/m-exporter:3.5.0"
value: "openebs/m-exporter:3.6.0"
- name: RESYNC_INTERVAL
value: "30"
---
Expand All @@ -5196,7 +5178,7 @@ metadata:
labels:
name: cvc-operator
openebs.io/component-name: cvc-operator
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
selector:
matchLabels:
Expand All @@ -5210,13 +5192,13 @@ spec:
labels:
name: cvc-operator
openebs.io/component-name: cvc-operator
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
serviceAccountName: openebs-cstor-operator
containers:
- name: cvc-operator
imagePullPolicy: IfNotPresent
image: openebs/cvc-operator:3.5.0
image: openebs/cvc-operator:3.6.0
args:
- "--v=2"
- "--leader-election=false"
Expand Down Expand Up @@ -5247,11 +5229,11 @@ spec:
fieldRef:
fieldPath: spec.serviceAccountName
- name: OPENEBS_IO_CSTOR_TARGET_IMAGE
value: "openebs/cstor-istgt:3.5.0"
value: "openebs/cstor-istgt:3.6.0"
- name: OPENEBS_IO_CSTOR_VOLUME_MGMT_IMAGE
value: "openebs/cstor-volume-manager:3.5.0"
value: "openebs/cstor-volume-manager:3.6.0"
- name: OPENEBS_IO_VOLUME_MONITOR_IMAGE
value: "openebs/m-exporter:3.5.0"
value: "openebs/m-exporter:3.6.0"
---
apiVersion: v1
kind: Service
Expand All @@ -5278,7 +5260,7 @@ metadata:
labels:
app: cstor-admission-webhook
openebs.io/component-name: cstor-admission-webhook
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
replicas: 1
strategy:
Expand All @@ -5292,12 +5274,12 @@ spec:
labels:
app: cstor-admission-webhook
openebs.io/component-name: cstor-admission-webhook
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
serviceAccountName: openebs-cstor-operator
containers:
- name: admission-webhook
image: openebs/cstor-webhook:3.5.0
image: openebs/cstor-webhook:3.6.0
imagePullPolicy: IfNotPresent
args:
- -alsologtostderr
Expand Down Expand Up @@ -5756,7 +5738,7 @@ metadata:
labels:
name: openebs-ndm
openebs.io/component-name: ndm
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
selector:
matchLabels:
Expand All @@ -5769,7 +5751,7 @@ spec:
labels:
name: openebs-ndm
openebs.io/component-name: ndm
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
# By default the node-disk-manager will be run on all kubernetes nodes
# If you would like to limit this to only some nodes, say the nodes
Expand Down Expand Up @@ -5888,7 +5870,7 @@ metadata:
labels:
name: openebs-ndm-operator
openebs.io/component-name: ndm-operator
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
selector:
matchLabels:
Expand All @@ -5902,7 +5884,7 @@ spec:
labels:
name: openebs-ndm-operator
openebs.io/component-name: ndm-operator
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
serviceAccountName: openebs-cstor-operator
containers:
Expand All @@ -5926,7 +5908,7 @@ spec:
- name: OPERATOR_NAME
value: "node-disk-operator"
- name: CLEANUP_JOB_IMAGE
value: "openebs/linux-utils:3.4.0"
value: "openebs/linux-utils:3.5.0"
# OPENEBS_IO_IMAGE_PULL_SECRETS environment variable is used to pass the image pull secrets
# to the cleanup pod launched by NDM operator
#- name: OPENEBS_IO_IMAGE_PULL_SECRETS
Expand Down Expand Up @@ -5955,7 +5937,7 @@ metadata:
labels:
name: openebs-ndm-cluster-exporter
openebs.io/component-name: ndm-cluster-exporter
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
replicas: 1
strategy:
Expand All @@ -5969,7 +5951,7 @@ spec:
labels:
name: openebs-ndm-cluster-exporter
openebs.io/component-name: ndm-cluster-exporter
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
serviceAccountName: openebs-cstor-operator
containers:
Expand Down Expand Up @@ -6027,7 +6009,7 @@ metadata:
labels:
name: openebs-ndm-node-exporter
openebs.io/component-name: ndm-node-exporter
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
updateStrategy:
type: RollingUpdate
Expand All @@ -6040,7 +6022,7 @@ spec:
labels:
name: openebs-ndm-node-exporter
openebs.io/component-name: ndm-node-exporter
openebs.io/version: 3.5.0
openebs.io/version: 3.6.0
spec:
serviceAccountName: openebs-cstor-operator
containers:
Expand Down
11 changes: 7 additions & 4 deletions hostpath-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ rules:
- apiGroups: ["*"]
resources: ["storageclasses", "persistentvolumeclaims", "persistentvolumes"]
verbs: ["*"]
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
verbs: ["get", "create", "update"]
---
# Bind the Service Account with the Role Privileges.
# TODO: Check if default account also needs to be there
Expand All @@ -53,7 +56,7 @@ metadata:
labels:
name: openebs-localpv-provisioner
openebs.io/component-name: openebs-localpv-provisioner
openebs.io/version: 3.4.0
openebs.io/version: 3.5.0
spec:
selector:
matchLabels:
Expand All @@ -67,13 +70,13 @@ spec:
labels:
name: openebs-localpv-provisioner
openebs.io/component-name: openebs-localpv-provisioner
openebs.io/version: 3.4.0
openebs.io/version: 3.5.0
spec:
serviceAccountName: openebs-maya-operator
containers:
- name: openebs-provisioner-hostpath
imagePullPolicy: IfNotPresent
image: openebs/provisioner-localpv:3.4.0
image: openebs/provisioner-localpv:3.5.0
args:
- "--bd-time-out=$(BDC_BD_BIND_RETRIES)"
env:
Expand Down Expand Up @@ -112,7 +115,7 @@ spec:
- name: OPENEBS_IO_INSTALLER_TYPE
value: "openebs-operator-hostpath"
- name: OPENEBS_IO_HELPER_IMAGE
value: "openebs/linux-utils:3.4.0"
value: "openebs/linux-utils:3.5.0"
- name: OPENEBS_IO_BASE_PATH
value: "/var/openebs/local"
# LEADER_ELECTION_ENABLED is used to enable/disable leader election. By default
Expand Down
Loading

0 comments on commit 4143c90

Please sign in to comment.