Andrew Scribner

Results 66 issues of Andrew Scribner

`test/test_selenium.py`/`test_notebook()` was disabled due to kubeflow/kubeflow#6056. When that issue is resolved, we should re-enable the test

bug

Current bundle has no tests for upgrading (some tests existed previously, but they were for charmstore). Add CI that tests upgrading from `latest/stable` to `latest/edge`

enhancement

As filed in kubeflow/kubeflow#6327, the notebook images included by default have `kfp==1.6.3` which is incompatible with our deployed kfp-api. This leads to errors that look like authentication problems, but are...

bug

Tracking issue for RStudio i18n work ## Discussions: * RStudio/RStudio#9083 for initial discussion with upstream project on strategy * Statcan/kubeflow-containers#149 for description of initial work/discussion * ca-scribner/rstudio#1 for actual code...

kind/epic

Fixes #6622, where the manifests for deployment uses a deprecated name for the environment variable that specifies the dashboard's link configmap. As far as I can tell this is the...

size/XS

[This line](https://github.com/kubeflow/kubeflow/blob/0a79697d8eb7aa7b13f2fdc24fc99150ee8feddf/components/centraldashboard/manifests/base/deployment.yaml#L41) in the dashboard manifests assigns the name of the configmap for dashboard links to the `DASHBOARD_LINKS_CONFIGMAP` environment variable, but the code [looks for `DASHBOARD_CONFIGMAP` instead](https://github.com/kubeflow/kubeflow/blob/e6fdf515c09ba1f695d60a87c9c56ba5fb1718e8/components/centraldashboard/app/k8s_service.ts#L5). This error is...

/kind feature **Describe the solution you'd like** Not sure if this is a bug or a feature request, but the MutatingWebhook `failurePolicy`s are set to `Ignore`, which means it is...

kind/feature

(sorry, cross-post with knative-sandbox/net-istio#985. I posted there before realising this is likely an operator issue) **Describe the bug** I am trying to use Knative Serving via the Knative Operator to...

kind/bug

This metadata is useful for driving CI, such as automatically triggering a release workflow for all charms in a bundle. The metadata added here denotes, for any charm coming from...

This fixes the case where a race condition occurs between the enabling of storage and the usage of that storage in future actions. Existing waits do not capture delays in...