Add standard skip_kubelet_verification for minikube comment.
This commit is contained in:
parent
9b7b64f577
commit
11430ef58f
|
|
@ -30,6 +30,9 @@ data:
|
||||||
|
|
||||||
WorkloadAttestor "k8s" {
|
WorkloadAttestor "k8s" {
|
||||||
plugin_data {
|
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
|
skip_kubelet_verification = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue