Skip to content

12.0.0

Compare
Choose a tag to compare
@george-angel george-angel released this 04 Oct 09:23
· 331 commits to master since this release
89b2e96
Kubelet certs (#54)

Differences in kubelet config:

```
+      "x509": {
+        "clientCAFile": "/etc/kubernetes/ssl/ca.pem"
+      },
```

and

```
+    "featureGates": {
+      "AdvancedAuditing": false,
+      "ExpandPersistentVolumes": true,
+      "PodShareProcessNamespace": true
+    },
```

And the only warning we get from kubelet logs is:

```
Oct 03 14:57:41 ip-10-66-23-108 docker[1252]: Flag --allow-privileged has been deprecated, will be removed in a future version
```

which we can't do anything about currently: https://trello.com/c/LtXvyQuZ/486-remove-allow-privileged-from-kubelet