Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for role (0.03 sec)

  1. common/scripts/metallb-native.yaml

          serviceAccountName: speaker
          terminationGracePeriodSeconds: 2
          tolerations:
          - effect: NoSchedule
            key: node-role.kubernetes.io/master
            operator: Exists
          - effect: NoSchedule
            key: node-role.kubernetes.io/control-plane
            operator: Exists
          volumes:
          - name: memberlist
            secret:
              defaultMode: 420
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  2. operator/pkg/apis/istio/v1alpha1/values_types.proto

      k8s.io.api.core.v1.Affinity affinity = 20;
    
      // Additional annotations to apply to the istio-cni Pods.
      google.protobuf.Struct podAnnotations = 10 [deprecated = true];
    
      // PodSecurityPolicy cluster role. No longer used anywhere.
      string psp_cluster_role = 11;
    
      // Configuration log level of istio-cni binary. By default, istio-cni sends all logs to the UDS server.
      // To see the logs, change global.logging.level to cni:debug.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
Back to top