-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 example operator.yaml to support vtgate HPA #16805
Update example operator.yaml to support vtgate HPA #16805
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
c3c5e99
to
b87b48a
Compare
b87b48a
to
1a4beef
Compare
…st/endtoend/operator/operator-latest.yaml Signed-off-by: Sina Siadat <[email protected]>
1a4beef
to
cbe3015
Compare
@@ -2,8 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 | |||
kind: CustomResourceDefinition | |||
metadata: | |||
annotations: | |||
controller-gen.kubebuilder.io/version: v0.11.3 | |||
creationTimestamp: null | |||
controller-gen.kubebuilder.io/version: v0.16.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frouioui Shall I only add the HPA related changes in this PR to make the diff smaller?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better to copy everything. If there is a larger diff it's because we lost sync at some point, but we should always be in sync :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @siadat ! ❤️
Description
Per planetscale/vitess-operator#598 (comment), this PR ensures examples/operator/operator.yaml is in sync with the operator, when that PR is merged.
The contents of ./test/endtoend/operator/operator-latest.yaml are copied from the vitess-operator, but the changes made to the
Deployment
namedvitess-operator
are reverted.Related Issue(s)
planetscale/vitess-operator#598
Checklist
Deployment Notes
This PR contains the changes needed to auto-scale vtgate deployments by the operator.