mochiliu3000
mochiliu3000
Using microk8s > 1.13 will hit this error since it uses microk8s.ctr and dockerd is replaced with containerd. 'Append builder' calls Layer Class method originally from [containerregistry](https://github.com/google/containerregistry), however fairing has...
Found the same error, maybe can downgrade microk8s to 1.13, see this for detail: [https://github.com/ubuntu/microk8s/issues/382](https://github.com/ubuntu/microk8s/issues/382)
In case you want to do quick tests with fairing on microk8s, here is a dirty way to fix it @tarun0, @DdMad 1. Please downgrade your microk8s to 1.13 to...
> What about using `append` builder. > https://github.com/kubeflow/fairing/blob/7e4c23c47a6b0544a722d04e1f9910c2f283a4f6/kubeflow/fairing/builders/append/append.py#L20-L22 > > Does the small example included in #460 work for you? @marcindulak Append builder is also working for microk8s v1.13, but...
I got some idea for this and made a simple design. From my understanding, fairing ClusterBuilder now deploys job in 4 steps: 1. Initiate: Gather runtime config, initiate preprocessor, builder...
@iancoffey Nice diagram. It is good to have an event-style builder that maps field and configuration of online event using `Tekton Triggers`. I've also made a simple Tekton clusterbuilder pipeline...