Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for dockerUp (0.23 sec)

  1. pkg/proxy/ipvs/proxier_test.go

    		{
    			devAddresses: map[string][]string{},
    			expectIPs:    []string{},
    		},
    		// case 3
    		{
    			devAddresses: map[string][]string{"encap0": {"10.20.30.40", "fe80::200:ff:fe01:1"}, "lo": {"127.0.0.1", "::1"}, "docker0": {"172.17.0.1"}},
    			expectIPs:    []string{"10.20.30.40", "172.17.0.1"},
    		},
    		// case 4
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  2. samples/addons/grafana.yaml

        spec:
          
          serviceAccountName: grafana
          automountServiceAccountToken: true
          enableServiceLinks: true
          containers:
            - name: grafana
              image: "docker.io/grafana/grafana:11.0.0"
              imagePullPolicy: IfNotPresent
              securityContext:
                allowPrivilegeEscalation: false
                capabilities:
                  drop:
                  - ALL
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
Back to top