Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,285 for istiov1 (0.3 sec)

  1. manifests/charts/istio-control/istio-discovery/templates/istiod-injector-configmap.yaml

    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: istio-sidecar-injector{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }}
      namespace: {{ .Release.Namespace }}
      labels:
        istio.io/rev: {{ .Values.revision | default "default" | quote }}
        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
        operator.istio.io/component: "Pilot"
        release: {{ .Release.Name }}
    data:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/kube/deployment.go

    	"istio.io/istio/pkg/test/framework/components/istio"
    	"istio.io/istio/pkg/test/framework/components/istioctl"
    	"istio.io/istio/pkg/test/framework/components/namespace"
    	"istio.io/istio/pkg/test/framework/resource"
    	"istio.io/istio/pkg/test/framework/resource/config/apply"
    	"istio.io/istio/pkg/test/scopes"
    	"istio.io/istio/pkg/test/util/file"
    	"istio.io/istio/pkg/test/util/retry"
    	"istio.io/istio/pkg/test/util/tmpl"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  3. tools/packaging/common/istio.service

    [Unit]
    Description=istio-sidecar: The Istio sidecar
    Documentation=http://istio.io/
    StartLimitIntervalSec=0
    
    [Service]
    ExecStart=/usr/local/bin/istio-start.sh
    ExecStartPre=+/usr/bin/install -d -o istio-proxy -m 0755 /var/run/secrets
    ExecStopPost=/usr/local/bin/istio-start.sh clean
    Restart=always
    RestartSec=10
    KillMode=mixed
    TimeoutStopSec=30s
    
    [Install]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 21 17:48:33 UTC 2023
    - 382 bytes
    - Viewed (0)
  4. pkg/test/env/istio.go

    	// the command-line, that takes precedence.
    	// nolint: revive, stylecheck
    	KUBECONFIG Variable = "KUBECONFIG"
    
    	// IstioSrc is the location of istio source ($TOP/src/istio.io/istio
    	IstioSrc = REPO_ROOT.ValueOrDefaultFunc(getDefaultIstioSrc)
    
    	// IstioOut is the location of the output directory ($TOP/out)
    	IstioOut = verifyFile(TARGET_OUT, TARGET_OUT.ValueOrDefaultFunc(getDefaultIstioOut))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 16:24:40 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  5. cni/pkg/install/testdata/istio-cni.conf

    {
      "cniVersion": "0.3.1",
      "name": "istio-cni",
      "type": "istio-cni",
      "ipam": {},
      "dns": {},
      "plugin_log_level": "debug",
      "log_uds_address": "",
      "cni_event_address": "",
      "ambient_enabled": false,
      "kubernetes": {
        "kubeconfig": "/path/to/kubeconfig",
        "exclude_namespaces": [
          ""
        ]
      }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 319 bytes
    - Viewed (0)
  6. releasenotes/notes/istiod-sds.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: security
    releaseNotes:
    - |
      **Improved** Gateway certificates to be read and distributed from Istiod, rather than in the gateway pods.
      This reduces the permissions required in the gateways, improves performance, and will make certificate reading
      more flexible in the future. This change is fully backwards compatible with the old method, and requires no changes
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 13 22:09:11 UTC 2020
    - 549 bytes
    - Viewed (0)
  7. releasenotes/notes/external-istiod.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - https://github.com/istio/enhancements/issues/11
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 06 23:44:52 UTC 2020
    - 188 bytes
    - Viewed (0)
  8. istioctl/pkg/kubeinject/testdata/istio-operator.yaml

    apiVersion: install.istio.io/v1alpha1
    kind: IstioOperator
    metadata:
      name: test
      namespace: istio-system
    spec:
      meshConfig:
        # Set enableTracing to false to disable request tracing.
        enableTracing: true
        # This is the ingress service name, update if you used a different name
        ingressService: istio-ingress
        connectTimeout: 1s
        defaultConfig:
          ### ADVANCED SETTINGS #############
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 689 bytes
    - Viewed (0)
  9. releasenotes/notes/add-istiod-uptime-metric.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 09 00:01:29 UTC 2021
    - 139 bytes
    - Viewed (0)
  10. manifests/charts/install-OpenShift.md

    ```
    
    3) `istio-control/istio-discovery` chart installs a revision of istiod.
    
    ```console
     helm install -n istio-system istiod manifests/charts/istio-control/istio-discovery --set profile=openshift
    ```
    
    4) `gateways` charts install a load balancer with `ingress` and `egress`.
    
    Ingress secrets and access should be separated from the control plane.
    
    ```console
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 16:01:31 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top