kubeblocks icon indicating copy to clipboard operation
kubeblocks copied to clipboard

[BUG] kubeblocks install error: install chart kubeblocks error: context deadline exceeded

Open JashBook opened this issue 4 months ago • 0 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. install kbcli
curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.0-alpha.0
  1. See error install kubeblocks
kbcli kubeblocks install --create-namespace --version 1.0.0-alpha.7 --set image.registry=docker.io --set dataProtection.image.registry=docker.io --set addonChartsImage.registry=docker.io --set admissionWebhooks.enabled=true --set admissionWebhooks.ignoreReplicasCheck=true --set dataProtection.image.datasafed.tag=0.2.0 
    
Kubernetes version 1.28.13
Kubernetes provider EKS
kbcli version 1.0.0-alpha.0
error: install chart kubeblocks error: context deadline exceeded

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

JashBook avatar Sep 27 '24 10:09 JashBook