Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 106 for addRows (0.51 sec)

  1. src/internal/trace/traceviewer/mmu.go

            if (plotData.quantiles) {
              for (var i = 1; i < plotData.quantiles.length; i++) {
                data.addColumn('number', niceQuantile(1 - plotData.quantiles[i]) + ' MU');
              }
            }
            data.addRows(curve);
            for (var i = 0; i < curve.length; i++) {
              data.setFormattedValue(i, 0, niceDuration(curve[i][0]));
            }
    
            var options = {
              chart: {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 13K bytes
    - Viewed (0)
  2. 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)
  3. cluster/addons/addon-manager/kube-addons-main.sh

    # Disabling shellcheck following files as the full path would be required.
    if [ -f "kube-addons.sh" ]; then
      # shellcheck disable=SC1091
      source "kube-addons.sh"
    elif [ -f "/opt/kube-addons.sh" ]; then
      # shellcheck disable=SC1091
      source "/opt/kube-addons.sh"
    else
      # If the required source is missing, we have to fail.
      log ERR "== Could not find kube-addons.sh (not in working directory or /opt) at $(date -Is) =="
      exit 1
    fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 24 18:35:44 UTC 2022
    - 2.9K bytes
    - Viewed (0)
  4. cluster/addons/addon-manager/kube-addons.sh

    # shellcheck disable=SC2034
    ADDON_CHECK_INTERVAL_SEC=${TEST_ADDON_CHECK_INTERVAL_SEC:-60}
    ADDON_PATH=${ADDON_PATH:-/etc/kubernetes/addons}
    
    # This variable is unused in this file, but not in those that source it.
    # shellcheck disable=SC2034
    SYSTEM_NAMESPACE=kube-system
    
    # Addons could use this label with two modes:
    # - ADDON_MANAGER_LABEL=Reconcile
    # - ADDON_MANAGER_LABEL=EnsureExists
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 15 05:40:38 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  5. cluster/addons/addon-manager/kube-addons-test.sh

    # Default kubectl to the test users installation if needed.
    KUBECTL_BIN="${KUBECTL_BIN:-kubectl}"
    
    # Disabling shellcheck following files as the full path would be required.
    # shellcheck disable=SC1091
    source "kube-addons.sh"
    
    TEST_NS="kube-addon-manager-test"
    
    function retry() {
      local tries=10
      while [ "${tries}" -gt 0 ]; do
        "$@" && return 0;
        (( tries-- ))
        sleep 1
      done
    }
    
    function setup(){
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 25 02:46:18 UTC 2021
    - 9.3K bytes
    - Viewed (0)
  6. releasenotes/notes/remove-addons-mixer-istioctl.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - 23868
      - 23583
    releaseNotes:
      - |
        **Removed** the installation of telemetry addons (Prometheus, Grafana, Zipkin, Jaeger, Kiali) from installation by `istioctl`. See [Reworking our Addon Integrations](/blog/2020/addon-rework/) for more info.
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 408 bytes
    - Viewed (0)
  7. cluster/addons/addon-manager/README.md

    ### Addon-manager
    
    addon-manager manages two classes of addons with given template files in
    `$ADDON_PATH` (default `/etc/kubernetes/addons/`).
    - Addons with label `addonmanager.kubernetes.io/mode=Reconcile` will be periodically
    reconciled. Direct manipulation to these addons through apiserver is discouraged because
    addon-manager will bring them back to the original state. In particular:
    	- Addon will be re-created if it is deleted.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. istioctl/pkg/writer/table/writer_test.go

    		o := obj.(testObject)
    		return Row{
    			Cells: []Cell{
    				NewCell(o.name),
    				NewCell(o.namespace, color.FgGreen),
    				NewCell(o.version),
    			},
    		}
    	})
    	w.AddRow(newTestObject("foo", "bar", "1.0"))
    	w.AddRow(newTestObject("baz", "qux", "2.0"))
    	w.AddRow(newTestObject("qux", "quux", "3"))
    	w.Flush()
    	expected := "NAME  NAMESPACE      VERSION\n" +
    		"foo   \x1b[32mbar\x1b[0m            1.0\n" +
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 08 04:41:42 UTC 2022
    - 1.6K bytes
    - Viewed (0)
Back to top