You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ uname -p
x86_64
$ microk8s status | grep gpu
gpu # (core) Automatic enablement of Nvidia CUDA
Ubuntu arm (Same result on Nvidia DPU BFB and standard Ubuntu arm)
$ uname -p
aarch64
$ microk8s enable gpu
Addon gpu was not found in any repository
$ microk8s status
microk8s is running
high-availability: no
datastore master nodes: 127.0.0.1:19001
datastore standby nodes: none
addons:
enabled:
dns # (core) CoreDNS
ha-cluster # (core) Configure high availability on the current node
helm # (core) Helm - the package manager for Kubernetes
helm3 # (core) Helm 3 - the package manager for Kubernetes
hostpath-storage # (core) Storage class; allocates storage from host directory
ingress # (core) Ingress controller for external access
metallb # (core) Loadbalancer for your Kubernetes cluster
storage # (core) Alias to hostpath-storage add-on, deprecated
disabled:
cert-manager # (core) Cloud native certificate management
community # (core) The community addons repository
dashboard # (core) The Kubernetes dashboard
host-access # (core) Allow Pods connecting to Host services smoothly
kube-ovn # (core) An advanced network fabric for Kubernetes
mayastor # (core) OpenEBS MayaStor
metrics-server # (core) K8s Metrics Server for API access to service metrics
minio # (core) MinIO object storage
observability # (core) A lightweight observability stack for logs, traces and metrics
prometheus # (core) Prometheus operator for monitoring and logging
rbac # (core) Role-Based Access Control for authorisation
registry # (core) Private image registry exposed on localhost:32000
The text was updated successfully, but these errors were encountered:
However, there is a customer that requires this on Ubuntu Core ARM
I would believe these manual steps will not work on Core that needs everything to be a snap
Summary
GPU addon is not available on ARM Microk8s
What Should Happen Instead?
Be able to install GPU add-on
Reproduction Steps
Ubuntu amd64
Ubuntu arm (Same result on Nvidia DPU BFB and standard Ubuntu arm)
The text was updated successfully, but these errors were encountered: