-
Following the tutorial here: https://charmed-kubeflow.io/docs/install and here: https://www.kubeflow.org/docs/distributions/microk8s/kubeflow-on-microk8s/ I was not able to access the kubeflow dashboa…
-
Using python-libjuju version 2.9.4 I am facing this issue when deploying a bundle from CharmHub:
```
Traceback (most recent call last):
File "examples/deploy_bundle_charmhub.py", line 36, in
…
-
Hi,
While trying to install kubeflow using charmed operators on a custom k8s cluster the kubeflow-dashboard install fails with this error - hook "ingress-relation-changed". Is there any workaround …
-
I think it would be cool to be able to embed these cards in the README's for charms hosted on github. For example, I host my charm reactive code here https://github.com/battlemidget/juju-bundle-ghost …
-
**Describe the project you are working on:**
I'm working on a modloader for a voxel game of mine, and my goal with said modloader is to give modders as much power over my own code as I possibly can, …
-
## kubeflow 1.3 + microk8s 1.21 + rbac
```
microk8s enable rbac
```
then
```
microk8s enable kubeflow
```
leads to a hang on
```
Waited 9510s for operator pods to come up, 1 remaining.
``…
-
**What happened**:
When looking at my Prometheus data source, I get an error when the page renders.
```
TypeError: Cannot read properties of undefined (reading 'timeInterval')
at…
-
I deployed a bundle that had `istio-pilot` and `istio-ingressgateway`, with a relation between them. I then ran `juju remove-relation istio-pilot istio-ingressgateway`, and got this error:
```
uni…
-
Hello,
Deploying a bundle with local resources do not work.
Steps to reproduce:
The bundle:
```
bundle: kubernetes
applications:
onos2:
charm: "../charms/onos.charm"
scale…
-
I'm working on a charm which has following structure:
```
├── LICENSE
├── ...
├── src
│ ├── charm.py
│ └── resource.py
├── tests
│ ├── __init__.py
│ ├── functional
│ │ ├── __in…