Add standard skip_kubelet_verification for minikube comment.

This commit is contained in:
Eugene Weiss 2020-04-16 08:54:13 -07:00
parent 9b7b64f577
commit 11430ef58f
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ data:
WorkloadAttestor "k8s" {
plugin_data {
# Defaults to the secure kubelet port by default.
# Minikube does not have a cert in the cluster CA bundle that
# can authenticate the kubelet cert, so skip validation.
skip_kubelet_verification = true
}
}