Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ExtraContainerArgs (0.29 sec)

  1. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

    {{- end }}
              - --keepaliveMaxServerConnectionAge
              - "{{ .Values.pilot.keepaliveMaxServerConnectionAge }}"
    {{- if .Values.pilot.extraContainerArgs }}
              {{- with .Values.pilot.extraContainerArgs }}
                {{- toYaml . | nindent 10 }}
              {{- end }}
    {{- end }}
              ports:
              - containerPort: 8080
                protocol: TCP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 30 20:24:06 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. manifests/charts/istio-control/istio-discovery/values.yaml

        seccompProfile: {}
    
        # Whether to use an existing CNI installation
        cni:
          enabled: false
          provider: default
    
        # Additional container arguments
        extraContainerArgs: []
    
        env: {}
        
        # Settings related to the untaint controller
        # This controller will remove `cni.istio.io/not-ready` from nodes when the istio-cni pod becomes ready
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/values.yaml

        seccompProfile: {}
        # Whether to use an existing CNI installation
        cni:
          enabled: false
          provider: default
        # Additional container arguments
        extraContainerArgs: []
        env: {}
        # Settings related to the untaint controller
        # This controller will remove `cni.istio.io/not-ready` from nodes when the istio-cni pod becomes ready
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      repeated k8s.io.api.core.v1.TopologySpreadConstraint topologySpreadConstraints = 41;
    
      // Additional container arguments for the Pilot container.
      repeated google.protobuf.Struct extraContainerArgs = 42;
    
      // Additional volumeMounts to add to the Pilot container.
      repeated k8s.io.api.core.v1.VolumeMount volumeMounts = 49;
    
      // Additional volumes to add to the Pilot Pod.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Additional container arguments for the Pilot container.
    	ExtraContainerArgs []*structpb.Struct `protobuf:"bytes,42,rep,name=extraContainerArgs,proto3" json:"extraContainerArgs,omitempty"`
    	// Additional volumeMounts to add to the Pilot container.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    - "-a" - {{ .Release.Namespace }} {{- end }} {{- if .Values.pilot.plugins }} - --plugins={{ .Values.pilot.plugins }} {{- end }} - --keepaliveMaxServerCo - "{{ .Values.pilot.keepaliveMaxServerCo }}" {{- if .Values.pilot.extraContainerArgs }} {{- with .Values.pilot.extraContainerArgs }} {{- toYaml . | nindent 10 }} {{- end }} {{- end }} ports: - containerPort: 8080 protocol: TCP - containerPort: 15010 protocol: TCP - containerPort: 15017 protocol: TCP readinessProbe: httpGet: path: /ready port: 8080...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top