-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: add numaflow controller definition for v1.3.0 #208
Conversation
Signed-off-by: Dillen Padhiar <[email protected]>
Signed-off-by: Dillen Padhiar <[email protected]>
- controller | ||
env: | ||
- name: NUMAFLOW_IMAGE | ||
value: quay.io/numaproj/numaflow:1.3.0-rc1 |
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.
value: quay.io/numaproj/numaflow:1.3.0-rc1 | |
value: quay.io/numaproj/numaflow:1.3.0 |
we have released 1.3.0
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.
Do you want to replace that here @dpadhiar ?
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.
Updated now to use image v1.3.0
I think the way to verify this is to create your sample NumaflowControllerRollout and then the other Rollouts, and make sure everything gets created successfully. (and no weird errors in Numaflow log) |
Signed-off-by: Dillen Padhiar <[email protected]>
Modifications
Adding the controller definition for
v1.3.0
which is the most recent Numaflow version that includes monovertices.Verification
Ran
make start
to update local cm andmake test
to verify tests still work using this definition.Created sample rollouts to see that the resources were created and functioned properly using this new definition.