Results 43 issues of Nobuto Murata

On amd64 host, I got the error "Package libc6:amd64 not installed". ``` $ bash -x ./deb2snap -d 15.04 hello ... ++ dpkg -S /lib/x86_64-linux-gnu/libc.so.6 ++ sed 's/: .*//' + PACKAGES='...

#### Summary Now that the operator version has been bumped by https://github.com/canonical/microk8s-core-addons/pull/44, I tested the equivalent change against MicroK8s 1.21, but it's still failing. 1.21 is still required for Kubeflow...

version/1.21

This is a nit picking, but there is a tag named as "HEAD" which gives a warning in git. ``` $ git clone https://github.com/mooz/xkeysnail.git $ cd xkeysnail/ $ git status...

## Bug description When sshd is manged by [Tailscale](https://tailscale.com/), the server returns the following message to the client for web based authentication. ``` # Tailscale SSH requires an additional check....

bug

Here is an example output. When a target command has colored output (e.g. `grep --color=always`) and diff highlighting with viddy are enabled at the same time, a color code (`[[0m[01;38;5;202m[0m[K`)...

Juju offers two auth types for OpenStack provider. However, conjure-up seems to expose only access-key authtype, not userpass type. [Juju CLI] https://jujucharms.com/docs/stable/help-openstack > Auth Types > access-key > userpass >...

enhancement
help wanted

jupyter-controller gives an error `controller-runtime.controller Reconciler error {"controller": "notebook", "request": "admin/second-notebook", "error": "Notebook.kubeflow.org \"second-notebook\" is invalid: status.conditions: Invalid value: \"null\": status.conditions in body must be of type array: \"null\""}` and...

bug

How to reproduce (based on [the quickstart doc](https://charmed-kubeflow.io/docs/quickstart)): 1. sudo snap install microk8s --classic --channel 1.21 1. microk8s enable dns storage ingress metallb:10.64.140.43-10.64.140.49 1. deploy kubeflow: juju bootstrap microk8s juju...

bug

With `juju deploy kubeflow`, it pulls the stable charm of seldon-core (revision 52). However, it fails to run a simple example of Seldon deployment. By using the edge channel of...

bug

Following the quick installation guide: https://charmed-kubeflow.io/docs/quickstart A deployment settles down eventually indeed, but the `watch -c juju status --color` step reveals an error in an user visible way. It would...

enhancement