...
1---
2apiVersion: policy.linkerd.io/v1alpha1
3kind: NetworkAuthentication
4metadata:
5 namespace: {{ .Release.Namespace }}
6 name: kubelet
7 labels:
8 linkerd.io/extension: viz
9 {{- with .Values.commonLabels }}{{ toYaml . | trim | nindent 4 }}{{- end }}
10 annotations:
11 {{ include "partials.annotations.created-by" . }}
12spec:
13 # Ideally, this should be restricted to the actual set of IPs kubelet uses in
14 # a cluster. This can't easily be discovered.
15 networks:
16 - cidr: "0.0.0.0/0"
17 - cidr: "::/0"
View as plain text