sigs.k8s.io/cluster-api-provider-azure@v1.17.0/templates/addons/windows/csi-proxy/csi-proxy.yaml (about)

     1  apiVersion: apps/v1
     2  kind: DaemonSet
     3  metadata:
     4    labels:
     5      k8s-app: csi-proxy
     6    name: csi-proxy
     7    namespace: kube-system
     8  spec:
     9    selector:
    10      matchLabels:
    11        k8s-app: csi-proxy
    12    template:
    13      metadata:
    14        labels:
    15          k8s-app: csi-proxy
    16      spec:
    17        nodeSelector:
    18          "kubernetes.io/os": windows
    19        securityContext:
    20          windowsOptions:
    21            hostProcess: true
    22            runAsUserName: "NT AUTHORITY\\SYSTEM"
    23        hostNetwork: true
    24        containers:
    25          - name: csi-proxy
    26            image: ghcr.io/kubernetes-sigs/sig-windows/csi-proxy:v1.0.2