-
Notifications
You must be signed in to change notification settings - Fork 9
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
add default access to pipelines from notebook #24
Conversation
The integration tests are failing because they are deploying the new istio charms, we should default to the 1.5 track for now. |
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.
Generally looks good just not sure on those lines I pointed out.
tests/test_charms.py
Outdated
this_namespace = ops_test.model_name | ||
env['JUJU_MODEL'] = this_namespace |
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.
is this needed at all anymore?
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.
No I don't think so. Pulling it out then I'll merge when CI passes
9bc1ca0
to
45d18cc
Compare
This is part of the fix for canonical/bundle-kubeflow#423. This change automatically selects the "Allow access to Kubeflow Pipelines" PodDefault configuration for new notebooks, provided it has been already been added to the user's namespace. Adding the PodDefault is handled separately. Also changed: * remove unused environment variable from tests * fix integration testing by * pinning istio to 1.5 for tests * revert integration tests to use istio 1.5 * add test instructions in README.md * convert `kubectl` calls in tests to `lightkube` calls. * add patch to istio-ingressgateway role to fix bug with istio 1.5 charm * add automatic cleanup of non-juju created objects required for testing * deduplicating test runs
45d18cc
to
dec4eb9
Compare
This is part of the fix for canonical/bundle-kubeflow#423.
This change automatically selects the "Allow access to Kubeflow Pipelines" PodDefault configuration for new notebooks, provided it has been already been added to the user's namespace. Adding the PodDefault is handled separately.
Test instructions
See the updated README.md file