Skip to content

Update to use the latest Istio Operator from Maistra #84

Description

@marcredhat
  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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions