Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 916 for SOCKET (0.08 sec)

  1. pkg/kube/inject/testdata/inject/prometheus-scrape2.yaml.injected

        kubectl.kubernetes.io/default-logs-container: hello
        prometheus.io.scrape: "false"
        sidecar.istio.io/status: '{"initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":["workload-socket","credential-socket","workload-certs","istio-envoy","istio-data","istio-podinfo","istio-token","istiod-ca-cert"],"imagePullSecrets":null,"revision":"default"}'
      creationTimestamp: null
      labels:
        security.istio.io/tlsMode: istio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/replicationcontroller.yaml.injected

            prometheus.io/port: "15020"
            prometheus.io/scrape: "true"
            sidecar.istio.io/status: '{"initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":["workload-socket","credential-socket","workload-certs","istio-envoy","istio-data","istio-podinfo","istio-token","istiod-ca-cert"],"imagePullSecrets":null,"revision":"default"}'
          creationTimestamp: null
          labels:
            app: nginx
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. architecture/security/istio-agent.md

    ## CA Flow
    
    istio-agent checks the presence of a socket file on the defined **socket path** `/var/run/secrets/workload-spiffe-uds/socket`.
    
    * If a socket is found, istio-agent will not start its own SDS Server and Envoy will be configured to use that socket as its source of cryptographic material.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 22 16:45:50 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  4. pkg/kubelet/pluginmanager/pluginwatcher/plugin_watcher.go

    	if !fi.IsDir() {
    		isSocket, err := util.IsUnixDomainSocket(util.NormalizePath(event.Name))
    		if err != nil {
    			return fmt.Errorf("failed to determine if file: %s is a unix domain socket: %v", event.Name, err)
    		}
    		if !isSocket {
    			klog.V(5).InfoS("Ignoring non socket file", "path", fi.Name())
    			return nil
    		}
    
    		return w.handlePluginRegistration(event.Name)
    	}
    
    	return w.traversePluginDir(event.Name)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 01 00:26:37 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb1/netbios/NameServiceClient.java

                 * because we might close the socket during a
                 * request. However the chances are slim and the
                 * retry code should ensure the overall request
                 * is serviced. The alternative complicates things
                 * more than I think is worth it.
                 */
    
                if( socket != null ) {
                    socket.close();
                    socket = null;
                }
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 17.4K bytes
    - Viewed (0)
  6. pkg/kubelet/pluginmanager/cache/desired_state_of_world.go

    	// RemovePlugin deletes the plugin with the given socket path from the desired
    	// state of world.
    	// If a plugin does not exist with the given socket path, this is a no-op.
    	RemovePlugin(socketPath string)
    
    	// GetPluginsToRegister generates and returns a list of plugins
    	// in the current desired state of world.
    	GetPluginsToRegister() []PluginInfo
    
    	// PluginExists checks if the given socket path exists in the current desired
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 02 12:47:44 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  7. pkg/kubelet/cm/cpumanager/policy_options_test.go

    		topoMgrPolicy string
    		expectedErr   bool
    	}{
    		{
    			description:   "Align by socket not enabled",
    			policyOption:  map[string]string{FullPCPUsOnlyOption: "true"},
    			topology:      topoDualSocketMultiNumaPerSocketHT,
    			topoMgrPolicy: topologymanager.PolicySingleNumaNode,
    			expectedErr:   false,
    		},
    		{
    			description:   "Align by socket enabled with topology manager single numa node",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  8. pkg/kubelet/pluginmanager/cache/actual_state_of_world.go

    	// the actual state of world cache again with the new timestamp
    	AddPlugin(pluginInfo PluginInfo) error
    
    	// RemovePlugin deletes the plugin with the given socket path from the actual
    	// state of world.
    	// If a plugin does not exist with the given socket path, this is a no-op.
    	RemovePlugin(socketPath string)
    
    	// PluginExists checks if the given plugin exists in the current actual
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 24 21:20:24 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inject/auth.non-default-service-account.yaml.injected

            prometheus.io/port: "15020"
            prometheus.io/scrape: "true"
            sidecar.istio.io/status: '{"initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":["workload-socket","credential-socket","workload-certs","istio-envoy","istio-data","istio-podinfo","istio-token","istiod-ca-cert"],"imagePullSecrets":null,"revision":"default"}'
          creationTimestamp: null
          labels:
            app: hello
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/deploymentconfig-with-canonical-service-label.yaml.injected

            prometheus.io/port: "15020"
            prometheus.io/scrape: "true"
            sidecar.istio.io/status: '{"initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":["workload-socket","credential-socket","workload-certs","istio-envoy","istio-data","istio-podinfo","istio-token","istiod-ca-cert"],"imagePullSecrets":null,"revision":"default"}'
          creationTimestamp: null
          labels:
            app: hello
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top