Helm chart release notes for NetScaler Ingress Controller and GSLB Controller version 1.43.7
This release note contains information about the Helm chart-related changes for NetScaler Ingress Controller (NSIC) and GSLB Controller version 1.43.7
What's new
-
You can now enable and configure Liveness and Readiness probes for NSIC using the following Helm chart variables:
enableLivenessProbe
(optional): Enables Liveness probe for NSIC and CPX. Configurable values areTrue
andFalse
.enableLivenessProbe
is set toTrue
by default.enableReadinessProbe
(optional): Enables Readiness probe for NSIC. Configurable values areTrue
andFalse
.enableReadinessProbe
is set toTrue
by default.enableStartupProbe
(optional): Enables Startup probe for CPX. Configurable values areTrue
andFalse
.
enableStartupProbe
is set toTrue
by default.readinessProbe
(optional): Enables you to configure the settings for Readiness probe. You can configure the following parameters:initialDelaySeconds
,periodSeconds
,failureThreshold
, andsuccessThreshold
. For information about these parameters, see Kubernetes documentation.livenessProbe
(optional): Enables you to configure the settings for Liveness probe.startupProbe
(optional): Enables you to configure the settings for Startup Probe.
-
For NSIC and GLSB controller OpenShift deployments,
DeploymentConfig
objects are replaced withDeployment objects
. Also,spec.strategy
has been removed.