Skip to content

Facing Chectl Timeout Issue #23792

@maheshrajrp

Description

@maheshrajrp

Describe the bug

Hi Everyone,
I'm facing chectl timeout while installing Che. This happens inspite of me specifying a timeout

Che version

7.116@latest

Steps to reproduce

  1. Run chectl server:deploy -n platform --platform=k8s --che-operator-cr-patch-yaml=output/che-cluster.output.yaml --skip-cert-manager --domain=dev.xyz.dev --k8spoddownloadimagetimeout=5000000 --k8spodwaittimeout=500000000 --k8spodreadytimeout=50000000

Expected behavior

Ideally it should install without timeouts, or atleast take the timeout into consideration.

Runtime

Kubernetes (vanilla)

Screenshots

Run chectl server:deploy -n platform --platform=k8s --che-operator-cr-patch-yaml=output/che-cluster.output.yaml --skip-cert-manager --domain=dev.xyz.dev --k8spoddownloadimagetimeout=5000000 --k8spodwaittimeout=500000000
--k8spodreadytimeout=50000000

Installation method

chectl/latest

Environment

Linux

Eclipse Che Logs

maheshrajrp@mahesh:/mnt/d/code/projects/che-infras$ chectl server:deploy -n platform --platform=k8s --che-operator-cr-patch-yaml=output/che-cluster.output.yaml --skip-cert-manager --domain=dev.xyz.dev    --k8spoddownloadimagetimeout=5000000  --k8spodwaittimeout=500000000 
  --k8spodreadytimeout=50000000
(node:18043) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
› Current Kubernetes context: 'designerqaaks2'
  ✔ Verify Kubernetes API
  ✔ Kubernetes preflight checklist
    ✔ Verify if kubectl is installed...[OK]
    ✔ Verify domain is set...[OK]
  ✔ Create Namespace platform...[Exists]
  ↓ Install Cert Manager v1.8.2 [skipped]
  ✔ Start following Eclipse Che installation logs...[OK]
  ❯ Deploy Eclipse Che operator
    ❯ Install Dev Workspace operator
      ✔ Create Namespace devworkspace-controller...[Exists]
      ✖ Create Dev Workspace operator resources
        → customresourcedefinition.apiextensions.k8s.io/devworkspaceroutings.controller.devfile.io
…
        Wait for Dev Workspace operator ready
      Create ServiceAccount che-operator
      Create RBAC
      Create Certificate che-operator-serving-cert
      Create Issuer che-operator-selfsigned-issuer
      Create Service che-operator-service
      Create CRD checlusters.org.eclipse.che
      Waiting
      Create Deployment che-operator
      Eclipse Che Operator pod bootstrap
      Create ValidatingWebhookConfiguration org.eclipse.che
      Create MutatingWebhookConfiguration org.eclipse.che
      Create CheCluster Custom Resource
    Error: Command server:deploy failed with the error: Command timed out after 60000 
    milliseconds: kubectl apply -f
    /usr/local/lib/chectl/templates/devworkspace-operator/kubernetes/combined.yaml
    Timed out
    customresourcedefinition.apiextensions.k8s.io/devworkspaceoperatorconfigs.controller.devfile  
    .io configured
    customresourcedefinition.apiextensions.k8s.io/devworkspaceroutings.controller.devfile.io      
    configured See details: /home/maheshrajrp/.cache/chectl/error.log. Eclipse Che logs:
    /tmp/chectl-logs/1775129884210.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/chectlIssues related to chectl, the CLI of Chekind/bugOutline of a bug - must adhere to the bug report template.severity/P1Has a major impact to usage or development of the system.team/BThis team is responsible for the Web Terminal, the DevWorkspace Operator.

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions