Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for node000 (0.85 sec)

  1. docs/distributed/distributed-from-config-file.sh

    1,0,0 http://localhost:9003/tmp/xl/node9003/mnt/disk1
    1,0,1 http://localhost:9004/tmp/xl/node9004/mnt/disk1
    1,0,2 http://localhost:9003/tmp/xl/node9003/mnt/disk2
    1,0,3 http://localhost:9004/tmp/xl/node9004/mnt/disk2
    1,0,4 http://localhost:9003/tmp/xl/node9003/mnt/disk3
    1,0,5 http://localhost:9004/tmp/xl/node9004/mnt/disk3
    1,0,6 http://localhost:9003/tmp/xl/node9003/mnt/disk4
    1,0,7 http://localhost:9004/tmp/xl/node9004/mnt/disk4
    EOF
    )
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. pkg/registry/core/node/storage/storage_test.go

    		node:  newNode("node0", setNodeIPAddress("10.0.0.1")),
    		query: "node0",
    		host:  "10.0.0.1:10250",
    	}, {
    		name:  "proxyable hostname with kubelet port in query",
    		node:  newNode("node0", setNodeIPAddress("10.0.0.1")),
    		query: "node0:5000",
    		host:  "10.0.0.1:5000",
    	}, {
    		name:  "proxyable hostname with kubelet port in status",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jul 01 12:49:38 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/phases/patchnode/patchnode_test.go

    		},
    	}
    
    	for _, tc := range tests {
    		t.Run(tc.name, func(t *testing.T) {
    
    			nodename := "node01"
    			node := &v1.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: nodename,
    					Labels: map[string]string{
    						v1.LabelHostname: nodename,
    					},
    					Annotations: map[string]string{},
    				},
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 12 15:15:45 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/phases/markcontrolplane/markcontrolplane_test.go

    		},
    	}
    
    	for _, tc := range tests {
    		t.Run(tc.name, func(t *testing.T) {
    			nodename := "node01"
    			controlPlaneNode := &v1.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: nodename,
    					Labels: map[string]string{
    						v1.LabelHostname: nodename,
    					},
    				},
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 25 14:22:20 UTC 2022
    - 5K bytes
    - Viewed (0)
Back to top