While we dig into this, I’ve also posted on the mentor forums for someone with an M1 mac to jump in.
Please post an issue on the github repository as well.
I am not sure why the mysql logs didn’t exist or why the workflow-controller logs were empty as well. Throughout the entire process the Status was in the ‘Pending’ the container was never successfully created.
Thats great Tensorflow on the M1 Mac has been a nightmare, can you share the link so I can find it!
Thanks,
Evan
Please post your issue on this link as well.
Learners don’t have access to mentor only topics. So, you’ll have to wait for someone to post on this thread.
Okay sounds good.
Issue has been posted here:
opened 11:17PM - 17 Aug 22 UTC
kind/bug
### Environment
* How do you deploy Kubeflow Pipelines (KFP)? Deploy in … Kind --image kindest/node:v1.21.2 (Apple M1 Silicon Architecture BigSur)
* KFP version: 1.7.0 (Also Failed with 1.8.13 i.e. replace with in command sequence -> % export PIPELINE_VERSION=1.8.13)
<!-- Specify the version of Kubeflow Pipelines that you are using. The version number appears in the left side navigation of user interface.
To find the version number, See version number shows on bottom of KFP UI left sidenav. -->
* KFP SDK version: 1.8.13
### Steps to reproduce
Activate Python Virtual Environment and run following commands:
% kind create cluster --image kindest/node:v1.21.2
% export PIPELINE_VERSION=1.7.0
% kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=$PIPELINE_VERSION&timeout=300"
% kubectl wait --for condition=established --timeout=60s crd/applications.app.k8s.io
% kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/env/platform-agnostic-pns?ref=$PIPELINE_VERSION&timeout=300"
<!--
Specify how to reproduce the problem.
This may include information such as: a description of the process, code snippets, log output, or screenshots.
-->
![kfppodfail2](https://user-images.githubusercontent.com/43871228/185258610-3595068f-a934-4997-8abf-d2379cffeee6.png)
### Expected result
All pods/deployments should be Successfully Running and Stable.
### Materials and reference
https://community.deeplearning.ai/t/c4w3-lab1-kubeflowpipelines-kubectl-f-apply-fail/176728/19
### Labels
area backend
area components
---
Impacted by this bug? Give it a 👍.
Thanks for the update. I’m following it as well.