Azserver pod not created in Openshift post AuthHub upgrade
search cancel

Azserver pod not created in Openshift post AuthHub upgrade

book

Article ID: 384540

calendar_today

Updated On:

Products

VIP Authentication Hub

Issue/Introduction

When upgrading AuthHub with the default value 'ssp.deployment.size=custom' and without High Availability for all services using limited resources, the azserver pod is not created.

Environment

VIP Authentication Hub 3.2

Openshift

Resolution

From product, below is the recommendation to resolve the issue:

helm upgrade "${RELEASENAME}" -n "${NAMESPACE}" "${HELM_REPO}/ssp" \
     --version "${SSP_VERSION}" \
    --set ssp.deployment.size="custom"  \
    --set hazelcast-enterprise.cluster.memberCount=1 \
    -f overwrite.yaml
    
In overwrite.yaml, the min and max parameters should be set to 1.