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

keda conflict with ambassador #225

Closed
aminebizid opened this issue May 25, 2019 · 7 comments
Closed

keda conflict with ambassador #225

aminebizid opened this issue May 25, 2019 · 7 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists stale All issues that are marked as stale due to inactivity

Comments

@aminebizid
Copy link

aminebizid commented May 25, 2019

After installing Keda, Ambassador stop working.
The issue is cauded by v1beta1.custom.metrics.k8s.io
Ambassaor opened issue

apiVersion: apiregistration.k8s.io/v1beta1
kind: APIService
metadata:
  name: v1beta1.custom.metrics.k8s.io
spec:
  service:
    name: {{ template "keda.fullname" . }}
    namespace: {{ .Release.Namespace }}
  group: custom.metrics.k8s.io
  version: v1beta1
  insecureSkipTLSVerify: true
  groupPriorityMinimum: 100
  versionPriority: 100

as workaround to let ambassador works:

k -n keda delete apiservice v1beta1.custom.metrics.k8s.io

Why do we need custom.metrics in keda?

@jeffhollan
Copy link
Member

Suspect it's the same issue as this one #90

@jeffhollan jeffhollan added duplicate This issue or pull request already exists bug Something isn't working labels May 27, 2019
@yamaszone
Copy link

Any update on this? We would like to give Keda a try but we use Ambassador and don't want to break it.

@jeffhollan
Copy link
Member

@zroubalik is this related to #470 ?

@zroubalik
Copy link
Member

zroubalik commented Nov 21, 2019

@jeffhollan partially, as I can see, the problem is caused by missing APIService with name: v1beta1.custom.metrics.k8s.io currently we are usign name: v1beta1.external.metrics.k8s.io. Custom metrics are not implemented, we are using external.

Since the original issue is from May, I wonder if the problem is still relevant. It might be resolved since we are not using custom metrics.

@zroubalik
Copy link
Member

@yamaszone @aminebizid do you still hitting this issue?

@stale
Copy link

stale bot commented Oct 13, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale All issues that are marked as stale due to inactivity label Oct 13, 2021
@stale
Copy link

stale bot commented Oct 20, 2021

This issue has been automatically closed due to inactivity.

@stale stale bot closed this as completed Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists stale All issues that are marked as stale due to inactivity
Projects
None yet
Development

No branches or pull requests

4 participants