Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 75 for ecsi (0.07 sec)

  1. pkg/volume/csi/csi_mounter_test.go

    			driver:                "info",
    			volumeContext:         nil,
    			expectedVolumeContext: map[string]string{"csi.storage.k8s.io/pod.uid": "test-pod", "csi.storage.k8s.io/serviceAccount.name": "test-service-account", "csi.storage.k8s.io/pod.name": "test-pod", "csi.storage.k8s.io/pod.namespace": "test-ns", "csi.storage.k8s.io/ephemeral": "false"},
    		},
    		{
    			name:                  "add pod info -> keep existing volumeContext",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  2. pkg/apis/storage/validation/validation_test.go

    				Name:         "io.kubernetes.storage.csi.driver",
    				NodeID:       nodeID,
    				TopologyKeys: []string{"company.com/zone1", "company.com/zone2"},
    			}},
    		},
    	}, {
    		// driver name: dash only
    		ObjectMeta: metav1.ObjectMeta{Name: "foo2"},
    		Spec: storage.CSINodeSpec{
    			Drivers: []storage.CSINodeDriver{{
    				Name:         "io-kubernetes-storage-csi-driver",
    				NodeID:       nodeID,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  3. pkg/volume/csi/csi_attacher_test.go

    		testName           string
    		pvName             string
    		volumeId           string
    		skipPVCSISource    bool // The test clears PV.Spec.CSI
    		shouldFail         bool
    		addVolSource       bool // The test adds a Volume.VolumeSource.CSI.
    		removeVolumeHandle bool // The test force removes CSI volume handle.
    	}{
    		{
    			testName: "success test",
    			pvName:   "test-pv1",
    			volumeId: "test-vol1",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  4. cluster/gce/windows/k8s-node-setup.psm1

    # Example:
    # I0928 03:15:50.440223    4880 main.go:51] Starting CSI-Proxy Server ...
    [INPUT]
        Name             tail
        Alias            csi-proxy
        Tag              csi-proxy
        Mem_Buf_Limit    5MB
        Skip_Long_Lines  On
        Refresh_Interval 5
        Path             /etc/kubernetes/logs/csi-proxy.log
        DB               /var/run/google-fluentbit/pos-files/csi-proxy.db
        Multiline        On
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  5. pkg/controller/volume/persistentvolume/pv_controller.go

    	pluginName := plugin.GetPluginName()
    	if pluginName != "kubernetes.io/csi" && claim.Spec.DataSource != nil {
    		// Only CSI plugin can have a DataSource. Fail the operation
    		// if Datasource in Claim is not nil and it is not a CSI plugin,
    		strerr := fmt.Sprintf("plugin %q is not a CSI plugin. Only CSI plugin can provision a claim with a datasource", pluginName)
    		logger.V(2).Info(strerr)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  6. staging/publishing/rules.yaml

          - staging/src/k8s.io/cluster-bootstrap
      library: true
    - destination: csi-translation-lib
      branches:
      - name: master
        dependencies:
        - repository: api
          branch: master
        - repository: apimachinery
          branch: master
        source:
          branch: master
          dirs:
          - staging/src/k8s.io/csi-translation-lib
      - name: release-1.27
        go: 1.21.11
        dependencies:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 09:33:40 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.31.md

    - CephRBD volume plugin ( `kubernetes.io/rbd`) was removed in this release. And its csi migration support was also removed, so the `rbd` volume type became non-functional. Alternative is to use RBD CSI driver (https://github.com/ceph/ceph-csi/) in your Kubernetes Cluster. A re-deployment of your application is required to use the new driver if you were using `kubernetes.io/rbd` volume plugin before upgrading cluster...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  8. plugin/pkg/admission/noderestriction/admission_test.go

    				Name: "mynode",
    			},
    			Spec: storage.CSINodeSpec{
    				Drivers: []storage.CSINodeDriver{
    					{
    						Name:         "com.example.csi/mydriver",
    						NodeID:       "com.example.csi/mynode",
    						TopologyKeys: []string{"com.example.csi/zone"},
    					},
    				},
    			},
    		}
    		nodeInfoWrongName = &storage.CSINode{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: "foo",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/enable-core-dump.yaml.5.template.gen.yaml

          - emptyDir:
            name: workload-socket
          - emptyDir:
            name: credential-socket
          {{- if eq .Values.global.caName "GkeWorkloadCertificate" }}
          - name: gke-workload-certificate
            csi:
              driver: workloadcertificates.security.cloud.google.com
          {{- else }}
          - emptyDir:
            name: workload-certs
          {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello-existing-cncf-networks-json.yaml.16.template.gen.yaml

          - emptyDir:
            name: workload-socket
          - emptyDir:
            name: credential-socket
          {{- if eq .Values.global.caName "GkeWorkloadCertificate" }}
          - name: gke-workload-certificate
            csi:
              driver: workloadcertificates.security.cloud.google.com
          {{- else }}
          - emptyDir:
            name: workload-certs
          {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top