Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for systemNamespaces (0.3 sec)

  1. pkg/controlplane/apiserver/server.go

    	if err != nil {
    		return nil, err
    	}
    	if len(c.SystemNamespaces) > 0 {
    		s.GenericAPIServer.AddPostStartHookOrDie("start-system-namespaces-controller", func(hookContext genericapiserver.PostStartHookContext) error {
    			go systemnamespaces.NewController(c.SystemNamespaces, client, s.VersionedInformers.Core().V1().Namespaces()).Run(hookContext.StopCh)
    			return nil
    		})
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 19:24:41 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. 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)
  3. pkg/controlplane/apiserver/options/options.go

    	ServiceAccountSigningKeyFile     string
    	ServiceAccountIssuer             serviceaccount.TokenGenerator
    	ServiceAccountTokenMaxExpiration time.Duration
    
    	ShowHiddenMetricsForVersion string
    
    	SystemNamespaces []string
    }
    
    // completedServerRunOptions is a private wrapper that enforces a call of Complete() before Run can be invoked.
    type completedOptions struct {
    	Options
    }
    
    type CompletedOptions struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 12:19:56 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. pkg/test/framework/components/istio/kube.go

    						"multiple control planes. Error: %v", i.cfg.SystemNamespace, c.Name(), err)
    				}
    			} else {
    				scopes.Framework.Errorf("failed creating namespace %s on cluster %s. This can happen when deploying "+
    					"multiple control planes. Error: %v", i.cfg.SystemNamespace, c.Name(), err)
    			}
    		}
    
    		// Create the secret for the cacerts.
    		if _, err := c.Kube().CoreV1().Secrets(i.cfg.SystemNamespace).Create(context.TODO(), secret,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/multicluster.go

    				log.Infof("joining leader-election for %s in %s on cluster %s",
    					leaderelection.NamespaceController, options.SystemNamespace, options.ClusterID)
    				election := leaderelection.
    					NewLeaderElectionMulticluster(options.SystemNamespace, m.serverID, leaderelection.NamespaceController, m.revision, !configCluster, client).
    					AddRunFunction(func(leaderStop <-chan struct{}) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  8. pkg/test/framework/components/istio/config.go

    	}
    	return out, nil
    }
    
    // String implements fmt.Stringer
    func (c *Config) String() string {
    	result := ""
    
    	result += fmt.Sprintf("SystemNamespace:                %s\n", c.SystemNamespace)
    	result += fmt.Sprintf("TelemetryNamespace:             %s\n", c.TelemetryNamespace)
    	result += fmt.Sprintf("DeployIstio:                    %v\n", c.DeployIstio)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  9. tests/integration/pilot/istioctl_test.go

    			}{
    				{
    					name: "ingressgateway",
    					pod:  fmt.Sprintf("%s.%s", gwPod, i.Settings().SystemNamespace),
    					wants: []*regexp.Regexp{
    						regexp.MustCompile(fmt.Sprintf(`DENY\s+deny-policy\.%s\s+2`, i.Settings().SystemNamespace)),
    						regexp.MustCompile(fmt.Sprintf(`ALLOW\s+allow-policy\.%s\s+1`, i.Settings().SystemNamespace)),
    					},
    				},
    				{
    					name: "workload",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 15K bytes
    - Viewed (0)
  10. cni/pkg/nodeagent/informers.go

    	dataplane       MeshDataplane
    	systemNamespace string
    
    	queue      controllers.Queue
    	pods       kclient.Client[*corev1.Pod]
    	namespaces kclient.Client[*corev1.Namespace]
    }
    
    func setupHandlers(ctx context.Context, kubeClient kube.Client, dataplane MeshDataplane, systemNamespace string) *InformerHandlers {
    	s := &InformerHandlers{ctx: ctx, dataplane: dataplane, systemNamespace: systemNamespace}
    	s.queue = controllers.NewQueue("ambient",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:35 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top