Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 159 for istiooperators (0.53 sec)

  1. operator/README.md

    controller as the CLI command `istioctl install` running in a loop in a pod in the cluster and using the config
    from the in-cluster IstioOperator custom resource (CR).
    There are two major differences:
    
    1. The controller does not accept any dynamic user config through flags. All user interaction is through the
    IstioOperator CR.
    1. The controller has additional logic that mirrors istioctl commands like upgrade, but is driven from the declarative
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Sep 17 08:27:52 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  2. operator/pkg/util/testdata/yaml/input/yaml_layer3.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        base:
          enabled: true
        ingressGateways:
          - namespace: istio-system
            name: istio-ingressgateway
            enabled: false
            k8s:
              service:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 14 19:24:34 UTC 2020
    - 291 bytes
    - Viewed (0)
  3. operator/cmd/mesh/install.go

    }
    
    // InstallManifests generates manifests from the given istiooperator instance and applies them to the
    // cluster. See GenManifests for more description of the manifest generation process.
    //
    //	force   validation warnings are written to logger but command is not aborted
    //	DryRun  all operations are done but nothing is written
    //
    // Returns final IstioOperator after installation if successful.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:35 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. operator/pkg/util/testdata/yaml/input/yaml_layer1_stdin.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        pilot:
          enabled: false
        ingressGateways:
          - namespace: istio-system
            name: istio-ingressgateway
            enabled: true
            k8s:
              service:
                externalTrafficPolicy: Local
              serviceAnnotations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 14 19:24:34 UTC 2020
    - 378 bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/input/minimal.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 10 04:08:45 UTC 2020
    - 84 bytes
    - Viewed (0)
  6. operator/pkg/metrics/monitoring.go

    	CRMergeFailureTotal = monitoring.NewSum(
    		"cr_merge_failure_total",
    		"Number of IstioOperator CR merge failures",
    	)
    
    	// CRDeletionTotal counts the number of times
    	// IstioOperator CR was deleted.
    	CRDeletionTotal = monitoring.NewSum(
    		"cr_deletion_total",
    		"Number of IstioOperator CR deleted",
    	)
    
    	// CRValidationErrorTotal counts the number of CR
    	// validation failures.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 7K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/input/flag_output.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      profile: empty
      components:
        pilot:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jan 12 18:15:24 UTC 2020
    - 126 bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/input/helm_values_enablement.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      values:
        gateways:
          istio-egressgateway:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 06:46:00 UTC 2020
    - 136 bytes
    - Viewed (0)
  9. operator/pkg/util/testdata/yaml/output/layer1_2.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      components:
        base:
          enabled: false
        ingressGateways:
          - enabled: true
            label:
              api: default
              foo: bar
            k8s:
              service:
                externalTrafficPolicy: Test
              serviceAnnotations:
                manifest-generate: testserviceAnnotation
            name: istio-ingressgateway
            namespace: istio-system
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 08 00:17:30 UTC 2022
    - 462 bytes
    - Viewed (0)
  10. samples/open-telemetry/loki/iop.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    spec:
      meshConfig:
        extensionProviders:
          - name: otel
            envoyOtelAls:
              service: opentelemetry-collector.istio-system.svc.cluster.local
              port: 4317
              logFormat:
                labels:
                  pod: "%ENVIRONMENT(POD_NAME)%"
                  namespace: "%ENVIRONMENT(POD_NAMESPACE)%"
                  cluster: "%ENVIRONMENT(ISTIO_META_CLUSTER_ID)%"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 06 20:18:25 UTC 2023
    - 498 bytes
    - Viewed (0)
Back to top