Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 106 for addRows (0.15 sec)

  1. cluster/addons/addon-manager/CHANGELOG.md

     - Update kubectl to v1.6.4.
     - Refresh base images.
    
    ### Version 6.4-beta.1  (Wed March 8 2017 Zihong Zheng <******@****.***>)
     - Create EnsureExists class addons before Reconcile class addons.
    
    ### Version 6.4-alpha.3  (Fri February 24 2017 Zihong Zheng <******@****.***>)
     - Support 'ensure exist' class addon and use addon-manager specific label.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 01:39:45 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  2. manifests/addons/dashboards/README.md

    # Grafana Dashboards
    
    This folder contains Istio's official Grafana dashboards.
    These get publish to [Grafana](https://grafana.com/orgs/istio/dashboards) during release, and are bundled into our
    [Grafana sample](../../../samples/addons/grafana.yaml).
    
    ## Jsonnet
    
    Newer dashboards are generated with [Jsonnet](https://jsonnet.org/) with the [Grafonnet](https://grafana.github.io/grafonnet/index.html).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 815 bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

      setup-addon-manifests "addons" "rbac/kubelet-api-auth"
      setup-addon-manifests "addons" "rbac/kubelet-cert-rotation"
      if [[ "${REGISTER_MASTER_KUBELET:-false}" == "true" ]]; then
        setup-addon-manifests "addons" "rbac/legacy-kubelet-user"
      else
        setup-addon-manifests "addons" "rbac/legacy-kubelet-user-disable"
      fi
    
      # Set up manifests of other addons.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. pkg/controller/endpoint/endpoints_controller_test.go

    	ns := "other"
    	testServer, endpointsHandler := makeTestServer(t, ns)
    	defer testServer.Close()
    	tCtx := ktesting.Init(t)
    	endpoints := newController(tCtx, testServer.URL, 0*time.Second)
    	addPods(endpoints.podStore, ns, 3, 2, 0, ipv4only)
    	addPods(endpoints.podStore, "blah", 5, 2, 0, ipv4only) // make sure these aren't found!
    
    	endpoints.serviceStore.Add(&v1.Service{
    		ObjectMeta: metav1.ObjectMeta{Name: "foo", Namespace: ns},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  5. pkg/controller/daemon/daemon_controller_test.go

    		addNodes(manager.nodeStore, 5, 5, simpleNodeLabel)
    		addPods(manager.podStore, "node-0", simpleDaemonSetLabel, ds, 1)
    		addPods(manager.podStore, "node-1", simpleDaemonSetLabel, ds, 3)
    		addPods(manager.podStore, "node-1", simpleDaemonSetLabel2, ds, 2)
    		addPods(manager.podStore, "node-2", simpleDaemonSetLabel, ds, 4)
    		addPods(manager.podStore, "node-6", simpleDaemonSetLabel, ds, 13)
    		addPods(manager.podStore, "node-7", simpleDaemonSetLabel2, ds, 4)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  6. build/dependencies.yaml

      # CoreDNS
      - name: "coredns-kube-up"
        version: 1.11.1
        refPaths:
        - path: cluster/addons/dns/coredns/coredns.yaml.base
          match: registry.k8s.io/coredns
        - path: cluster/addons/dns/coredns/coredns.yaml.in
          match: registry.k8s.io/coredns
        - path: cluster/addons/dns/coredns/coredns.yaml.sed
          match: registry.k8s.io/coredns
    
      - name: "coredns-kubeadm"
        version: 1.11.1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/kube/controller/pod_test.go

    	createServiceWait(c, "ratings", "nsa",
    		nil, nil, []int32{8080}, map[string]string{"app": "test"}, t)
    	pod := generatePod("128.0.0.1", "cpod1", "nsa", "", "", map[string]string{"app": "test", "foo": "bar"}, map[string]string{})
    	addPods(t, c, fx, pod)
    	createEndpoints(t, c, "rating", "nsa", []string{"tcp-port"}, []string{"128.0.0.1"}, []*v1.ObjectReference{
    		{
    			Kind:      "Pod",
    			Namespace: "nsa",
    			Name:      "cpod1",
    		},
    	}, nil)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 18:27:40 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  8. cluster/addons/metrics-server/README.md

    ### Important notices
    
    Decreasing resource requirements for cluster addons may cause system instability. The effects may include (but are not limited to):
      - Horizontal Pod Autoscaler not working
      - `kubectl top` not working (starting with Kubernetes 1.10)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 18 13:04:48 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/validation/validation_test.go

    					"grafana": map[string]any{
    						"enabled": true,
    					},
    				}),
    			},
    			errors: `! values.grafana.enabled is deprecated; use the samples/addons/ deployments instead
    , ! addonComponents.grafana.enabled is deprecated; use the samples/addons/ deployments instead
    `,
    		},
    		{
    			name: "global",
    			value: &v1alpha12.IstioOperatorSpec{
    				Values: util.MustStruct(map[string]any{
    					"global": map[string]any{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 23 09:10:55 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_serviceentry_test.go

    	test.SetForTest(t, &features.EnableK8SServiceSelectWorkloadEntries, false)
    	s := newAmbientTestServer(t, testC, testNW)
    
    	s.addPods(t, "140.140.0.10", "pod1", "sa1", map[string]string{"app": "a"}, nil, true, corev1.PodRunning)
    	s.assertEvent(t, s.podXdsName("pod1"))
    	s.addPods(t, "140.140.0.11", "pod2", "sa1", map[string]string{"app": "other"}, nil, true, corev1.PodRunning)
    	s.assertEvent(t, s.podXdsName("pod2"))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:01:04 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top