Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Monitoring (0.18 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

        port: 15010
        protocol: TCP
      - name: https-dns
        port: 15012
        protocol: TCP
      - name: https-webhook
        port: 443
        protocol: TCP
        targetPort: 15017
      - name: http-monitoring
        port: 15014
        protocol: TCP
      selector:
        app: istiod
        istio: pilot
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    end }} annotations: prometheus.io/port: "{{ .Values.operator.monitoring.port }}" prometheus.io/scrape: "true" {{- if .Values.podAnnotations }} {{ toYaml .Values.podAnnotations | indent 8 }} {{- end }} spec: serviceAccountName: istio-operator{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }} containers: - name: istio-operator image: {{.Values.hub}}/operator:{{.Values.tag}} command: - operator - server - --monitoring-host={{ .Values.operator.monitoring.host }} - --monitoring-port={{...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

        # The default latency is null which cannot be wrapped as a string so we must
        # do it here instead of the printf.
        latency="\"${latency}\""
      fi
    
      printf '[cloud.kubernetes.monitoring.proto.SerialportLog] {"cluster_hash":"%s","vm_instance_name":"%s","boot_id":"%s","timestamp":"%s","bootstrap_status":{"step_name":"%s","status":"%s","status_reason":"%s","latency":%s}}\n' \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    	// the expected length between housekeeping periods, which explicitly refreshes
    	// the cache.
    	runtimeCacheRefreshPeriod = housekeepingPeriod + housekeepingWarningDuration
    
    	// Period for performing eviction monitoring.
    	// ensure this is kept in sync with internal cadvisor housekeeping.
    	evictionMonitoringPeriod = time.Second * 10
    
    	// The path in containers' filesystems where the hosts file is mounted.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  5. pkg/controller/job/job_controller_test.go

    						},
    					},
    				},
    			},
    			pods: []v1.Pod{
    				{
    					Status: v1.PodStatus{
    						Phase: v1.PodFailed,
    						ContainerStatuses: []v1.ContainerStatus{
    							{
    								Name: "monitoring-container",
    								State: v1.ContainerState{
    									Terminated: &v1.ContainerStateTerminated{
    										ExitCode: 5,
    									},
    								},
    							},
    							{
    								Name: "main-container",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
Back to top