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

configmaps "sshconfigmap" already exists. #13873

Closed
6 of 23 tasks
monaka opened this issue Jul 17, 2019 · 2 comments
Closed
6 of 23 tasks

configmaps "sshconfigmap" already exists. #13873

monaka opened this issue Jul 17, 2019 · 2 comments
Assignees
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. severity/P1 Has a major impact to usage or development of the system.
Milestone

Comments

@monaka
Copy link
Member

monaka commented Jul 17, 2019

Describe the bug

I try to spin up two workspaces on the same wsmaster.
I got an error same as the title of this issue.

Che version

  • latest
  • nightly
  • other: please specify

Steps to reproduce

  1. Spin up your workspace.
  2. Spin up your another workspace.

Expected behavior

Two workspaces run.

Runtime

  • kubernetes (include output of kubectl version)
  • Openshift (include output of oc version)
  • minikube (include output of minikube version and kubectl version)
  • minishift (include output of minishift version and oc version)
  • docker-desktop + K8S (include output of docker version and kubectl version)
  • other: (please specify)
Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.0", GitCommit:"e8462b5b5dc2584fdcd18e6bcfe9f1e4d970a529", GitTreeState:"clean", BuildDate:"2019-06-21T13:09:06Z", GoVersion:"go1.12.6", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.0", GitCommit:"641856db18352033a0d96dbc99153fa3b27298e5", GitTreeState:"clean", BuildDate:"2019-03-25T15:45:25Z", GoVersion:"go1.12.1", Compiler:"gc", Platform:"linux/amd64"}

Screenshots

Screenshot 2019-07-17 at 15 30 08

Installation method

  • chectl
  • che-operator
  • minishift-addon
  • I don't know Helm charts customized by me.

Environment

  • my computer
    • Windows
    • Linux ChromeOS
    • macOS
  • Cloud
    • Amazon
    • Azure
    • GCE
    • other (please specify)
  • other: please specify

Additional context

workspace-loader.ts:48 Error: Failed to run the workspace: "Failure executing: POST at: https://camino-wus-2-4c0ff018.hcp.westus2.azmk8s.io/api/v1/namespaces/banco/configmaps. Message: configmaps "sshconfigmap" already exists. Received status: Status(apiVersion=v1, code=409, details=StatusDetails(causes=[], group=null, kind=configmaps, name=sshconfigmap, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=configmaps "sshconfigmap" already exists, metadata=ListMeta(_continue=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=AlreadyExists, status=Failure, additionalProperties={})."
    at workspace-loader.ts:209
    at che-json-rpc-master-api.ts:202
    at json-rpc-client.ts:196
    at Array.forEach (<anonymous>)
    at e.processNotification (json-rpc-client.ts:195)
    at e.processResponse (json-rpc-client.ts:182)
    at json-rpc-client.ts:99
    at websocket-client.ts:121
    at Array.forEach (<anonymous>)
    at e.callHandlers (websocket-client.ts:121)
@monaka monaka added 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. labels Jul 17, 2019
@sleshchenko
Copy link
Member

sleshchenko commented Jul 17, 2019

cc @vparfonov
It's related to #13809

@vparfonov vparfonov self-assigned this Jul 17, 2019
@l0rd l0rd added the severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. label Jul 17, 2019
@l0rd
Copy link
Contributor

l0rd commented Jul 17, 2019

@slemeur I am tagging it as 7.0.0 because it looks like a blocker

@l0rd l0rd added this to the 7.0.0 milestone Jul 17, 2019
@l0rd l0rd mentioned this issue Jul 17, 2019
85 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

No branches or pull requests

4 participants