Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for LogLevel (0.13 sec)

  1. manifests/charts/istio-control/istio-discovery/files/injection-template.yaml

        args:
        - proxy
        - sidecar
        - --domain
        - $(POD_NAMESPACE).svc.{{ .Values.global.proxy.clusterDomain }}
        - --proxyLogLevel={{ annotation .ObjectMeta `sidecar.istio.io/logLevel` .Values.global.proxy.logLevel }}
        - --proxyComponentLogLevel={{ annotation .ObjectMeta `sidecar.istio.io/componentLogLevel` .Values.global.proxy.componentLogLevel }}
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Apr 26 16:51:17 GMT 2024
    - 23.7K bytes
    - Viewed (1)
  2. manifests/charts/istio-cni/templates/daemonset.yaml

                  valueFrom:
                    fieldRef:
                      apiVersion: v1
                      fieldPath: spec.nodeName
                - name: LOG_LEVEL
                  value: {{ .Values.cni.logLevel | quote }}
    {{- if .Values.cni.ambient.enabled }}
                - name: AMBIENT_ENABLED
                  value: "true"
                - name: AMBIENT_IPV6
                  value: "{{ .Values.cni.ambient.ipv6 }}"
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 9.4K bytes
    - Viewed (0)
  3. cni/pkg/plugin/plugin_test.go

    	confNoPrevResult := `{
        "cniVersion": "1.0.0",
    	"name": "istio-plugin-sample-test",
    	"type": "sample",
        "runtimeconfig": {
             "sampleconfig": []
        },
        "loglevel": "debug",
    	"ambient_enabled": %t,
        "kubernetes": {
            "k8sapiroot": "APIRoot",
            "kubeconfig": "testK8sConfig",
            "nodename": "testNodeName",
            "excludenamespaces": "testNS",
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed May 08 15:58:51 GMT 2024
    - 17.5K bytes
    - Viewed (0)
Back to top