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

Deployment: Ignore replicas with KEDA enabled. #513

Merged
merged 1 commit into from
Jul 27, 2023
Merged

Deployment: Ignore replicas with KEDA enabled. #513

merged 1 commit into from
Jul 27, 2023

Conversation

Gacko
Copy link
Member

@Gacko Gacko commented Jul 27, 2023

For changes in the chart, chart templates and container images, I executed the following tests, using the hello-world app, to verify them in live environments:

  • Upgrade from previous version
    • AWS
    • Azure
  • Existing Ingress resources are reconciled
    • AWS
    • Azure
  • Fresh install
    • AWS
    • Azure
  • Fresh Ingress resources are reconciled
    • AWS
    • Azure

@Gacko Gacko requested a review from a team as a code owner July 27, 2023 12:08
@Gacko Gacko changed the title Deployment: Ignore replicaCount with KEDA enabled. Deployment: Ignore replicas with KEDA enabled. Jul 27, 2023
@Gacko Gacko enabled auto-merge (squash) July 27, 2023 12:09
@@ -20,7 +20,7 @@ spec:
matchLabels:
{{- include "ingress-nginx.selectorLabels" . | nindent 6 }}
app.kubernetes.io/component: controller
{{- if not .Values.controller.autoscaling.enabled }}
{{- if not (or .Values.controller.autoscaling.enabled .Values.controller.keda.enabled) }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see this is already present in the upstream fork main and upstream-main branch. Just out of curiosity? Couldn't this also be synced to here using vendir sync? Or do you want to keep changes atomic for now?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to do a last manual sync before using vendir.

Copy link
Member

@ubergesundheit ubergesundheit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this something from upstream?

@Gacko Gacko merged commit b3fa064 into main Jul 27, 2023
2 checks passed
@Gacko Gacko deleted the pull/513 branch July 27, 2023 12:14
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

Successfully merging this pull request may close these issues.

2 participants