Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 197 for injecting (0.14 sec)

  1. istioctl/pkg/injector/injector-list.go

    	"istio.io/istio/pkg/config/analysis/analyzers/injection"
    	analyzer_util "istio.io/istio/pkg/config/analysis/analyzers/util"
    	"istio.io/istio/pkg/config/resource"
    	"istio.io/istio/pkg/kube"
    	"istio.io/istio/pkg/kube/inject"
    	"istio.io/istio/pkg/slices"
    	"istio.io/istio/pkg/util/sets"
    )
    
    type revisionCount struct {
    	// pods in a revision
    	pods int
    	// pods that are disabled from injection
    	disabled int
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 04 03:08:06 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. pkg/config/analysis/msg/messages.gen.go

    	// Description: A namespace is not enabled for Istio injection.
    	NamespaceNotInjected = diag.NewMessageType(diag.Info, "IST0102", "The namespace is not enabled for Istio injection. Run 'kubectl label namespace %s istio-injection=enabled' to enable it, or 'kubectl label namespace %s istio-injection=disabled' to explicitly mark it as not needing injection.")
    
    	// PodMissingProxy defines a diag.MessageType for message "PodMissingProxy".
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 22 10:13:03 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  3. istioctl/pkg/tag/tag.go

    referring to control plane revisions for sidecar injection.
    
    With revision tags, rather than relabeling a namespace from "istio.io/rev=revision-a" to "istio.io/rev=revision-b" to
    change which control plane revision handles injection, it's possible to create a revision tag "prod" and label our
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/deployment/builder.go

    		if !ok {
    			continue
    		}
    		if !b.validateTemplates(perClusterConfig, c) {
    			scopes.Framework.Warnf("%s does not contain injection templates for %s; skipping deployment", c.Name(), perClusterConfig.ClusterLocalFQDN())
    			// Don't error out when injection template missing.
    			shouldSkip = true
    			continue
    		}
    
    		var ref *echo.Instance
    		if idx == 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 12K bytes
    - Viewed (0)
  5. pkg/config/analysis/analyzers/analyzers_test.go

    		inputFiles: []string{
    			"testdata/injection-image-distroless-no-meshconfig.yaml",
    			"testdata/common/sidecar-injector-configmap.yaml",
    		},
    		analyzer: &injection.ImageAnalyzer{},
    		expected: []message{},
    	},
    	{
    		name: "istioInjectionProxyImageMismatchAbsolute",
    		inputFiles: []string{
    			"testdata/injection-with-mismatched-sidecar.yaml",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/api/internal/plugins/DefaultPluginContainerTest.groovy

            def plugin = container.apply("custom-plugin-with-injection")
            def executed = false
    
            then:
    
            container.withId("custom-plugin-with-injection", {
                assert it == plugin
                executed = true
            })
            executed
            container.getPlugin("custom-plugin-with-injection") == plugin
            container.hasPlugin("custom-plugin-with-injection")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 21:54:27 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  7. istioctl/pkg/kubeinject/kubeinject.go

    	} else {
    		injector, err = setUpExternalInjector(cliContext, revision, injectorAddress)
    		if err != nil || injector.clientConfig == nil {
    			log.Warnf("failed to get injection config from mutatingWebhookConfigurations %q, will fall back to "+
    				"get injection from the injection configmap %q : %v", whcName, defaultInjectWebhookConfigName, err)
    			if *sidecarTemplate, err = getInjectConfigFromConfigMap(cliContext, revision); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 29 02:29:02 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/ComponentSelectionRulesProcessingIntegTest.groovy

                            }
    
                            withModule('org:parent') { ComponentSelection selection ->
                                logger.warn("rejecting parent")
                                selection.reject("Rejecting parent")
                            }
                        }
                    }
                }
    
                dependencies {
                    conf "org:child:1.0"
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  9. istioctl/pkg/tag/generate_test.go

    				if injectionWhConf.Service == nil {
    					t.Fatalf("expected injection service %s, got nil", tc.whSVC)
    				}
    				if injectionWhConf.Service.Name != tc.whSVC {
    					t.Fatalf("expected injection service %s, got %s", tc.whSVC, injectionWhConf.Service.Name)
    				}
    			}
    			if tc.whURL != "" {
    				if injectionWhConf.URL == nil {
    					t.Fatalf("expected injection URL %s, got nil", tc.whURL)
    				}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 16 17:43:49 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. pkg/kube/inject/inject_test.go

    			in:          "hello-host-network-with-ns.yaml",
    			want:        "hello-host-network-with-ns.yaml.injected",
    			expectedLog: "Skipping injection because Deployment \"sample/hello-host-network\" has host networking enabled",
    		},
    		{
    			// Verifies ISTIO_KUBE_APP_PROBERS are correctly merged during multiple injections.
    			in:   "merge-probers.yaml",
    			want: "merge-probers.yaml.injected",
    			setFlags: []string{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top