Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use the latest Istio Operator from Maistra #84

Open
marcredhat opened this issue Mar 31, 2019 · 2 comments
Open

Update to use the latest Istio Operator from Maistra #84

marcredhat opened this issue Mar 31, 2019 · 2 comments

Comments

@marcredhat
Copy link

  1. Cleanup if needed (careful, deleting projects...)
    oc delete crd installations.istio.openshift.com
    oc delete project istio-operator
    oc delete project istio-system

  2. Create projects
    oc new-project istio-operator
    oc new-project istio-system

  3. Add Istio CRDs
    git clone https://github.com/Maistra/istio-operator.git
    cd istio-operator
    oc apply -n istio-operator -f ./deploy/
    oc apply -n istio-system -f ./deploy/examples/istio_v1alpha3_controlplane_cr_basic.yaml

NOTE: default kiali login is admin/admin (see istio/istio.io#3348)

@debianmaster
Copy link
Owner

thanks for info. i will update my notes.!

@devopstales
Copy link

devopstales commented Apr 15, 2019

oc apply -n istio-operator -f ./deploy/
serviceaccount "istio-operator" created
unable to decode "deploy/operator.yaml": no kind "CustomResourceDefinition" is registered for version "apiextensions.k8s.io/v1beta1"
unable to decode "deploy/operator.yaml": no kind "CustomResourceDefinition" is registered for version "apiextensions.k8s.io/v1beta1"
unable to decode "deploy/operator.yaml": no kind "ClusterRole" is registered for version "rbac.authorization.k8s.io/v1"
unable to decode "deploy/operator.yaml": no kind "ClusterRoleBinding" is registered for version "rbac.authorization.k8s.io/v1beta1"
unable to decode "deploy/operator.yaml": no kind "Deployment" is registered for version "apps/v1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants