-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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-server fails to bootstrap on Kubernetes (kubeadm setup) #16767
Comments
It seems connectivity problem |
Still no luck chectl server:start --platform=k8s --installer=operator --domain=10.101.52.51.nip.io --k8spodwaittimeout=600000 chectl server:logs |
pls attach |
event logs: |
Che-operator logs: |
@Roshani30 |
can you explain exact which description |
@Roshani30 |
okay Done |
@Roshani30 |
From the error it seems that ngix is not properly configured |
Followed this document to set cluster |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
I am trying to install eclipse che on my kubernetes cluster but ii failing at "Che Pod Bootstrap"
Kubernetes: v1.18.1
helm: v3
chectl/7.12.0 linux-x64 node-v10.20.1
Describe the bug
Che version
Steps to reproduce
Expected behavior
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Eclipse Che Logs
Additional context
========================================================
Deployment created under Che namespace
root@osboxes:/usr/local/bin/csi-driver-host-path# kubectl get all -n che
NAME READY STATUS RESTARTS AGE
pod/che-operator-59c9b8cb9b-qvq8m 1/1 Running 0 40m
pod/postgres-666949c4d4-vbrnz 1/1 Running 0 40m
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/che-host ClusterIP 10.103.69.126 8080/TCP 39m
service/postgres ClusterIP 10.107.114.14 5432/TCP 40m
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/che-operator 1/1 1 1 40m
deployment.apps/postgres 1/1 1 1 40m
NAME DESIRED CURRENT READY AGE
replicaset.apps/che-operator-59c9b8cb9b 1 1 1 40m
replicaset.apps/postgres-666949c4d4 1 1 1 40m
I am new for all this deployment kind of activity so please help how to resolve it
The text was updated successfully, but these errors were encountered: