Hi, Ken looking at seldon core pod logs, I found the following error: ```root@aac9e2c0417cad2a:~# kubectl logs -n kf seldon-core-6fdf95f864-nst87 | head -n 20 2021-02-17T08:39:04.674Z INFO controller-runtime.metrics metrics server is starting to listen {"addr": ":8080"} 2021-02-17T08:39:04.696Z INFO controller-runtime.builder Registering a mutating webhook {"GVK": ", Kind=SeldonDeployment", "path": "/mutate-machinelearning-seldon-io-v1alpha2-seldondeployment"} 2021-02-17T08:39:04.696Z INFO controller-runtime.webhook registering webhook {"path": "/mutate-machinelearning-seldon-io-v1alpha2-seldondeployment"} 2021-02-17T08:39:04.696Z INFO controller-runtime.builder Registering a validating webhook {"GVK": ", Kind=SeldonDeployment", "path": "/validate-machinelearning-seldon-io-v1alpha2-seldondeployment"} 2021-02-17T08:39:04.696Z INFO controller-runtime.webhook registering webhook {"path": "/validate-machinelearning-seldon-io-v1alpha2-seldondeployment"} 2021-02-17T08:39:04.696Z INFO controller-runtime.builder Registering a mutating webhook {"GVK": ", Kind=SeldonDeployment", "path": "/mutate-machinelearning-seldon-io-v1alpha3-seldondeployment"} 2021-02-17T08:39:04.696Z INFO controller-runtime.webhook registering webhook {"path": "/mutate-machinelearning-seldon-io-v1alpha3-seldondeployment"} 2021-02-17T08:39:04.696Z INFO controller-runtime.builder Registering a validating webhook {"GVK": ", Kind=SeldonDeployment", "path": "/validate-machinelearning-seldon-io-v1alpha3-seldondeployment"} 2021-02-17T08:39:04.696Z INFO controller-runtime.webhook registering webhook {"path": "/validate-machinelearning-seldon-io-v1alpha3-seldondeployment"} 2021-02-17T08:39:04.696Z INFO controller-runtime.builder Registering a mutating webhook {"GVK": ", Kind=SeldonDeployment", "path": "/mutate-machinelearning-seldon-io-v1-seldondeployment"} 2021-02-17T08:39:04.696Z INFO controller-runtime.webhook registering webhook {"path": "/mutate-machinelearning-seldon-io-v1-seldondeployment"} 2021-02-17T08:39:04.697Z INFO controller-runtime.builder Registering a validating webhook {"GVK": ", Kind=SeldonDeployment", "path": "/validate-machinelearning-seldon-io-v1-seldondeployment"} 2021-02-17T08:39:04.697Z INFO controller-runtime.webhook registering webhook {"path": "/validate-machinelearning-seldon-io-v1-seldondeployment"} 2021-02-17T08:39:04.697Z INFO setup starting manager I0217 08:39:04.697745 1 leaderelection.go:242] attempting to acquire leader lease kf/a33bd623.machinelearning.seldon.io... 2021-02-17T08:39:04.707Z INFO controller-runtime.manager starting metrics server {"path": "/metrics"} E0217 08:39:04.728161 1 leaderelection.go:331] error retrieving resource lock kf/a33bd623.machinelearning.seldon.io: configmaps "" is forbidden: User "system:serviceaccount:kf:seldon-core" cannot get resource "configmaps" in API group "" in the namespace "kf" 2021-02-17T08:39:04.802Z INFO controller-runtime.webhook.webhooks starting webhook server 2021-02-17T08:39:04.803Z INFO controller-runtime.certwatcher Updated current TLS certificate 2021-02-17T08:39:04.804Z INFO controller-runtime.webhook serving webhook server {"host": "", "port": 9876}``` I posted it in the comments of the task: