Created
July 19, 2017 11:26
-
-
Save rajdavies/e8d3f988431037de5a00e663a92c8230 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rajdavies@FabMac:~/dev/projects/fabric8-platform$ install-minikube.sh | |
| Installing fabric8 version: 4.0.49 | |
| Using the fabric8 template: http://central.maven.org/maven2/io/fabric8/platform/packages/fabric8-system/4.0.49/fabric8-system-4.0.49-k8s-template.yml | |
| Connecting to the API Server at: https://192.168.99.102:8443 | |
| Using Node IP 192.168.99.102 and Exposer strategy: Ingress | |
| Using github client ID: and secret: | |
| namespace "developer" created | |
| namespace "fabric8" created | |
| node "minikube" labeled | |
| Applying the fabric8 template http://central.maven.org/maven2/io/fabric8/platform/packages/fabric8-system/4.0.49/fabric8-system-4.0.49-k8s-template.yml | |
| secret "f8tenant" created | |
| secret "keycloak" created | |
| secret "wit" created | |
| serviceaccount "configmapcontroller" created | |
| serviceaccount "exposecontroller" created | |
| serviceaccount "init-tenant" created | |
| service "che-starter" created | |
| service "f8tenant" created | |
| service "fabric8" created | |
| service "forge" created | |
| service "init-tenant-db" created | |
| service "keycloak" created | |
| service "keycloak-db" created | |
| service "sso" created | |
| service "wit" created | |
| service "wit-db" created | |
| persistentvolumeclaim "init-tenant-postgresql-data" created | |
| persistentvolumeclaim "keycloak-db-postgresql-data" created | |
| persistentvolumeclaim "wit-postgresql-data" created | |
| configmap "che-starter" created | |
| configmap "exposecontroller" created | |
| configmap "f8tenant" created | |
| configmap "fabric8" created | |
| configmap "fabric8-platform" created | |
| configmap "forge" created | |
| configmap "keycloak" created | |
| configmap "nginx-config" created | |
| configmap "sso" created | |
| configmap "wit" created | |
| error: unable to recognize apiextensions.k8s.io/v1beta1, Kind=CustomResourceDefinition: no matches for apiextensions.k8s.io/, Kind=CustomResourceDefinition | |
| Please wait while the pods all startup! | |
| To watch this happening you can type: | |
| kubectl get pod -l provider=fabric8 -w | |
| Or you can watch in the OpenShift console via: | |
| minikube dashboard | |
| Then you should be able the open the fabric8 console here: | |
| Error from server (NotFound): ingresses.extensions "fabric8" not found | |
| http:/// |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment