Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 66 for injectedAnnotations (0.39 sec)

  1. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-with-revision-canary.yaml

          dnsConfig:
            searches:
              {{- range .Values.global.podDNSSearchNamespaces }}
              - {{ render . }}
              {{- end }}
          {{- end }}
        injectedAnnotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-configmap.yaml

          dnsConfig:
            searches:
              {{- range .Values.global.podDNSSearchNamespaces }}
              - {{ render . }}
              {{- end }}
          {{- end }}
        injectedAnnotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-enabled-nsbydefault.yaml

          dnsConfig:
            searches:
              {{- range .Values.global.podDNSSearchNamespaces }}
              - {{ render . }}
              {{- end }}
          {{- end }}
        injectedAnnotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  4. operator/cmd/mesh/manifest-generate.go

      # To override a setting that includes dots, escape them with a backslash (\).  Your shell may require enclosing quotes.
      istioctl manifest generate --set "values.sidecarInjectorWebhook.injectedAnnotations.container\.apparmor\.security\.beta\.kubernetes\.io/istio-proxy=runtime/default"
    `,
    		Args: func(cmd *cobra.Command, args []string) error {
    			if len(args) != 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 01:18:49 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  5. pkg/kube/inject/webhook.go

    		aliases:             wh.Config.Aliases,
    		meshConfig:          wh.meshConfig,
    		proxyConfig:         proxyConfig,
    		valuesConfig:        wh.valuesConfig,
    		revision:            wh.revision,
    		injectedAnnotations: wh.Config.InjectedAnnotations,
    		proxyEnvs:           parseInjectEnvs(path),
    	}
    
    	if platform.IsOpenShift() && wh.namespaces != nil {
    		clusterID, _ := extractClusterAndNetwork(params)
    		if clusterID == "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  6. operator/cmd/mesh/install.go

      # To override a setting that includes dots, escape them with a backslash (\).  Your shell may require enclosing quotes.
      istioctl install --set "values.sidecarInjectorWebhook.injectedAnnotations.container\.apparmor\.security\.beta\.kubernetes\.io/istio-proxy=runtime/default"
    `,
    		Args: cobra.ExactArgs(0),
    		PreRunE: func(cmd *cobra.Command, args []string) error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:35 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  7. operator/README.md

    To override a setting that includes dots, escape them with a backslash (\).  Your shell may require enclosing quotes.
    
    ``` bash
    istioctl manifest generate --set "values.sidecarInjectorWebhook.injectedAnnotations.container\.apparmor\.security\.beta\.kubernetes\.io/istio-proxy=runtime/default"
    ```
    
    To override a setting that is part of a list, use brackets.
    
    ``` bash
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Sep 17 08:27:52 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/sidecar_template.golden.yaml

        defaultTemplates:
        - sidecar
        - credential-volume
        policy: enabled
        alwaysInjectSelector:
          []
        neverInjectSelector:
          []
        injectedAnnotations:
        template: "{{ Template_Version_And_Istio_Version_Mismatched_Check_Installation }}"
        templates:
          sidecar: |
            {{- define "resources"  }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 86.9K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/values_types.proto

      google.protobuf.BoolValue rewriteAppHTTPProbe = 16;
    
      // injectedAnnotations are additional annotations that will be added to the pod spec after injection
      // This is primarily to support PSP annotations.
      google.protobuf.Struct injectedAnnotations = 19;
    
      // Enable objectSelector to filter out pods with no need for sidecar before calling istio-sidecar-injector.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

        defaultTemplates: [sidecar]
        policy: enabled
        alwaysInjectSelector:
          []
        neverInjectSelector:
          []
        injectedAnnotations:
        template: "{{ Template_Version_And_Istio_Version_Mismatched_Check_Installation }}"
        templates:
          sidecar: |
            {{- define "resources"  }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
Back to top