Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for Observability 1.6 #335

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions config/samples/storage_v1_csm_powerflex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
value: "false"

sideCars:
# sdc-monitor is disabled by default, due to high CPU usage
# sdc-monitor is disabled by default, due to high CPU usage
- name: sdc-monitor
enabled: false
image: dellemc/sdc:3.6.1
Expand Down Expand Up @@ -92,12 +92,12 @@ spec:
# Leave as blank to install controller on worker nodes
# Default value: None
tolerations:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# - key: "node-role.kubernetes.io/master"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# - key: "node-role.kubernetes.io/master"
# operator: "Exists"
# effect: "NoSchedule"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# operator: "Exists"
# effect: "NoSchedule"

Expand All @@ -110,7 +110,7 @@ spec:
# false: disable SDC approval
# Default value: false
- name: X_CSI_APPROVE_SDC_ENABLED
value: "false"
value: "false"

# X_CSI_RENAME_SDC_ENABLED: Enable/Disable rename of SDC
# Allowed values:
Expand All @@ -134,7 +134,7 @@ spec:
# Default value: "0"
- name: X_CSI_MAX_VOLUMES_PER_NODE
value: "0"


# "node.nodeSelector" defines what nodes would be selected for pods of node daemonset
# Leave as blank to use all nodes
Expand All @@ -151,11 +151,11 @@ spec:
# Default value: None
tolerations:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# - key: "node-role.kubernetes.io/master"
# - key: "node-role.kubernetes.io/master"
# operator: "Exists"
# effect: "NoSchedule"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# operator: "Exists"
# effect: "NoSchedule"

Expand All @@ -180,23 +180,23 @@ spec:
# proxyHost: hostname of the csm-authorization server
- name: "PROXY_HOST"
value: "csm-authorization.com"
# skipCertificateValidation: Enable/Disable certificate validation of the csm-authorization server

# skipCertificateValidation: Enable/Disable certificate validation of the csm-authorization server
- name: "SKIP_CERTIFICATE_VALIDATION"
value: "true"

# observability: allows to configure observability
- name: observability
# enabled: Enable/Disable observability
enabled: false
configVersion: v1.5.0
configVersion: v1.6.0
components:
- name: topology
# enabled: Enable/Disable topology
enabled: false
# image: Defines karavi-topology image. This shouldn't be changed
# Allowed values: string
image: dellemc/csm-topology:v1.5.0
image: dellemc/csm-topology:v1.6.0
envs:
# topology log level
# Valid values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL, PANIC
Expand All @@ -221,7 +221,7 @@ spec:
# enabled: Enable/Disable PowerFlex metrics
enabled: false
# image: Defines PowerFlex metrics image. This shouldn't be changed
image: dellemc/csm-metrics-powerflex:v1.5.0
image: dellemc/csm-metrics-powerflex:v1.6.0
envs:
# POWERFLEX_MAX_CONCURRENT_QUERIES: set the default max concurrent queries to PowerFlex
# Allowed values: int
Expand Down Expand Up @@ -300,7 +300,7 @@ spec:
# Allowed values: string
- name: "X_CSI_REPLICATION_CONTEXT_PREFIX"
value: "powerflex"

- name: dell-replication-controller-manager
# image: Defines controller image. This shouldn't be changed
# Allowed values: string
Expand All @@ -316,7 +316,7 @@ spec:
# Default value: "debug"
- name: "REPLICATION_CTRL_LOG_LEVEL"
value: "debug"

# replicas: Defines number of controller replicas
# Allowed values: int
# Default value: 1
Expand Down
16 changes: 8 additions & 8 deletions config/samples/storage_v1_csm_powerscale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
# X_CSI_ISI_PORT: Specify the HTTPs port number of the PowerScale OneFS API server
# This value acts as a default value for endpointPort, if not specified for a cluster config in secret
# Allowed value: valid port number
# Default value: 8080
# Default value: 8080
- name: X_CSI_ISI_PORT
value: "8080"

Expand All @@ -55,7 +55,7 @@ spec:

# X_CSI_ISI_NO_PROBE_ON_START: Indicates whether the controller/node should probe all the PowerScale clusters during driver initialization
# Allowed values:
# true : do not probe all PowerScale clusters during driver initialization
# true : do not probe all PowerScale clusters during driver initialization
# false: probe all PowerScale clusters during driver initialization
# Default value: false
- name: X_CSI_ISI_NO_PROBE_ON_START
Expand All @@ -74,8 +74,8 @@ spec:
# This value acts as a default value for skipCertificateValidation, if not specified for a cluster config in secret
# Allowed values:
# true: skip OneFS API server's certificate verification
# false: verify OneFS API server's certificates
# Default value: true
# false: verify OneFS API server's certificates
# Default value: true
- name: X_CSI_ISI_SKIP_CERTIFICATE_VALIDATION
value: "true"

Expand Down Expand Up @@ -266,7 +266,7 @@ spec:
- name: "PROXY_HOST"
value: "csm-authorization.com"

# skipCertificateValidation: Enable/Disable certificate validation of the csm-authorization server
# skipCertificateValidation: Enable/Disable certificate validation of the csm-authorization server
- name: "SKIP_CERTIFICATE_VALIDATION"
value: "true"

Expand Down Expand Up @@ -338,14 +338,14 @@ spec:
- name: observability
# enabled: Enable/Disable observability
enabled: false
configVersion: v1.5.0
configVersion: v1.6.0
components:
- name: topology
# enabled: Enable/Disable topology
enabled: false
# image: Defines karavi-topology image. This shouldn't be changed
# Allowed values: string
image: dellemc/csm-topology:v1.5.0
image: dellemc/csm-topology:v1.6.0
envs:
# topology log level
# Valid values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL, PANIC
Expand All @@ -371,7 +371,7 @@ spec:
enabled: false
# image: Defines PowerScale metrics image. This shouldn't be changed
# Allowed values: string
image: dellemc/csm-metrics-powerscale:v1.2.0
image: dellemc/csm-metrics-powerscale:v1.3.0
envs:
# POWERSCALE_MAX_CONCURRENT_QUERIES: set the default max concurrent queries to PowerScale
# Allowed values: int
Expand Down
36 changes: 18 additions & 18 deletions samples/storage_csm_powerflex_v280.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
value: "false"

sideCars:
# sdc-monitor is disabled by default, due to high CPU usage
# sdc-monitor is disabled by default, due to high CPU usage
- name: sdc-monitor
enabled: false
image: dellemc/sdc:3.6.1
Expand Down Expand Up @@ -92,12 +92,12 @@ spec:
# Leave as blank to install controller on worker nodes
# Default value: None
tolerations:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# - key: "node-role.kubernetes.io/master"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# - key: "node-role.kubernetes.io/master"
# operator: "Exists"
# effect: "NoSchedule"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# operator: "Exists"
# effect: "NoSchedule"

Expand All @@ -110,7 +110,7 @@ spec:
# false: disable SDC approval
# Default value: false
- name: X_CSI_APPROVE_SDC_ENABLED
value: "false"
value: "false"

# X_CSI_RENAME_SDC_ENABLED: Enable/Disable rename of SDC
# Allowed values:
Expand All @@ -134,8 +134,8 @@ spec:
# Default value: "0"
- name: X_CSI_MAX_VOLUMES_PER_NODE
value: "0"



# "node.nodeSelector" defines what nodes would be selected for pods of node daemonset
# Leave as blank to use all nodes
Expand All @@ -152,11 +152,11 @@ spec:
# Default value: None
tolerations:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# - key: "node-role.kubernetes.io/master"
# - key: "node-role.kubernetes.io/master"
# operator: "Exists"
# effect: "NoSchedule"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# operator: "Exists"
# effect: "NoSchedule"

Expand All @@ -181,23 +181,23 @@ spec:
# proxyHost: hostname of the csm-authorization server
- name: "PROXY_HOST"
value: "csm-authorization.com"
# skipCertificateValidation: Enable/Disable certificate validation of the csm-authorization server

# skipCertificateValidation: Enable/Disable certificate validation of the csm-authorization server
- name: "SKIP_CERTIFICATE_VALIDATION"
value: "true"

# observability: allows to configure observability
- name: observability
# enabled: Enable/Disable observability
enabled: false
configVersion: v1.5.0
configVersion: v1.6.0
components:
- name: topology
# enabled: Enable/Disable topology
enabled: false
# image: Defines karavi-topology image. This shouldn't be changed
# Allowed values: string
image: dellemc/csm-topology:v1.5.0
image: dellemc/csm-topology:v1.6.0
envs:
# topology log level
# Valid values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL, PANIC
Expand Down Expand Up @@ -230,7 +230,7 @@ spec:
# enabled: Enable/Disable PowerFlex metrics
enabled: false
# image: Defines PowerFlex metrics image. This shouldn't be changed
image: dellemc/csm-metrics-powerflex:v1.5.0
image: dellemc/csm-metrics-powerflex:v1.6.0
envs:
# POWERFLEX_MAX_CONCURRENT_QUERIES: set the default max concurrent queries to PowerFlex
# Allowed values: int
Expand Down Expand Up @@ -309,7 +309,7 @@ spec:
# Allowed values: string
- name: "X_CSI_REPLICATION_CONTEXT_PREFIX"
value: "powerflex"

- name: dell-replication-controller-manager
# image: Defines controller image. This shouldn't be changed
# Allowed values: string
Expand All @@ -325,7 +325,7 @@ spec:
# Default value: "debug"
- name: "REPLICATION_CTRL_LOG_LEVEL"
value: "debug"

# replicas: Defines number of controller replicas
# Allowed values: int
# Default value: 1
Expand Down
16 changes: 8 additions & 8 deletions samples/storage_csm_powerscale_v280.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
# X_CSI_ISI_PORT: Specify the HTTPs port number of the PowerScale OneFS API server
# This value acts as a default value for endpointPort, if not specified for a cluster config in secret
# Allowed value: valid port number
# Default value: 8080
# Default value: 8080
- name: X_CSI_ISI_PORT
value: "8080"

Expand All @@ -55,7 +55,7 @@ spec:

# X_CSI_ISI_NO_PROBE_ON_START: Indicates whether the controller/node should probe all the PowerScale clusters during driver initialization
# Allowed values:
# true : do not probe all PowerScale clusters during driver initialization
# true : do not probe all PowerScale clusters during driver initialization
# false: probe all PowerScale clusters during driver initialization
# Default value: false
- name: X_CSI_ISI_NO_PROBE_ON_START
Expand All @@ -74,8 +74,8 @@ spec:
# This value acts as a default value for skipCertificateValidation, if not specified for a cluster config in secret
# Allowed values:
# true: skip OneFS API server's certificate verification
# false: verify OneFS API server's certificates
# Default value: true
# false: verify OneFS API server's certificates
# Default value: true
- name: X_CSI_ISI_SKIP_CERTIFICATE_VALIDATION
value: "true"

Expand Down Expand Up @@ -266,7 +266,7 @@ spec:
- name: "PROXY_HOST"
value: "csm-authorization.com"

# skipCertificateValidation: Enable/Disable certificate validation of the csm-authorization server
# skipCertificateValidation: Enable/Disable certificate validation of the csm-authorization server
- name: "SKIP_CERTIFICATE_VALIDATION"
value: "true"

Expand Down Expand Up @@ -338,14 +338,14 @@ spec:
- name: observability
# enabled: Enable/Disable observability
enabled: false
configVersion: v1.5.0
configVersion: v1.6.0
components:
- name: topology
# enabled: Enable/Disable topology
enabled: false
# image: Defines karavi-topology image. This shouldn't be changed
# Allowed values: string
image: dellemc/csm-topology:v1.5.0
image: dellemc/csm-topology:v1.6.0
envs:
# topology log level
# Valid values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL, PANIC
Expand Down Expand Up @@ -379,7 +379,7 @@ spec:
enabled: false
# image: Defines PowerScale metrics image. This shouldn't be changed
# Allowed values: string
image: dellemc/csm-metrics-powerscale:v1.2.0
image: dellemc/csm-metrics-powerscale:v1.3.0
envs:
# POWERSCALE_MAX_CONCURRENT_QUERIES: set the default max concurrent queries to PowerScale
# Allowed values: int
Expand Down
Loading