2020-11-29 03:39:38 UTC - Joshua Dunham: It seems the docker private reg credentials need to go into another place than the k8s registry secret store. If i use kubectl to spin up a container outside of OW it works against my reg with a 'standard' reg secret. If I try to run an OW action with private container specified it will create the container and try to pull and of course fail. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606621178372900?thread_ts=1606484852.354900&cid=C3TPCAQG1 ---- 2020-11-29 03:40:18 UTC - Joshua Dunham: Where does this secret need to be in order for that to work. I would try to just place it there manually and see. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606621218373100?thread_ts=1606484852.354900&cid=C3TPCAQG1 ---- 2020-11-29 03:41:31 UTC - Joshua Dunham: My base k8s is Rancher K3s which uses containerd only to start containers. I'm not overly familiar with other flavors of k8s but I just provide one reg secret to my namespaces and have never had to do anything else but I understand that OW has some design considerations for a generic k8s. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1606621291373300?thread_ts=1606484852.354900&cid=C3TPCAQG1 ----