fabric8
fabric8 copied to clipboard
Installation of Fabric8 v2.4 on Minikube fails
Cannot install Fabric8 on Minikube using the following commands:
export GITHUB_OAUTH_CLIENT_SECRET=
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?
I am also facing this issue
me too, waiting for solution.
+1
+1
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
I'm facing the same issue here, when I try to access the URL I'm also getting the 502 Bad Gateway