Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 616 for injecting (0.25 sec)

  1. platforms/documentation/docs/src/snippets/testKit/automaticClasspathInjectionCustomTestSourceSet/kotlin/settings.gradle.kts

    rootProject.name = "automatic-classpath-injection-custom-test-sourceset"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 73 bytes
    - Viewed (0)
  2. manifests/charts/gateway/templates/deployment.yaml

          {{- end }}
          containers:
            - name: istio-proxy
              # "auto" will be populated at runtime by the mutating webhook. See https://istio.io/latest/docs/setup/additional-setup/sidecar-injection/#customizing-injection
              image: auto
              {{- with .Values.imagePullPolicy }}
              imagePullPolicy: {{ . }}
              {{- end }}
              securityContext:
              {{- if .Values.containerSecurityContext }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 22:42:29 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  3. maven-core/src/test/projects/lifecycle-listener/lifecycle-participant-reactor-dependency-injection/module-b/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <parent>
        <groupId>lifecycle-participant-reactor-dependency-injection</groupId>
        <artifactId>parent</artifactId>
        <version>1.0</version>
      </parent>
    
      <artifactId>module-b</artifactId>
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 29 12:40:19 UTC 2014
    - 257 bytes
    - Viewed (0)
  4. releasenotes/notes/46348.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
    - |
      **Added** warning if user specifies more than one Istio labels in the same namespace. Including istio-injection, istio.io/rev, istio.io/dataplane-mode.
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 14:06:10 UTC 2023
    - 286 bytes
    - Viewed (0)
  5. releasenotes/notes/injector-list.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 23892
    releaseNotes:
    - |
      **Added** `istioctl x injector list` command to show which namespaces have Istio sidecar injection
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 28 09:17:03 UTC 2020
    - 287 bytes
    - Viewed (0)
  6. pkg/kube/inject/app_probe_test.go

    			specSetting: true,
    			annotations: nil,
    			expected:    true,
    		},
    		{
    			name:        "RewriteAppHTTPProbe-set-in-sidecar-injection-spec",
    			specSetting: false,
    			annotations: map[string]string{},
    			expected:    false,
    		},
    		{
    			name:        "RewriteAppHTTPProbe-set-in-sidecar-injection-spec",
    			specSetting: true,
    			annotations: map[string]string{},
    			expected:    true,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 04 15:06:24 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  7. releasenotes/notes/x-check-inject.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - https://github.com/istio/istio/issues/38299
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 08 04:41:42 UTC 2022
    - 295 bytes
    - Viewed (0)
  8. releasenotes/notes/fsgroup.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
    - 26882
    releaseNotes:
    - |
      **Improved** sidecar injection to not modify the pod `securityPolicy.fsGroup` which could conflict with existing settings and secret mounts.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 23 01:09:13 UTC 2020
    - 338 bytes
    - Viewed (0)
  9. releasenotes/notes/drop-istioctl-mesh.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
    - |
      **Removed** the following experimental `istioctl` commands: `add-to-mesh`, `remove-from-mesh` and `kube-uninject`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 22 17:51:15 UTC 2023
    - 260 bytes
    - Viewed (0)
  10. pilot/pkg/bootstrap/webhook.go

    		istiolog.Debug(m)
    	} else {
    		istiolog.Info(m)
    	}
    	return len(p), nil
    }
    
    // initSSecureWebhookServer handles initialization for the HTTPS webhook server.
    // If https address is off the injection handlers will be registered on the main http endpoint, with
    // TLS handled by a proxy/gateway in front of Istiod.
    func (s *Server) initSecureWebhookServer(args *PilotArgs) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 11 17:37:53 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top