Skip to main content

Hi Folks,
I am installing Kasten on EKS with Long term access key using the following command:
helm install k10 kasten/k10 --namespace=kasten-io --version 7.0.1 --set global.persistence.storageClass=gp2 --set secrets.awsAccessKeyId="${AWS_ACCESS_KEY_ID}"  --set secrets.awsSecretAccessKey="${AWS_SECRET_ACCESS_KEY}"  --set secrets.awsIamRole="${AWS_IAM_ROLE_ARN}"  --set ingress.create=true --set ingress.class=alb --set ingress.host=kasten.com --set auth.tokenAuth.enabled=true

Kasten dashboard is blank, and the logs of auth pod are:

2024-07-02 11:02:59 diagd 3.9.1 3P47TAEW] INFO: -global-: <RichStatus BAD error='Pod labels are not mounted in the Ambassador container; Kubernetes Ingress support is likely to be limited' hostname='gateway-56cb49dbb-8x9n6' version='3.9.1'>
2024-07-02 11:02:59 diagd 3.9.1 3P47TAEW] ERROR: ERROR ERROR ERROR Starting with configuration errors
2024-07-02 11:02:59 diagd 3.9.1 3P47TAEW] INFO: EnvoyConfig: Generating V3
2024-07-02 11:02:59 diagd 3.9.1 3P47TAEW] INFO: V3Listener <V3Listener HTTP ambassadorlistener on 0.0.0.0:8000 :XFP]>: generated ===========================
2024-07-02 11:02:59 diagd 3.9.1 3P47TAEW] INFO: V3Ready: ==== listen on 127.0.0.1:8006
2024-07-02 11:02:59 diagd 3.9.1 3P47TAEW] INFO: configuration updated (incremental) from snapshot snapshot (S18 L1 G10 C9)
2024-07-02 11:02:59 diagd 3.9.1 3P47TAEW] INFO: error  Pod labels are not mounted in the Ambassador container; Kubernetes Ingress support is likely to be limited
time="2024-07-02 11:02:59.3924" level=info msg="Loaded file /ambassador/envoy/envoy.json" func=github.com/emissary-ingress/emissary/v3/pkg/ambex.Decode file="/go/pkg/ambex/main.go:281" CMD=entrypoint PID=1 THREAD=/ambex/main-loop
time="2024-07-02 11:02:59.3931" level=info msg="Saved snapshot v2" func=github.com/emissary-ingress/emissary/v3/pkg/ambex.csDump file="/go/pkg/ambex/main.go:351" CMD=entrypoint PID=1 THREAD=/ambex/main-loop
time="2024-07-02 11:02:59.3933" level=info msg="Pushing snapshot v2" func=github.com/emissary-ingress/emissary/v3/pkg/ambex.updaterWithTicker file="/go/pkg/ambex/ratelimit.go:159" CMD=entrypoint PID=1 THREAD=/ambex/updater
2024-07-02 11:02:59 diagd 3.9.1 P47TAEW] INFO: TIMER reconfiguration: 2, 0.079/0.094/0.110

please advise

@EBrockman 


Comment