-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix: Patch KFP Profile Controller service port #318
Conversation
6371964
to
acdaae3
Compare
Persistence and API integration tests are expected to fail until this is addressed: |
|
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.
Added testing of the fix as part of the review into comments. Port is patched as required.
Approved.
acdaae3
to
cceef95
Compare
cceef95
to
06723f8
Compare
Verified integration test. Works as expected, all test passed. Test execution
|
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.
Added test verification in the comments. Approved.
Patch the port specified in the K8s service created by Juju to point to the one the controller pod responsible for running the `sync.py` script listens to. Signed-off-by: Phoevos Kalemkeris <[email protected]>
Add an integration test to verify that the sync webhook has applied all desired resources. In order for the test to work (and the metacontroller to be deployed successfully) we also deploy the admission-webhook which is responsinble for applying the PodDefault CRD. Signed-off-by: Phoevos Kalemkeris <[email protected]>
edbe8de
to
17f008e
Compare
sync.py
script listens toCloses #317
Refs #314