Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 3,218 for Disable (0.11 sec)

  1. .github/workflows/root-disable.yml

          - uses: actions/setup-go@v5
            with:
              go-version: ${{ matrix.go-version }}
              check-latest: true
          - name: Start root lockdown tests
            run: |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 734 bytes
    - Viewed (0)
  2. buildscripts/disable-root.sh

    if [ $? -ne 0 ]; then
    	echo "listing failed, 'minioadmin' should be enabled"
    	exit 1
    fi
    
    killall -9 minio
    
    rm -rf /tmp/multisitea/
    rm -rf /tmp/multisiteb/
    
    echo "Setup site-replication and then disable root credentials"
    
    minio server --address 127.0.0.1:9001 "http://127.0.0.1:9001/tmp/multisitea/data/disterasure/xl{1...4}" \
    	"http://127.0.0.1:9002/tmp/multisitea/data/disterasure/xl{5...8}" >/tmp/sitea_1.log 2>&1 &
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  3. releasenotes/notes/disable-leader-elect.yaml

    docs:
     - '[reference] https://istio.io/latest/docs/reference/commands/pilot-discovery/'
    
    releaseNotes:
    - |
      **Added** an `ENABLE_LEADER_ELECTION=false` feature flag for pilot-discovery
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 26 18:29:36 UTC 2022
    - 374 bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/peer-authn-disable-in.yaml

    apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    metadata:
      name: disable-mtls
    spec:
      mtls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - 127 bytes
    - Viewed (0)
  5. tests/integration/ambient/testdata/automtls-partial-sidecar-dr-disable.yaml

      annotations:
        test-suite: "automtls-partial-dr-disable"
    spec:
      host: "multiversion"
      subsets:
      - name: "vistio"
        labels:
          version: "vistio"
        trafficPolicy:
          tls:
            mode: DISABLE
      - name: "vlegacy"
        labels:
          version: "vlegacy"
        trafficPolicy:
          tls:
            mode: DISABLE
      trafficPolicy:
        tls:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 16 18:55:23 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzers/testdata/telemetry-disable-provider.yaml

    spec:
      accessLogging:
        - providers:
            - name: envoy
    ---
    apiVersion: telemetry.istio.io/v1alpha1
    kind: Telemetry
    metadata:
      name: mesh-default
      namespace: foo
    spec:
      accessLogging:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 15 02:29:39 UTC 2023
    - 327 bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/kube/testdata/disable-automount-sa.yaml

    Jonh Wendell <******@****.***> 1700195286 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/ambient/testdata/peer-authn-disable.yaml

    John Howard <******@****.***> 1709232034 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 18:40:34 UTC 2024
    - Viewed (0)
  9. releasenotes/notes/disable-host-header-fallback.yaml

      configuration.
    upgradeNotes:
      - title: Host header fallback disabled by default for Prometheus metrics for *all* inbound traffic.
        content: |
          Host header fallback for determining values for Prometheus `destination_service` labels has been disabled for all incoming traffic.
          Previously, this was disabled *only* for traffic arriving at Gateways. If you are relying on host header fallback behavior to properly
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 22 19:40:45 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  10. releasenotes/notes/disable-fs-group-injection.yaml

    Faseela K <******@****.***> 1651883509 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat May 07 00:31:49 UTC 2022
    - 273 bytes
    - Viewed (0)
Back to top