Skip to content
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

Can't enable some addons on Mac OS 12.1, Apple M1 Pro #62

Open
mrgasparov opened this issue Jun 30, 2022 · 1 comment
Open

Can't enable some addons on Mac OS 12.1, Apple M1 Pro #62

mrgasparov opened this issue Jun 30, 2022 · 1 comment

Comments

@mrgasparov
Copy link

Summary

Can't enable some community addons on MicroK8s 1.24 running on Mac OS 12.1 (21C52), Apple M1 Pro. The error message is the following:

Addon fluent was not found in any repository
An error occurred when trying to execute 'sudo microk8s.enable fluent' with 'multipass': returned exit code 1.

I was able to reproduce this for fluentd and jaeger.

What Should Happen Instead?

The addons should be enabled as it happens in Ubuntu.

Reproduction Steps

  1. brew install ubuntu/microk8s/microk8s
  2. microk8s install --channel=1.24/stable
  3. microk8s enable community
  4. microk8s enable fluentd

Can you suggest a fix?

I think there is a pattern where addons which were implemented using Python can be enabled (i.e. portainer) and those implemented using a bash script cannot.

Are you interested in contributing with a fix?

No

@neoaggelos
Copy link
Contributor

Hi @mrgasparov

Not all addons are supported for all architectures. See https://github.com/canonical/microk8s-community-addons/blob/main/addons.yaml#L12-L38. The addons you listed are only supported on amd64.

I do agree that perhaps the error messages should be improved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants