Skip to content

Helm chart release notes for NetScaler Ingress Controller and GSLB Controller version 1.43.7

Compare
Choose a tag to compare
@subashd subashd released this 17 Jul 13:39
· 10 commits to master since this release
52c95e3

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 are True and False. enableLivenessProbe is set to True by default.
    • enableReadinessProbe (optional): Enables Readiness probe for NSIC. Configurable values are True and False. enableReadinessProbe is set to True by default.
    • enableStartupProbe (optional): Enables Startup probe for CPX. Configurable values are True and False.
      enableStartupProbe is set to True by default.
    • readinessProbe (optional): Enables you to configure the settings for Readiness probe. You can configure the following parameters: initialDelaySeconds, periodSeconds, failureThreshold, and successThreshold. 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 with Deployment objects. Also, spec.strategy has been removed.