Open KIC opened 7 years ago
Make sure you set below variables export GITHUB_OAUTH_CLIENT_ID=123 export GITHUB_OAUTH_CLIENT_SECRET=123abc
ok I have figured out the way around this through this doc http://fabric8.io/guide/getStarted/minishift.html.
but when the console starts up login as admin/admin
[estumbo@localhost-estumbo ~]$ minishift start --memory=6000 -- Starting profile 'minishift' The 'minishift' VM is already running. [estumbo@localhost-estumbo ~]$ oc get pods error: You must be logged in to the server (the server has asked for the client to provide credentials) [estumbo@localhost-estumbo ~]$ oc get pods error: You must be logged in to the server (the server has asked for the client to provide credentials) [estumbo@localhost-estumbo ~]$ oc login -u system:admin <<<*****-------!!!!! Logged into "https://192.168.99.100:8443" as "system:admin" using existing credentials.
You have access to the following projects and can switch between them with 'oc project
cockpit
Using project "default".
[estumbo@localhost-estumbo ~]$ oc get pods
NAME READY STATUS RESTARTS AGE
docker-registry-1-wv97h 1/1 Running 8 1d
persistent-volume-setup-tz9j4 0/1 Completed 0 1d
router-1-wqcdd 1/1 Running 8 1d
[estumbo@localhost-estumbo ~]$ gofabric8 deploy -y
▄▄▄▄▄▄▄
███████
▄▄▄▄▄▄▄ ▄▄▄▄▄▄█
███████ ▀▀▀▀▀▀▀ ▄▄▄▄▄▄
▄▄▄▄▄▄▄ ██████
▄▄▄▄▄ ▄▄▄▄▄▄
▀▄▄▄▄▄ ▄▄▄ ▄▄▄
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▀
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█▄▄▀
▀▀▄█▄▄▄▄▄▄▄▄▄▄▄▄▄▀
▄█▄▄▄█▄▄▄█▄▄▄
▄█▄▄▄▄▄▄▄▄▄▄▄
▄▄█▄▄▄▄▄▄▄▄
▄▄▄▄▀▀▄█▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Deploying fabric8 to your OpenShift installation at https://192.168.99.100:8443 for domain 192.168.99.100.nip.io in namespace default
Loading fabric8 releases from maven repository:https://repo1.maven.org/maven2/
No --github-client-id flag was specified or $GITHUB_OAUTH_CLIENT_ID environment variable supplied!
[estumbo@localhost-estumbo ~]$ export GITHUB_OAUTH_CLIENT_ID=
███████
▄▄▄▄▄▄▄ ▄▄▄▄▄▄█
███████ ▀▀▀▀▀▀▀ ▄▄▄▄▄▄
▄▄▄▄▄▄▄ ██████
▄▄▄▄▄ ▄▄▄▄▄▄
▀▄▄▄▄▄ ▄▄▄ ▄▄▄
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▀
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█▄▄▀
▀▀▄█▄▄▄▄▄▄▄▄▄▄▄▄▄▀
▄█▄▄▄█▄▄▄█▄▄▄
▄█▄▄▄▄▄▄▄▄▄▄▄
▄▄█▄▄▄▄▄▄▄▄
▄▄▄▄▀▀▄█▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Deploying fabric8 to your OpenShift installation at https://192.168.99.100:8443 for domain 192.168.99.100.nip.io in namespace default
Loading fabric8 releases from maven repository:https://repo1.maven.org/maven2/ Deploying package: system version: 4.0.208
Template APISERVER_HOSTPORT = 192.168.99.100:8443
Template NODE_IP = 192.168.99.100
Template EXPOSER = Route
Template DOMAIN = 192.168.99.100.nip.io
Template GITHUB_OAUTH_CLIENT_SECRET =
I can not get the fabric8 api server up and running while I can easily use plain minishift.