-
Notifications
You must be signed in to change notification settings - Fork 4.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
Error running a development Kubernetes cluster with gulp task #549
Comments
I can confirm that
|
I don't seem to find that endpoint in: https://github.com/kubernetes/heapster/blob/master/docs/storage-schema.md |
local-up-cluster is launching Kubernetes and Heapster and waiting for both to become alive. The problem could also be related to API server as gulp executes both tasks in parallel. Hmm...I have an idea....are you running something already on port 8080? Gulp is waiting for Kubernetes to respond on port 8080. BTW: you can run the containers directly with the script build/hypercube.sh - might simplify your debugging attempts. |
@cheld thanks for the assistance but it appears that nothing else is running on port 8080 and the services successfully start as expected. The issue is that the script is unable to parse the I'm aware that I can run |
Ah ok, I see. But I cannot reproduce - kind of. The cluster starts without an error message. But a manual check of the health-check url fails...I will investigate... |
@cheld I'm assigning this to you. Please work with @preillyme, because we really want to have dev instructions that actually work :) |
I can reproduce now with the following steps: gulp local-up-cluster |
The problem was caused by:
Fixed |
Added support for DellEMC VNX and VPLEX devices in Delfin.
Issue details
Environment
Steps to reproduce
Observed result
Expected result
Comments
The text was updated successfully, but these errors were encountered: