fabric8 icon indicating copy to clipboard operation
fabric8 copied to clipboard

Installation of Fabric8 v2.4 on Minikube fails

Open dwi67 opened this issue 7 years ago • 6 comments

Cannot install Fabric8 on Minikube using the following commands:

export GITHUB_OAUTH_CLIENT_SECRET= export GITHUB_OAUTH_CLIENT_ID= Dminikube start --memory=6000 gofabric8 deploy -y

Environment: MacOS Sierra 10.12.5 minikube version: v0.21.0 gofabric8, version 0.4.149 (branch: 'master', revision: '43b24be6d') build date: '20170825-16:42:24' go version: '1.8.1'

The following output is produced:

Deploying fabric8 to your Kubernetes installation at https://192.168.99.100:8443 for domain  in namespace default

Loading fabric8 releases from maven repository:https://repo1.maven.org/maven2/
Waiting for the default storageclass
Deploying package: platform version: 2.4.24

Cannot get platform template to deploy. error: error unmarshaling JSON: json: cannot unmarshal string into Go value of type v1.Template
template: <html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->
<!-- a padding to disable MSIE and Chrome friendly error page -->

Is there a way, to avoid this problem?

dwi67 avatar Aug 27 '17 12:08 dwi67

I am also facing this issue

msortur avatar Sep 01 '17 05:09 msortur

me too, waiting for solution.

angelzhan avatar Sep 01 '17 10:09 angelzhan

+1

maxant avatar Sep 03 '17 20:09 maxant

+1

baiweiyll avatar Sep 04 '17 08:09 baiweiyll

you can find a possible solution here https://github.com/fabric8io/gofabric8/issues/563 gofabric8 deploy --legacy=true -y

but when I try to access the URL I get getting this erro

502 Bad Gateway nginx/1.11.4

alexfons avatar Sep 12 '17 11:09 alexfons

I'm facing the same issue here, when I try to access the URL I'm also getting the 502 Bad Gateway

matheeeusl avatar Sep 12 '17 11:09 matheeeusl