Open voor opened 3 years ago
@voor Looks like with the apt repository lists we used to build, kernel-header for aws kernel is not found.
RUN echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic main universe" > /etc/apt/sources.list && \
echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-updates main universe" >> /etc/apt/sources.list && \
echo "deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic-security main universe" >> /etc/apt/sources.list && \
usermod -o -u 0 -g 0 _apt
Can you attach the /etc/apt/sources.list file from your host?
You will want to launch Ubuntu Pro 18.04 LTS
from the AWS Marketplace, that will give you access to the Ubuntu Advantage Repository that contains the FIPS Compliant AWS Kernels.
@shivamerla Thanks for the attention to this issue. Just adding my +1 here. Would love to see this "just work".
@drawsmcgraw @voor Sorry for the delay on this. Can you try to create a ConfigMap(say repo-config) in gpu-operator-resources
namespace using hosts /etc/apt/sources.list
file and install operator passing --set driver.repoConfig.ConfigMapName=repo-config --set driver.repoConfig.destinationDir=/etc/apt/sources.list.d
The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense.
1. Quick Debug Checklist
containerd v1.4.3
i2c_core
andipmi_msghandler
loaded on the nodes?kubectl describe clusterpolicies --all-namespaces
)1. Issue or feature description
Labels on node:
2. Steps to reproduce the issue
Run GPU Operator on a FIPS Compliant Ubuntu 18.04 AMI (This can be achieved with Ubuntu Pro Advantage on AWS if you do not have access to Tanzu Kubernetes Grid)