Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 41 - 50 of 661 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. kubectl config delete-cluster | Kubernetes

    Synopsis Delete the specified cluster from the kubeconfig. kubectl config delete-cluster NAME Examples # Delete the minikube cluster kubectl config delete-cluster minikube Options -h, --help help for delete-cluster --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_delete-cluster/
    Registered: Fri Apr 26 08:04:31 UTC 2024
    - 423.2K bytes
    - Viewed (0)
  2. kubectl create clusterrolebinding | Kubernetes

    Synopsis Create a cluster role binding for a particular cluster role. kubectl create clusterrolebinding NAME --clusterrole=NAME [--user=username] [--group=groupname] [--serviceaccount=namespace:serviceaccountname] [--dry-run=server|client|none] Examples # Create a cluster role binding for user1, user2, and group1 using the cluster-admin cluster role kubectl create clusterrolebinding cluster-admin --clusterrole=cluster-admin --user=user1 --user=user2 --group=group1 Options --allow-missing-template-keys     Default: true If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_clusterrolebinding/
    Registered: Fri Apr 26 08:04:41 UTC 2024
    - 428.2K bytes
    - Viewed (0)
  3. kubectl certificate deny | Kubernetes

    Synopsis Deny a certificate signing request. kubectl certificate deny allows a cluster admin to deny a certificate signing request (CSR). This action tells a certificate signing controller to not to issue a certificate to the requester. kubectl certificate deny (-f FILENAME | NAME) Examples # Deny CSR 'csr-sqgzp' kubectl certificate deny csr-sqgzp Options --allow-missing-template-keys     Default: true If true, ignore any errors in templates when a field or map key is missing in the template.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_certificate/kubectl_certificate_deny/
    Registered: Fri Apr 26 08:03:37 UTC 2024
    - 425.4K bytes
    - Viewed (0)
  4. Glossary | Kubernetes

    Glossary This glossary is intended to be a comprehensive, standardized list of Kubernetes terminology. It includes te...
    kubernetes.io/docs/reference/glossary/
    Registered: Fri Apr 26 08:22:27 UTC 2024
    - 579.7K bytes
    - Viewed (0)
  5. Localizing Kubernetes documentation | Kubernetes

    This page shows you how to localize the docs for a different language. Contribute to an existing localization You can help add or improve the content of an existing localization. In Kubernetes Slack, you can find a channel for each localization. There is also a general SIG Docs Localizations Slack channel where you can say hello. Note: For extra details on how to contribute to a specific localization, look for a localized version of this page.
    kubernetes.io/docs/contribute/localization/
    Registered: Fri Apr 26 08:21:41 UTC 2024
    - 446.8K bytes
    - Viewed (0)
  6. Share Process Namespace between Containers in a...

    This page shows how to configure process namespace sharing for a pod. When process namespace sharing is enabled, processes in a container are visible to all other containers in the same pod. You can use this feature to configure cooperating containers, such as a log handler sidecar container, or to troubleshoot container images that don't include debugging utilities like a shell. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/
    Registered: Fri Apr 26 07:40:00 UTC 2024
    - 426.3K bytes
    - Viewed (0)
  7. Reference | Kubernetes

    This section of the Kubernetes documentation contains references. API Reference Glossary - a comprehensive, standardized list of Kubernetes terminology Kubernetes API Reference One-page API Reference for Kubernetes v1.30 Using The Kubernetes API - overview of the API for Kubernetes. API access control - details on how Kubernetes controls API access Well-Known Labels, Annotations and Taints Officially supported client libraries To call the Kubernetes API from a programming language, you can use client libraries.
    kubernetes.io/docs/reference/
    Registered: Fri Apr 26 07:55:55 UTC 2024
    - 420.3K bytes
    - Viewed (0)
  8. Kubernetes API health endpoints | Kubernetes

    The Kubernetes API server provides API endpoints to indicate the current status of the API server. This page describes these API endpoints and explains how you can use them. API endpoints for health The Kubernetes API server provides 3 API endpoints (healthz, livez and readyz) to indicate the current status of the API server. The healthz endpoint is deprecated (since Kubernetes v1.16), and you should use the more specific livez and readyz endpoints instead.
    kubernetes.io/docs/reference/using-api/health-checks/
    Registered: Fri Apr 26 07:56:40 UTC 2024
    - 420K bytes
    - Viewed (0)
  9. Using Source IP | Kubernetes

    Applications running in a Kubernetes cluster find and communicate with each other, and the outside world, through the Service abstraction. This document explains what happens to the source IP of packets sent to different types of Services, and how you can toggle this behavior according to your needs. Before you begin Terminology This document makes use of the following terms: NAT Network address translation Source NAT Replacing the source IP on a packet; in this page, that usually means replacing with the IP address of a node.
    kubernetes.io/docs/tutorials/services/source-ip/
    Registered: Fri Apr 26 07:56:46 UTC 2024
    - 438.5K bytes
    - Viewed (0)
  10. Audit Annotations | Kubernetes

    This page serves as a reference for the audit annotations of the kubernetes.io namespace. These annotations apply to Event object from API group audit.k8s.io. Note: The following annotations are not used within the Kubernetes API. When you enable auditing in your cluster, audit event data is written using Event from API group audit.k8s.io. The annotations apply to audit events. Audit events are different from objects in the Event API (API group events.
    kubernetes.io/docs/reference/labels-annotations-taints/audit-annotations/
    Registered: Fri Apr 26 07:56:52 UTC 2024
    - 421.3K bytes
    - Viewed (0)
Back to top