Need some help about to create Kubernetes deployment #1571
-
Hi, And here, is the deployment YAML file.
Thank you for your answer. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I found the solution to solve this, use the --namespace k8s.io but I'm not sure the other way to use the image from another namespace? |
Beta Was this translation helpful? Give feedback.
-
Kubernetes doesn't use the |
Beta Was this translation helpful? Give feedback.
Kubernetes doesn't use the
default
namespace; it uses thek8s.io
namespace. So if you build it withnerdctl
, use the commandnerdctl -n k8s.io build ...