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

Kuadrant requiring IstioOperator even if used for ratelimiting only #103

Closed
Tracked by #68
pehala opened this issue Nov 14, 2022 · 0 comments · Fixed by #104
Closed
Tracked by #68

Kuadrant requiring IstioOperator even if used for ratelimiting only #103

pehala opened this issue Nov 14, 2022 · 0 comments · Fixed by #104
Assignees
Labels
kind/bug Something isn't working

Comments

@pehala
Copy link
Contributor

pehala commented Nov 14, 2022

As far as I know you should be able to use Kuadrant for ratelimiting only even if you do not have access to IstioOperator.
CR:

apiVersion: kuadrant.kuadrant.io/v1beta1
kind: Kuadrant
metadata:
  name: kuadrant-sample
  namespace: kuadrant
spec: {}
status:
  conditions:
    - lastTransitionTime: '2022-11-01T13:34:57Z'
      message: >-
        no matches for kind "IstioOperator" in version
        "install.istio.io/v1alpha1"
      reason: ReconcilliationError
      status: 'False'
      type: Ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants