Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 358 for Vm (0.02 sec)

  1. releasenotes/notes/27947.yaml

    kind: feature
    area: security
    issue:
    - 27947
    
    # releaseNotes is a markdown listing of any user facing changes. This will appear in the
    # release notes.
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 16 01:03:11 UTC 2020
    - 291 bytes
    - Viewed (0)
  2. istioctl/pkg/workload/testdata/vmconfig/ipv4/workloadgroup.yaml

            proxyMetadata:
              # this should override the value from the global meshconfig
              PROXY_CONFIG_ANNOT_VALUE: bar
        labels: {}
      template:
        ports: {}
        serviceAccount: vm-serviceaccount
      probe:
        httpGet:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 377 bytes
    - Viewed (0)
  3. tests/integration/security/sds_ingress/util/util.go

    	var customConfig []echo.Config
    	buildVM := !ctx.Settings().Skip(echo.VM)
    	a := EchoConfig(ASvc, customNs.Get(), false)
    	vm := EchoConfig(VMSvc, customNs.Get(), buildVM)
    	customConfig = append(customConfig, a, vm)
    	*customCfg = customConfig
    	return nil
    }
    
    type TestConfig struct {
    	Mode           string
    	CredentialName string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 05:12:36 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  4. tools/docker-builder/common.go

    	if !strings.HasPrefix(target, "app_sidecar") {
    		// Not a VM
    		return ""
    	}
    	if strings.HasPrefix(target, "app_sidecar_base") {
    		return strings.Split(target, "_")[3]
    	}
    
    	return strings.Split(target, "_")[2]
    }
    
    func vmImageVersion(target string) string {
    	if !strings.HasPrefix(target, "app_sidecar") {
    		// Not a VM
    		return ""
    	}
    	if strings.HasPrefix(target, "app_sidecar_base") {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 26 13:23:41 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/extension/wasmplugin.go

    }
    
    func updatePluginConfig(pluginConfig *wasmextensions.PluginConfig, pullSecrets map[string][]byte) {
    	// Find the pull secret resource name from wasm vm env variables.
    	// The Wasm extension config should already have a `ISTIO_META_WASM_IMAGE_PULL_SECRET` env variable
    	// at in the VM env variables, with value being the secret resource name. We try to find the actual
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  6. tests/integration/pilot/multiplecontrolplanes/main_test.go

    		Setup(istio.Setup(nil, func(ctx resource.Context, cfg *istio.Config) {
    			s := ctx.Settings()
    			// TODO test framework has to be enhanced to use istioNamespace in istioctl commands used for VM config
    			s.SkipWorkloadClasses = append(s.SkipWorkloadClasses, echo.VM)
    			s.DisableDefaultExternalServiceConnectivity = true
    
    			cfg.Values["global.istioNamespace"] = userGroup1NS.Name()
    			cfg.SystemNamespace = userGroup1NS.Name()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 16:52:52 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  7. tests/integration/pilot/locality_test.go

    		NewTest(t).
    		RequiresSingleCluster().
    		Run(func(t framework.TestContext) {
    			destA := apps.B[0]
    			destB := apps.C[0]
    			destC := apps.Naked[0]
    			if !t.Settings().Skip(echo.VM) {
    				// TODO do we even need this to be a VM
    				destC = apps.VM[0]
    			}
    
    			cases := []struct {
    				name     string
    				input    LocalityInput
    				expected map[string]int
    			}{
    				{
    					"Prioritized/CDS",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  8. src/syscall/mksysctl_openbsd.pl

    	netinet/ip_ipip.h
    	netinet/pim_var.h
    	netinet/tcp_var.h
    	netinet/udp_var.h
    	netinet6/in6.h
    	netinet6/ip6_divert.h
    	netinet6/pim6_var.h
    	netinet/icmp6.h
    	netmpls/mpls.h
    );
    
    my @ctls = qw (
    	kern
    	vm
    	fs
    	net
    	#debug				# Special handling required
    	hw
    	#machdep			# Arch specific
    	user
    	ddb
    	#vfs				# Special handling required
    	fs.posix
    	kern.forkstat
    	kern.intrcnt
    	kern.malloc
    	kern.nchstats
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 5K bytes
    - Viewed (0)
  9. releasenotes/notes/rpm-builds.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
    - 9117
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 173 bytes
    - Viewed (0)
  10. istioctl/pkg/workload/testdata/vmconfig/ipv4/mesh.yaml.golden

        ISTIO_META_WORKLOAD_NAME: foo
        ISTIO_METAJSON_LABELS: '{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}'
        POD_NAMESPACE: bar
        PROXY_CONFIG_ANNOT_VALUE: bar
        SERVICE_ACCOUNT: vm-serviceaccount
        TRUST_DOMAIN: ""
      readinessProbe:
        httpGet:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 625 bytes
    - Viewed (0)
Back to top