Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 1 - 5 of 5 for host:kind.sigs.k8s.io (0.02 sec)

  1. config-with-mounts.yaml

    kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane # add a mount from /path/to/my/files on the host to /files on the node extraMounts: - hostPath: /path/to/my/files conta...
    kind.sigs.k8s.io/examples/config-with-mounts.yaml
    Registered: Fri Apr 26 07:11:30 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. site.webmanifest

    { "name": "", "short_name": "", "icons": [ { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "im...
    kind.sigs.k8s.io/site.webmanifest
    Registered: Fri Apr 26 07:10:38 UTC 2024
    - 426 bytes
    - Viewed (0)
  3. kind-with-registry.sh

    #!/bin/sh set -o errexit # 1. Create registry container unless it already exists reg_name='kind-registry' reg_port='5001' if [ "$(docker inspect -f '{{.State.Running}}' "${reg_name}" 2>/dev/null ||...
    kind.sigs.k8s.io/examples/kind-with-registry.sh
    Registered: Fri Apr 26 07:11:16 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. kind-gcr.sh

    #!/bin/sh set -o errexit # desired cluster name; default is "kind" KIND_CLUSTER_NAME="${KIND_CLUSTER_NAME:-kind}" # create a temp file for the docker config echo "Creating temporary docker client c...
    kind.sigs.k8s.io/examples/kind-gcr.sh
    Registered: Fri Apr 26 07:11:34 UTC 2024
    - 1.5K bytes
    - Viewed (1)
  5. config-with-port-mapping.yaml

    kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane # port forward 80 on the host to 80 on this node extraPortMappings: - containerPort: 80 hostPort: 80 # optional: set th...
    kind.sigs.k8s.io/examples/config-with-port-mapping.yaml
    Registered: Fri Apr 26 07:11:27 UTC 2024
    - 408 bytes
    - Viewed (1)
Back to top