Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for systemNamespaces (0.12 sec)

  1. pkg/controlplane/apiserver/config.go

    			StorageFactory:          storageFactory,
    			EventTTL:                opts.EventTTL,
    			EnableLogsSupport:       opts.EnableLogsHandler,
    			ProxyTransport:          proxyTransport,
    			SystemNamespaces:        opts.SystemNamespaces,
    
    			ServiceAccountIssuer:        opts.ServiceAccountIssuer,
    			ServiceAccountMaxExpiration: opts.ServiceAccountTokenMaxExpiration,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  2. pkg/controlplane/apiserver/options/options_test.go

    		Logs:                    logs.NewOptions(),
    		Traces: &apiserveroptions.TracingOptions{
    			ConfigFile: "/var/run/kubernetes/tracing_config.yaml",
    		},
    		AggregatorRejectForwardingRedirects: true,
    		SystemNamespaces:                    []string{"kube-system", "kube-public", "default"},
    	}
    
    	expected.Authentication.OIDC.UsernameClaim = "sub"
    	expected.Authentication.OIDC.SigningAlgs = []string{"RS256"}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. cmd/kube-apiserver/app/options/options_test.go

    			Logs:                    logs.NewOptions(),
    			Traces: &apiserveroptions.TracingOptions{
    				ConfigFile: "/var/run/kubernetes/tracing_config.yaml",
    			},
    			AggregatorRejectForwardingRedirects: true,
    			SystemNamespaces:                    []string{"kube-system", "kube-public", "default", "kube-node-lease"},
    		},
    
    		Extra: Extra{
    			ServiceNodePortRange:   kubeoptions.DefaultServiceNodePortRange,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  4. cni/pkg/cmd/root.go

    			log.Info("Starting ambient node agent with inpod redirect mode")
    			ambientAgent, err := nodeagent.NewServer(ctx, watchServerReady, cfg.InstallConfig.CNIEventAddress,
    				nodeagent.AmbientArgs{
    					SystemNamespace: nodeagent.SystemNamespace,
    					Revision:        nodeagent.Revision,
    					ServerSocket:    cfg.InstallConfig.ZtunnelUDSAddress,
    					DNSCapture:      cfg.InstallConfig.AmbientDNSCapture,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 16:26:35 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top