Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 523 for kubeutil (0.12 sec)

  1. hack/verify-testing-import.sh

      "${KUBE_ROOT}/cmd/kube-apiserver"
      "${KUBE_ROOT}/cmd/kube-controller-manager"
      "${KUBE_ROOT}/cmd/kube-proxy"
      "${KUBE_ROOT}/cmd/kube-scheduler"
      "${KUBE_ROOT}/cmd/kubectl"
      "${KUBE_ROOT}/cmd/kubectl-convert"
      "${KUBE_ROOT}/cmd/kubelet"
      "${KUBE_ROOT}/cmd/kubeadm"
    )
    
    pkgs_with_testing_import=()
    for file in "${RELEASE_BIN_PKGS[@]}"
    do
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 25 11:56:42 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. src/test/java/jcifs/tests/KerberosTest.java

    import jcifs.smb.SmbException;
    import jcifs.smb.SmbFile;
    import jcifs.smb.SmbSessionInternal;
    import jcifs.smb.SmbTreeHandleInternal;
    import jcifs.smb.SmbUnsupportedOperationException;
    import sun.security.jgss.krb5.Krb5Util;
    import sun.security.krb5.Asn1Exception;
    import sun.security.krb5.Credentials;
    import sun.security.krb5.EncryptionKey;
    import sun.security.krb5.KrbAsReqBuilder;
    import sun.security.krb5.KrbException;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Mar 01 09:46:04 UTC 2020
    - 11.5K bytes
    - Viewed (0)
  3. pkg/kubectl/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-cli-maintainers
    reviewers:
      - sig-cli-reviewers
    labels:
      - area/kubectl
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 14 17:55:35 UTC 2022
    - 156 bytes
    - Viewed (0)
  4. cmd/kubectl/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-cli-maintainers
    reviewers:
      - sig-cli-reviewers
    labels:
      - area/kubectl
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 14 17:55:35 UTC 2022
    - 156 bytes
    - Viewed (0)
  5. hack/verify-file-sizes.sh

    source "${KUBE_ROOT}/hack/lib/init.sh"
    cd "${KUBE_ROOT}"
    
    # Files larger than 1MB need to be allowed explicitly.
    maxsize=$((1 * 1024 * 1024))
    
    # Sorted list of those exceptions.
    allowlist=(
        staging/src/k8s.io/kubectl/images/kubectl-logo-full.png
    )
    
    
    # Files larger than 1MB get reported and verification fails, unless the file is
    # allowed to be larger. Any output or a non-zero exit status indicate a
    # failure.
    largefiles () {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 19:39:50 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  6. helm/minio/README.md

    ```
    kubectl -n minio create secret generic minio-trusted-certs --from-file=public.crt --from-file=keycloak.crt
    ```
    
    If TLS is not enabled, you would need only the third party CA:
    
    ```
    kubectl -n minio create secret generic minio-trusted-certs --from-file=keycloak.crt
    ```
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jan 24 07:27:57 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  7. pkg/collateral/control_test.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    /*
    NOTICE: The zsh constants are derived from the kubectl completion code,
    (k8s.io/kubernetes/pkg/kubectl/cmd/completion/completion.go), with the
    following copyright/license:
    
    Copyright 2016 The Kubernetes Authors.
    Licensed under the Apache License, Version 2.0 (the "License");
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  8. releasenotes/notes/cni-uds-log.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 32437
    
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 15 00:21:45 UTC 2021
    - 264 bytes
    - Viewed (0)
  9. releasenotes/notes/update-grafana-memory-compute.yaml

      to display memory. This metric only counts memory that *cannot be reclaimed* by the kernel even under memory pressure,
      and therefore more relevant for tracking. It is also consistent with `kubectl top`. The reported values are lower than
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 25 16:11:21 UTC 2020
    - 474 bytes
    - Viewed (0)
  10. .github/ISSUE_TEMPLATE/bug_report.yml

        attributes:
          label: Version
          description: Include the output of `istioctl version`, `kubectl version --short`, and `helm version --short` (if you used Helm)
          placeholder: |
            $ istioctl version
            client version: 1.0.0
            control plane version: 1.0.0
            data plane version: 1.0.0 (100 proxies)
            $ kubectl version
            Client Version: v1.0.0
            Kustomize Version: v1.0.0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 15:17:29 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top