Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,564 for addg6s (0.1 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	XSRSQRTESP:     "xsrsqrtesp",
    	XSSQRTSP:       "xssqrtsp",
    	XSSUBSP:        "xssubsp",
    	XXLEQV:         "xxleqv",
    	XXLNAND:        "xxlnand",
    	XXLORC:         "xxlorc",
    	ADDG6S:         "addg6s",
    	BPERMD:         "bpermd",
    	CBCDTD:         "cbcdtd",
    	CDTBCD:         "cdtbcd",
    	DCFFIX:         "dcffix",
    	DCFFIXCC:       "dcffix.",
    	DIVDE:          "divde",
    	DIVDECC:        "divde.",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. test/armimm.go

    	var a uint32 = 0x11111111
    	var want, got uint32
    	if want, got = a+c32a, add32a(a); got != want {
    		panic(fmt.Sprintf("add32a(%x) = %x, want %x", a, got, want))
    	}
    	if want, got = a+c32s, add32s(a); got != want {
    		panic(fmt.Sprintf("add32s(%x) = %x, want %x", a, got, want))
    	}
    	if want, got = a-c32a, sub32a(a); got != want {
    		panic(fmt.Sprintf("sub32a(%x) = %x, want %x", a, got, want))
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 11 13:53:54 UTC 2017
    - 3.9K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. cluster/gce/addons/README.md

    # GCE Cluster addons
    
    These cluster add-ons are specific to GCE and GKE clusters. The GCE-specific addon directory is
    merged with the general cluster addon directory at release, so addon paths (relative to the addon
    directory) must be unique across the 2 directory structures.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 23:08:03 UTC 2017
    - 357 bytes
    - Viewed (0)
  10. releasenotes/notes/addon-remove.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: telemetry
    issue:
    - 22762
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 344 bytes
    - Viewed (0)
Back to top