Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 187 for configVals (0.23 sec)

  1. pilot/pkg/serviceregistry/kube/controller/namespacecontroller.go

    func (nc *NamespaceController) Run(stopCh <-chan struct{}) {
    	if !kube.WaitForCacheSync("namespace controller", stopCh, nc.namespaces.HasSynced, nc.configmaps.HasSynced) {
    		return
    	}
    
    	go nc.startCaBundleWatcher(stopCh)
    	nc.queue.Run(stopCh)
    	controllers.ShutdownAll(nc.configmaps, nc.namespaces)
    }
    
    // startCaBundleWatcher listens for updates to the CA bundle and update cm in each namespace
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  2. pkg/kubelet/configmap/configmap_manager_test.go

    	pod := &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Namespace: ns,
    			Name:      podName,
    		},
    		Spec: v1.PodSpec{},
    	}
    	for i, configMaps := range toAttach.containerEnvConfigMaps {
    		container := v1.Container{
    			Name: fmt.Sprintf("container-%d", i),
    		}
    		for _, name := range configMaps.envFromNames {
    			envFrom := v1.EnvFromSource{
    				ConfigMapRef: &v1.ConfigMapEnvSource{
    					LocalObjectReference: v1.LocalObjectReference{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 10 10:20:09 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  3. releasenotes/notes/41621.yaml

        reported the following error on shutdown: failed to properly clean up distribution report: configmaps 
        "istiod-xxx-yyy-distribution" is forbidden: User "system:serviceaccount:istio-system:istiod" cannot 
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 25 16:27:18 UTC 2022
    - 457 bytes
    - Viewed (0)
  4. pkg/controlplane/controller/legacytokentracking/controller_test.go

    				core.NewCreateAction(schema.GroupVersionResource{Version: "v1", Resource: "configmaps"}, metav1.NamespaceSystem, &corev1.ConfigMap{ObjectMeta: metav1.ObjectMeta{Namespace: metav1.NamespaceSystem, Name: ConfigMapName}, Data: map[string]string{ConfigMapDataKey: now.Format(dateFormat)}}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 19 17:33:34 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  5. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/namespace_policy.go

    		// role for the cloud providers to access/create kube-system configmaps
    		// Deprecated starting Kubernetes 1.10 and will be deleted according to GA deprecation policy.
    		ObjectMeta: metav1.ObjectMeta{Name: saRolePrefix + "cloud-provider"},
    		Rules: []rbacv1.PolicyRule{
    			rbacv1helpers.NewRule("create", "get", "list", "watch").Groups(legacyGroup).Resources("configmaps").RuleOrDie(),
    		},
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 16 11:54:27 UTC 2020
    - 7.4K bytes
    - Viewed (0)
  6. releasenotes/notes/configmap-mount.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
    - 31410
    releaseNotes:
    - |
      **Improved** configmaps to be read directly rather than from volume mounts. This improves the speed
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 25 15:46:51 UTC 2021
    - 311 bytes
    - Viewed (0)
  7. cmd/kubeadm/app/util/apiclient/idempotency_test.go

    				client.PrependReactor("create", "configmaps", func(clientgotesting.Action) (bool, runtime.Object, error) {
    					return true, nil, nil
    				})
    				client.PrependReactor("get", "configmaps", func(clientgotesting.Action) (bool, runtime.Object, error) {
    					return true, nil, nil
    				})
    				client.PrependReactor("update", "configmaps", func(clientgotesting.Action) (bool, runtime.Object, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 18 11:14:32 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/ambient/meshconfig.go

    			cms := []*v1.ConfigMap{}
    			if features.SharedMeshConfig != "" {
    				cms = AppendNonNil(cms, krt.FetchOne(ctx, ConfigMaps,
    					krt.FilterObjectName(types.NamespacedName{Name: features.SharedMeshConfig, Namespace: options.SystemNamespace})))
    			}
    			cms = AppendNonNil(cms, krt.FetchOne(ctx, ConfigMaps,
    				krt.FilterObjectName(types.NamespacedName{Name: cmName, Namespace: options.SystemNamespace})))
    
    			for _, c := range cms {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 09 19:55:53 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  9. pkg/controller/bootstrap/bootstrapsigner.go

    		configMapLister:    configMaps.Lister(),
    		configMapSynced:    configMaps.Informer().HasSynced,
    		syncQueue: workqueue.NewTypedRateLimitingQueueWithConfig(
    			workqueue.DefaultTypedControllerRateLimiter[string](),
    			workqueue.TypedRateLimitingQueueConfig[string]{
    				Name: "bootstrap_signer_queue",
    			},
    		),
    	}
    
    	configMaps.Informer().AddEventHandlerWithResyncPeriod(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  10. cluster/gce/gci/audit_policy_test.go

    		sysEndpoints    = resource("endpoints", "kube-system")
    		services        = resource("services", "default")
    		serviceStatus   = resource("services", "default", "", "status")
    		configmaps      = resource("configmaps", "default")
    		sysConfigmaps   = resource("configmaps", "kube-system")
    		namespaces      = resource("namespaces")
    		namespaceStatus = resource("namespaces", "", "", "status")
    		namespaceFinal  = resource("namespaces", "", "", "finalize")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 30 06:23:50 UTC 2021
    - 9.8K bytes
    - Viewed (0)
Back to top