Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 163 for storage (0.17 sec)

  1. common-protos/k8s.io/api/storage/v1/generated.proto

      // This list might grow, but the prefix will be used.
      // "csi.storage.k8s.io/pod.name": pod.Name
      // "csi.storage.k8s.io/pod.namespace": pod.Namespace
      // "csi.storage.k8s.io/pod.uid": string(pod.UID)
      // "csi.storage.k8s.io/ephemeral": "true" if the volume is an ephemeral inline volume
      //                                 defined by a CSIVolumeSource, otherwise "false"
      //
      // "csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24.7K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional ScaleIOVolumeSource scaleIO = 25;
    
      // storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
      // +optional
      optional StorageOSVolumeSource storageos = 27;
    
      // csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
      // +optional
      optional CSIVolumeSource csi = 28;
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  3. manifests/charts/istio-control/istio-discovery/README.md

    # Istiod Helm Chart
    
    This chart installs an Istiod deployment.
    
    ## Setup Repo Info
    
    ```console
    helm repo add istio https://istio-release.storage.googleapis.com/charts
    helm repo update
    ```
    
    _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
    
    ## Installing the Chart
    
    Before installing, ensure CRDs are installed in the cluster (from the `istio/base` chart).
    
    Plain Text
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 2K bytes
    - Viewed (0)
  4. common/scripts/metallb-native.yaml

                type: object
              status:
                description: BFDProfileStatus defines the observed state of BFDProfile.
                type: object
            type: object
        served: true
        storage: true
        subresources:
          status: {}
    ---
    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      annotations:
        controller-gen.kubebuilder.io/version: v0.11.1
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Fri Feb 23 23:56:31 GMT 2024
    - 63.9K bytes
    - Viewed (0)
  5. manifests/charts/default/templates/mutatingwebhook.yaml

          operator: DoesNotExist
        - key: istio.io/rev
          operator: DoesNotExist
        - key: "kubernetes.io/metadata.name"
          operator: "NotIn"
          values: ["kube-system","kube-public","kube-node-lease","local-path-storage"]
      objectSelector:
        matchExpressions:
        - key: sidecar.istio.io/inject
          operator: DoesNotExist
        - key: istio.io/rev
          operator: DoesNotExist
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 3.7K bytes
    - Viewed (0)
  6. manifests/charts/istio-cni/README.md

    This chart installs the Istio CNI Plugin. See the [CNI installation guide](https://istio.io/latest/docs/setup/additional-setup/cni/)
    for more information.
    
    ## Setup Repo Info
    
    ```console
    helm repo add istio https://istio-release.storage.googleapis.com/charts
    helm repo update
    ```
    
    _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation._
    
    ## Installing the Chart
    
    To install the chart with the release name `istio-cni`:
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 2.5K bytes
    - Viewed (0)
  7. istioctl/pkg/writer/ztunnel/configdump/testdata/dump.json

        "/10.244.0.4": {
          "workloadIps": [
            "10.244.0.4"
          ],
          "protocol": "TCP",
          "uid": "Kubernetes//Pod/local-path-storage/local-path-provisioner-6f8956fb48-vvnpn",
          "name": "local-path-provisioner-6f8956fb48-vvnpn",
          "namespace": "local-path-storage",
          "trustDomain": "cluster.local",
          "serviceAccount": "local-path-provisioner-service-account",
          "workloadName": "local-path-provisioner",
    Json
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Tue Apr 16 03:28:36 GMT 2024
    - 33.1K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/storage/v1alpha1/generated.proto

      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
      // nodeTopology defines which nodes have access to the storage
      // for which capacity was reported. If not set, the storage is
      // not accessible from any node in the cluster. If empty, the
      // storage is accessible from all nodes. This field is
      // immutable.
      //
      // +optional
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 9.4K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/storage/v1beta1/generated.proto

      // "csi.storage.k8s.io/pod.name": pod.Name
      // "csi.storage.k8s.io/pod.namespace": pod.Namespace
      // "csi.storage.k8s.io/pod.uid": string(pod.UID)
      // "csi.storage.k8s.io/ephemeral": "true" if the volume is an ephemeral inline volume
      //                                 defined by a CSIVolumeSource, otherwise "false"
      //
      // "csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 24.9K bytes
    - Viewed (0)
  10. manifests/charts/gateway/values.yaml

      terminationGracePeriodSeconds: 30
    
      # A list of `Volumes` added into the Gateway Pods. See
      # https://kubernetes.io/docs/concepts/storage/volumes/.
      volumes: []
    
      # A list of `VolumeMounts` added into the Gateway Pods. See
      # https://kubernetes.io/docs/concepts/storage/volumes/.
      volumeMounts: []
    
      # Configure this to a higher priority class in order to make sure your Istio gateway pods
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Jan 11 16:55:28 GMT 2024
    - 4.4K bytes
    - Viewed (0)
Back to top