Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 160 for Shards (0.16 sec)

  1. operator/cmd/mesh/profile-list.go

    	"istio.io/istio/operator/pkg/helm"
    )
    
    type profileListArgs struct {
    	// manifestsPath is a path to a charts and profiles directory in the local filesystem with a release tgz.
    	manifestsPath string
    }
    
    func addProfileListFlags(cmd *cobra.Command, args *profileListArgs) {
    	cmd.PersistentFlags().StringVarP(&args.manifestsPath, "charts", "", "", ChartsDeprecatedStr)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 01:18:49 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. manifests/charts/istio-control/istio-discovery/README.md

    # Istiod Helm Chart
    
    This chart installs an Istiod deployment.
    
    ## Setup Repo Info
    
    ```console
    helm repo add istio https://istio-release.storage.googleapis.com/charts
    helm repo update
    ```
    
    _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
    
    ## Installing the Chart
    
    Before installing, ensure CRDs are installed in the cluster (from the `istio/base` chart).
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. releasenotes/notes/deprecate-operator-httpfetch.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 02 15:05:22 UTC 2022
    - 144 bytes
    - Viewed (0)
  4. releasenotes/notes/34211.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
    - 34211
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 21 14:53:28 UTC 2021
    - 180 bytes
    - Viewed (0)
  5. releasenotes/notes/generate-operator-manifest.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
    - 27139
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 08 19:00:55 UTC 2020
    - 252 bytes
    - Viewed (0)
  6. tools/gen_istio_image_list.sh

    # plane, data plane as well as addons.We generate this list by looking
    # at the values.yaml file where the Helm charts are stored, as well as
    # reading the values of DOCKER_TARGETS rule in the istio-docker.mk file.
    
    ISTIO_HELM_CHART=https://api.github.com/repos/istio/istio/contents/install/kubernetes/helm/istio/charts
    ISTIO_GITHUB=https://raw.githubusercontent.com/istio/istio
    
    function get_istio_images() {
        buff=''
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 04:04:35 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  7. CNAME

    charts.min.io...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 18 17:34:28 UTC 2021
    - 14 bytes
    - Viewed (0)
  8. manifests/charts/istio-cni/README.md

    for more information.
    
    ## Setup Repo Info
    
    ```console
    helm repo add istio https://istio-release.storage.googleapis.com/charts
    helm repo update
    ```
    
    _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
    
    ## Installing the Chart
    
    To install the chart with the release name `istio-cni`:
    
    ```console
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  9. pkg/apis/flowcontrol/v1beta2/conversion_test.go

    	tests := []struct {
    		name     string
    		in       *v1beta2.LimitedPriorityLevelConfiguration
    		expected *flowcontrol.LimitedPriorityLevelConfiguration
    	}{
    		{
    			name: "nominal concurrency shares is set as expected",
    			in: &v1beta2.LimitedPriorityLevelConfiguration{
    				AssuredConcurrencyShares: 100,
    				LimitResponse: v1beta2.LimitResponse{
    					Type: v1beta2.LimitResponseTypeReject,
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 26 19:34:10 UTC 2022
    - 3K bytes
    - Viewed (0)
  10. pkg/apis/flowcontrol/v1beta1/conversion_test.go

    	tests := []struct {
    		name     string
    		in       *v1beta1.LimitedPriorityLevelConfiguration
    		expected *flowcontrol.LimitedPriorityLevelConfiguration
    	}{
    		{
    			name: "nominal concurrency shares is set as expected",
    			in: &v1beta1.LimitedPriorityLevelConfiguration{
    				AssuredConcurrencyShares: 100,
    				LimitResponse: v1beta1.LimitResponse{
    					Type: v1beta1.LimitResponseTypeReject,
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 26 19:34:10 UTC 2022
    - 3K bytes
    - Viewed (0)
Back to top