Che - 7.28.2 | External Keycloak - Error: Unable to get available storage types
See original GitHub issueDescribe the bug
Che version
- latest
- nightly
- other: please specify
Steps to reproduce
sudo chectl server:deploy --installer=helm --platform=k8s --domain=l3.domain.com --multiuser --installer=operator --che-operator-cr-patch-yaml=resource.yaml
resource.yaml
apiVersion: org.eclipse.che/v1
kind: CheCluster
metadata:
name: eclipse-che
spec:
auth:
externalIdentityProvider: true
identityProviderURL: 'https://auth.domain.com'
identityProviderRealm: 'Che'
identityProviderClientId: 'che-public'
Installations are completed without any error. Once I login eclipse-che, I get this error as in screenshot
Expected behavior
Launch the workspace with out any issue
Runtime
- kubernetes (include output of
kubectl version
) - Openshift (include output of
oc version
) - minikube (include output of
minikube version
andkubectl version
) - minishift (include output of
minishift version
andoc version
) - docker-desktop + K8S (include output of
docker version
andkubectl version
) - other: (please specify)
Screenshots
Installation method
- chectl
- provide a full command that was used to deploy Eclipse Che (including the output)
- provide an output of
chectl version
command
- OperatorHub
- I don’t know
Environment
- my computer
- Windows
- Linux
- macOS
- Cloud
- Amazon
- Azure
- GCE
- other (please specify)
- Dev Sandbox (workspaces.openshift.com)
- other: please specify
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Error: Unable to get available storage types #19465 - GitHub
After installation with chectl on docker-desktop or minikube, both run without obvious errors, i get "Error: Unable to get available storage ...
Read more >eclipse/che 7.30.1 on GitHub - NewReleases.io
New release eclipse/che version 7.30.1 Eclipse Che on GitHub. ... Che - 7.28.2 | External Keycloak - Error: Unable to get available storage...
Read more >keycloak provider cannot create filesystem aerogear metrics spi
I just tried to install the plugin to my keycloak v11.0.0 instance and I only get an error message in the log after...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@andr-azeez Could you try with nightly version ?
chectl update next
chectl server:deploy ...
I am closing this issue, since the problem is with the keycloak config. Now it is working fine.