Reda Ouafi
11/23/2022, 1:16 PMBarbora Kompisova
11/23/2022, 1:29 PMkubectl -n <namespace> describe pod <pod-name> might contain some useful information as to why.Reda Ouafi
11/23/2022, 1:42 PMkubectl -n gooddata describe pod gooddata-gooddata-cn-sql-executor-6695fb94db-9f8g4Reda Ouafi
11/23/2022, 1:43 PMReda Ouafi
11/23/2022, 1:43 PMEvents:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 3m45s (x1011 over 22h) default-scheduler 0/6 nodes are available: 6 Insufficient cpu.
Normal NotTriggerScaleUp 3m44s (x7921 over 22h) cluster-autoscaler pod didn't trigger scale-up:Reda Ouafi
11/23/2022, 1:44 PMReda Ouafi
11/23/2022, 1:44 PMBarbora Kompisova
11/23/2022, 2:00 PMrequests and limits of the pods you're deploying in values.yaml of the helm chart. If there are any that define high requests, they might not fit on the nodes you have.Barbora Kompisova
11/23/2022, 2:05 PMBarbora Kompisova
11/23/2022, 2:07 PMkubectl describe nodes ?Reda Ouafi
11/23/2022, 2:07 PMReda Ouafi
11/23/2022, 2:08 PMReda Ouafi
11/23/2022, 2:10 PMBarbora Kompisova
11/23/2022, 2:16 PMReda Ouafi
11/23/2022, 2:17 PMReda Ouafi
11/23/2022, 2:17 PMBarbora Kompisova
11/23/2022, 2:23 PMkupectl get nodes -o json | jq '.items[].status | .capacity, .allocatable' ? This will only contain the sizes of the individual nodesReda Ouafi
11/23/2022, 2:47 PMReda Ouafi
11/23/2022, 2:47 PMReda Ouafi
11/23/2022, 2:47 PMReda Ouafi
11/23/2022, 2:49 PMReda Ouafi
11/23/2022, 2:49 PMMatej Hasul
11/23/2022, 3:47 PMReda Ouafi
11/24/2022, 8:42 AMReda Ouafi
11/24/2022, 8:42 AMReda Ouafi
11/24/2022, 9:01 AMlicense:
key: "myKey"
dex:
# -- base context path prefix used by Dex to serve its resources
uriPrefix: /dex
ingress:
# -- hostname where the application will have its authentication Endpoint (Dex). It will be used for
# organizations without their own external Identity Provider.
authHost: '<http://mydomain.io|mydomain.io>'
tls:
# -- If you have pre-existing secret with your own certificate and key, put its name here.
# Also, if you want cert-manager, set to some Secret name where TLS certificate and key will be stored.
# Note that dex.ingress.authHost is required when enabling TLS.
# If you're deploying to AWS, you may prefer TLS termination on AWS ELB and keep this value empty.
authSecretName: 'gooddata-cn-auth-tls'
# -- Custom annotations that will be added to eery Ingress object created by this chart, e.g.
# or using namespace-specific Issuer:
# <http://cert-manager.io/issuer|cert-manager.io/issuer>: local-ca-issuer
annotations:
<http://cert-manager.io/cluster-issuer|cert-manager.io/cluster-issuer>: letsencrypt-production
ingress:
# -- Class of the Ingress controller used for this deployment
ingressClassName: nginxReda Ouafi
11/24/2022, 9:02 AMReda Ouafi
11/24/2022, 9:02 AMMatej Hasul
11/24/2022, 10:15 AMReda Ouafi
11/24/2022, 10:17 AMReda Ouafi
11/24/2022, 10:17 AMReda Ouafi
11/24/2022, 10:17 AMReda Ouafi
11/24/2022, 10:17 AMReda Ouafi
11/24/2022, 10:18 AMReda Ouafi
11/24/2022, 10:18 AMMatej Hasul
11/24/2022, 10:34 AMMatej Hasul
11/24/2022, 10:34 AMReda Ouafi
11/24/2022, 10:58 AMReda Ouafi
11/24/2022, 10:58 AMMatej Hasul
11/24/2022, 11:14 AMReda Ouafi
11/24/2022, 8:18 PMReda Ouafi
11/24/2022, 8:18 PMReda Ouafi
11/24/2022, 8:18 PMMatej Hasul
11/24/2022, 9:03 PM