hi everyone
I tryd install kasten in openshift 4.11(kubernetes 1.24.6) using helm
Kasten version is 6.0.9
customer environment is airgap
install option is ================
helm install k10 k10-4.5.14.tgz --namespace kasten-io \
--set scc.create=true \
--set route.enabled=true \
--set route.tls.enabled=true \
--set auth.openshift.enabled=true \
--set auth.openshift.serviceAccount=k10-dex-sa \
--set auth.openshift.clientSecret=${DEX_TOKEN} \
--set auth.openshift.dashboardURL=https://k10-route-kasten-io.${APPS_BASE_DOMAIN}/k10/ \
--set auth.openshift.openshiftURL=https://${API_BASE_DOMAIN}:6443 \
--set auth.openshift.insecureCA=true \
--set global.airgapped.repository=material.ocp4.local/kasten-images \
--set global.persistence.storageClass=thin-csi \
--set metering.mode=airgap \
--set cacertconfigmap.name=custom-ca-bundle-store \
=============================
All pods were normal, but an error occurred in the auth-svc pod,
I checked and the dex container continued to crashloopbak.
I approached the dex container shell with the debug function provided by the opensfit console
/etc/dex/cfg/config.yaml was logged abnormally as shown in the figure, so dexserve /etc/dex/cfg/config.All pods were normal, but an error occurred in the auth-svc pod,
I checked and the dex container continued to crashloopbak.
I approached the dex container shell with the debug function provided by the opensfit console
/etc/dex/cfg/config.yaml was recorded abnormally as shown in the figure and the dex server /etc/dex/cfg/config.yaml command was not executed
Maybe first oauth-sa.I think it's because there's a typo in the announcement part in the Yaml writing,
As it became Kuberenets 1.24, the token generation for sa was not automatically generated, so it was created separately, but the service account for the token value was
I checked the problem that is not recorded in dex container config.yaml..
How should I solve this problem?