fabric8-launcher / launcher-operator

This operator helps enabling the Launcher on an Openshift cluster.
4 stars 11 forks source link

Operator does not install according to instructions #10

Closed ALRubinger closed 5 years ago

ALRubinger commented 5 years ago

After following the instructions, I'm not seeing the Launcher installed in the console or after querying for it using the oc command.

My instructions are off, or...?

alr   master  …  git  fabric8-launcher  launcher-operator  eval $(minishift oc-env)
 alr   master  …  git  fabric8-launcher  launcher-operator  oc login
Authentication required for https://192.168.99.102:8443 (openshift)
Username: developer
Password: 
Login successful.

You have access to the following projects and can switch between them with 'oc project <projectname>':

    default
    kube-dns
    kube-proxy
    kube-public
    kube-system
  * myproject
    openshift
    openshift-apiserver
    openshift-controller-manager
    openshift-core-operators
    openshift-infra
    openshift-node
    openshift-service-cert-signer
    openshift-web-console

Using project "myproject".
 alr   master  …  git  fabric8-launcher  launcher-operator  oc adm policy --as system:admin add-cluster-role-to-user cluster-admin developer
cluster role "cluster-admin" added: "developer"
 alr   master  …  git  fabric8-launcher  launcher-operator  oc create -R -f ./deploy
customresourcedefinition.apiextensions.k8s.io/launchers.launcher.fabric8.io created
deployment.apps/launcher-operator created
role.rbac.authorization.k8s.io/launcher-operator created
rolebinding.rbac.authorization.k8s.io/launcher-operator created
serviceaccount/launcher-operator created
 alr   master  …  git  fabric8-launcher  launcher-operator  cp example/launcher_v1alpha1_launcher_cr.yaml .
 alr   master  …  git  fabric8-launcher  launcher-operator  vim launcher_v1alpha1_launcher_cr.yaml
 alr   master  …  git  fabric8-launcher  launcher-operator  oc new-project launcher
Now using project "launcher" on server "https://192.168.99.102:8443".

You can add applications to this project with the 'new-app' command. For example, try:

    oc new-app centos/ruby-25-centos7~https://github.com/sclorg/ruby-ex.git

to build a new example application in Ruby.
 alr   master  …  git  fabric8-launcher  launcher-operator  oc create -f launcher_v1alpha1_launcher_cr.yaml
launcher.launcher.fabric8.io/launcher created
 alr   master  …  git  fabric8-launcher  launcher-operator  oc get route launcher --template={{.spec.host}}
Error from server (NotFound): routes.route.openshift.io "launcher" not found
ia3andy commented 5 years ago

I guess this is now solved