Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

che deployment on CRC fails #14516

Closed
gorkem opened this issue Sep 11, 2019 · 0 comments · Fixed by che-incubator/chectl#312
Closed

che deployment on CRC fails #14516

gorkem opened this issue Sep 11, 2019 · 0 comments · Fixed by che-incubator/chectl#312
Labels
area/chectl Issues related to chectl, the CLI of Che kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community.

Comments

@gorkem
Copy link
Contributor

gorkem commented Sep 11, 2019

I have used latest chectl to deploy CRC fails with the following error

chectl server:start -p=crc -a=operator
  ✔ ✈️  CodeReady Containers preflight checklist
    ✔ Verify if oc is installed...done.
    ✔ Verify if crc is installed...done.
    ✔ Verify if CodeReady Containers is running...done.
    ✔ Retrieving CodeReady Containers IP and domain for routes URLs...192.168.64.10.nip.io.
  ❯ 🏃‍  Running the Che Operator
    ✔ Copying operator resources...done.
    ✔ Create Namespace (che)
    ✖ Create ServiceAccount che-operator in namespace che
      → namespaces "che" not found
      Create Role che-operator in namespace che
      Create ClusterRole che-operator
      Create RoleBinding che-operator in namespace che
      Create ClusterRoleBinding che-operator
      Create CRD checlusters.org.eclipse.che
      Waiting 5 seconds for the new Kubernetes resources to get flushed
      Create deployment che-operator in namespace che
      Create Che Cluster eclipse-che in namespace che
Error: namespaces "che" not found
    at KubeHelper.wrapK8sClientError (~/workspaces/chectl/src/api/kube.ts:1049:42)
    at KubeHelper.<anonymous> (~/workspaces/chectl/src/api/kube.ts:124:18)
    at Generator.throw (<anonymous>)
    at rejected (~/workspaces/chectl/src/api/kube.ts:15:65)
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Sep 11, 2019
@gorkem gorkem added area/chectl Issues related to chectl, the CLI of Che kind/bug Outline of a bug - must adhere to the bug report template. labels Sep 11, 2019
@l0rd l0rd added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Sep 12, 2019
@slemeur slemeur added the severity/P1 Has a major impact to usage or development of the system. label Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/chectl Issues related to chectl, the CLI of Che kind/bug Outline of a bug - must adhere to the bug report template. severity/P1 Has a major impact to usage or development of the system. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants