Yuan (Bob) Gong

Results 134 comments of Yuan (Bob) Gong

I'm hitting the same problem, tried --snapshotMode=redo, but it does not always help. What will help us resolve the issue here? Does reproducible dockerfile + number of files help with...

Adding a data point, I was initially observing the build process freezing problem, when I do not add any memory/cpu request/limits. Then I added memory/cpu request & limits, the process...

I guess the root cause is actually insufficient memory, but when we do not allocate enough memory it will freeze on `taking snapshot of full filesystem...` as a symptom.

Edit: my guess is wrong, I reverted to kaniko:1.3.0-debug and added enough memory requests & limit, but I'm still observing the image build freezing problem from time to time.

I want to use offline-plugin with CDN, so I am interested to take a look if I can get a working PR.

hold on... it seems that I am thinking about a different thing from previous discussion. For my use case, my sw.js still lives on my website, but my scripts generated...

after some investigation, I am thinking about storing the dynamic publicPath to IndexedDB before calling serviceWorker.register, and let service worker read from IndexedDB and override publicPath if it exists.

@NekR indexedDB's API is too complex, I want to import a small module (only 500b) 'idb-keyval' to take care of it. So it will be a dependency in generated code....

Actually, I'm not sure if Kubeflow intended to support one user being owner of multiple namespaces. Is that the case? /cc @kunmingg

In addition to UI support, documentation about how to grant contributor through SDK/CLI would also mitigate the issue.