Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Pearce (0.17 sec)

  1. cni/README.md

        - [daemonset and configmap](https://docs.projectcalico.org/v3.2/getting-started/kubernetes/installation/hosted/calico.yaml) - search for the `calico-node` Daemonset and its `install-cni` container deployment
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Feb 28 17:29:38 GMT 2024
    - 12.1K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // Duplicated nameservers will be removed.
      // +optional
      repeated string nameservers = 1;
    
      // A list of DNS search domains for host-name lookup.
      // This will be appended to the base search paths generated from DNSPolicy.
      // Duplicated search paths will be removed.
      // +optional
      repeated string searches = 2;
    
      // A list of DNS resolver options.
    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. operator/README.md

    levels representing a child dependency, use the following command:
    
    ```bash
    istioctl manifest generate -o istio_manifests
    ```
    
    Use depth first search to traverse the created directory hierarchy when applying your YAML files. This is needed for
    correct sequencing of dependencies. Child manifest directories must wait for their parent directory to be fully applied,
    Plain Text
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Sun Sep 17 08:27:52 GMT 2023
    - 17.5K bytes
    - Viewed (0)
Back to top