Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for addRows (0.2 sec)

  1. cmd/kubeadm/app/cmd/phases/init/addons.go

    	"k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow"
    	cmdutil "k8s.io/kubernetes/cmd/kubeadm/app/cmd/util"
    	dnsaddon "k8s.io/kubernetes/cmd/kubeadm/app/phases/addons/dns"
    	proxyaddon "k8s.io/kubernetes/cmd/kubeadm/app/phases/addons/proxy"
    )
    
    var (
    	coreDNSAddonLongDesc = cmdutil.LongDesc(`
    		Install the CoreDNS addon components via the API server.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    	s := newAmbientTestServer(t, testC, testNW)
    
    	s.addPods(t, "127.0.0.1", "pod1", "sa1", map[string]string{"app": "a"}, nil, true, corev1.PodRunning)
    	s.assertAddresses(t, "", "pod1")
    	s.assertEvent(t, s.podXdsName("pod1"))
    
    	s.addPods(t, "127.0.0.2", "pod2", "sa1", map[string]string{"app": "a", "other": "label"}, nil, true, corev1.PodRunning)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  3. manifests/addons/gen.sh

    WD=$(dirname "$0")
    WD=$(cd "$WD"; pwd)
    
    set -eux
    
    # This script sets up the plain text rendered deployments for addons
    # See samples/addons/README.md for more information
    
    ADDONS="${WD}/../../samples/addons"
    DASHBOARDS="${WD}/dashboards"
    mkdir -p "${ADDONS}"
    TMP=$(mktemp -d)
    LOKI_VERSION=${LOKI_VERSION:-"6.6.3"}
    GRAFANA_VERSION=${GRAFANA_VERSION:-"8.0.1"}
    
    # Set up kiali
    {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/validation/validation.go

    		{"Values.grafana.enabled", "the samples/addons/ deployments", false},
    		{"Values.tracing.enabled", "the samples/addons/ deployments", false},
    		{"Values.kiali.enabled", "the samples/addons/ deployments", false},
    		{"Values.prometheus.enabled", "the samples/addons/ deployments", false},
    		{"AddonComponents.grafana.Enabled", "the samples/addons/ deployments", false},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 20:02:28 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  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