Create a containerd config directory when creating config.toml

Change-Id: I7213c17108a17a45a69025b8b3ec226aa416664e
Related-PROD: PROD-28730 (PROD:28730)
diff --git a/kubernetes/_common.sls b/kubernetes/_common.sls
index aaabd23..92c2856 100644
--- a/kubernetes/_common.sls
+++ b/kubernetes/_common.sls
@@ -36,6 +36,7 @@
 /etc/containerd/config.toml:
   file.managed:
   - source: salt://kubernetes/files/containerd/config.toml
+  - makedirs: True
   - template: jinja
   - user: root
   - group: root