Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 490 for wsaioctl (0.12 sec)

  1. releasenotes/notes/34982.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 03 07:48:12 UTC 2021
    - 121 bytes
    - Viewed (0)
  2. samples/security/spire/README.md

      Otherwise, manually inject the sidecar before applying:
    
      ```bash
      $ kubectl apply -f <(istioctl kube-inject -f sleep-spire.yaml)
      ```
    
    1. Retrieve sleep's SVID identity document using the `istioctl proxy-config secret` command:
    
      ```bash
      $ export SLEEP_POD=$(kubectl get pod -l app=sleep -o jsonpath="{.items[0].metadata.name}")
      $ istioctl pc secret $SLEEP_POD -o json | jq -r \
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 24 22:08:56 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  3. releasenotes/notes/remove-post-install-webhook.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 29153
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 15 20:26:02 UTC 2020
    - 163 bytes
    - Viewed (0)
  4. releasenotes/notes/32513.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 32513
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 04 09:24:12 UTC 2021
    - 154 bytes
    - Viewed (0)
  5. releasenotes/notes/48958.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 48696
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 03:54:28 UTC 2024
    - 167 bytes
    - Viewed (0)
  6. releasenotes/notes/43709.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 08 05:31:45 UTC 2023
    - 147 bytes
    - Viewed (0)
  7. istioctl/pkg/metrics/metrics.go

    	promv1 "github.com/prometheus/client_golang/api/prometheus/v1"
    	"github.com/prometheus/common/model"
    	"github.com/spf13/cobra"
    
    	"istio.io/istio/istioctl/pkg/cli"
    	"istio.io/istio/istioctl/pkg/clioptions"
    	"istio.io/istio/istioctl/pkg/completion"
    	"istio.io/istio/istioctl/pkg/dashboard"
    	"istio.io/istio/pkg/log"
    )
    
    var (
    	metricsOpts     clioptions.ControlPlaneOptions
    	metricsDuration time.Duration
    )
    
    const (
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  8. releasenotes/notes/24471.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 24471
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 177 bytes
    - Viewed (0)
  9. releasenotes/notes/44931.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 18 02:13:27 UTC 2023
    - 141 bytes
    - Viewed (0)
  10. releasenotes/notes/36044.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: istioctl
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 22 19:14:54 UTC 2021
    - 168 bytes
    - Viewed (0)
Back to top