Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test [xss] %27 テスト

Results 101 - 110 of 673 for host:kubernetes.io (0.03 sec)

  1. Traces For Kubernetes System Components | Kuber...

    FEATURE STATE: Kubernetes v1.27 [beta] System component traces record the latency of and relationships between operations in the cluster. Kubernetes components emit traces using the OpenTelemetry Protocol with the gRPC exporter and can be collected and routed to tracing backends using an OpenTelemetry Collector. Trace Collection Kubernetes components have built-in gRPC exporters for OTLP to export traces, either with an OpenTelemetry Collector, or without an OpenTelemetry Collector. For a complete guide to collecting traces and using the collector, see Getting Started with the OpenTelemetry Collector.
    kubernetes.io/docs/concepts/cluster-administration/system-traces/
    Registered: Wed Feb 12 06:00:45 UTC 2025
    - 439.9K bytes
    - Viewed (0)
  2. Install Tools | Kubernetes

    Set up Kubernetes tools on your computer.
    kubernetes.io/docs/tasks/tools/
    Registered: Wed Feb 12 06:00:33 UTC 2025
    - 430K bytes
    - Viewed (0)
  3. Declarative Management of Kubernetes Objects Us...

    Kustomize is a standalone tool to customize Kubernetes objects through a kustomization file. Since 1.14, kubectl also supports the management of Kubernetes objects using a kustomization file. To view resources found in a directory containing a kustomization file, run the following command: kubectl kustomize <kustomization_directory> To apply those resources, run kubectl apply with --kustomize or -k flag: kubectl apply -k <kustomization_directory> Before you begin Install kubectl. 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/manage-kubernetes-objects/kustomization/
    Registered: Wed Feb 12 06:13:15 UTC 2025
    - 532.1K bytes
    - Viewed (0)
  4. Debug Pods | Kubernetes

    This guide is to help users debug applications that are deployed into Kubernetes and not behaving correctly. This is not a guide for people who want to debug their cluster. For that you should check out this guide. Diagnosing the problem The first step in troubleshooting is triage. What is the problem? Is it your Pods, your Replication Controller or your Service? Debugging Pods Debugging Replication Controllers Debugging Services Debugging Pods The first step in debugging a Pod is taking a look at it.
    kubernetes.io/docs/tasks/debug/debug-application/debug-pods/
    Registered: Wed Feb 12 06:13:22 UTC 2025
    - 439.4K bytes
    - Viewed (0)
  5. Monitor Node Health | Kubernetes

    Node Problem Detector is a daemon for monitoring and reporting about a node's health. You can run Node Problem Detector as a DaemonSet or as a standalone daemon. Node Problem Detector collects information about node problems from various daemons and reports these conditions to the API server as Node Conditions or as Events. To learn how to install and use Node Problem Detector, see Node Problem Detector project documentation.
    kubernetes.io/docs/tasks/debug/debug-cluster/monitor-node-health/
    Registered: Wed Feb 12 06:12:48 UTC 2025
    - 458.8K bytes
    - Viewed (0)
  6. kubectl create priorityclass | Kubernetes

    Synopsis Create a priority class with the specified name, value, globalDefault and description. kubectl create priorityclass NAME --value=VALUE --global-default=BOOL [--dry-run=server|client|none] Examples # Create a priority class named high-priority kubectl create priorityclass high-priority --value=1000 --description="high priority" # Create a priority class named default-priority that is considered as the global default priority kubectl create priorityclass default-priority --value=1000 --global-default=true --description="default priority" # Create a priority class named high-priority that cannot preempt pods with lower priority kubectl create priorityclass high-priority --value=1000 --description="high priority" --preemption-policy="Never" 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_create/kubectl_create_priorityclass/
    Registered: Wed Feb 12 06:41:33 UTC 2025
    - 441.3K bytes
    - Viewed (0)
  7. kubectl create token | Kubernetes

    Synopsis Request a service account token. kubectl create token SERVICE_ACCOUNT_NAME Examples # Request a token to authenticate to the kube-apiserver as the service account "myapp" in the current namespace kubectl create token myapp # Request a token for a service account in a custom namespace kubectl create token myapp --namespace myns # Request a token with a custom expiration kubectl create token myapp --duration 10m # Request a token with a custom audience kubectl create token myapp --audience https://example.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_token/
    Registered: Wed Feb 12 06:41:51 UTC 2025
    - 438.5K bytes
    - Viewed (0)
  8. kube-apiserver Configuration (v1beta1) | Kubern...

    Package v1beta1 is the v1beta1 version of the API. Resource Types AuthenticationConfiguration AuthorizationConfiguration EgressSelectorConfiguration TracingConfiguration TracingConfiguration Appears in: KubeletConfiguration TracingConfiguration TracingConfiguration TracingConfiguration provides versioned configuration for OpenTelemetry tracing clients. FieldDescription endpoint string Endpoint of the collector this component will report traces to. The connection is insecure, and does not currently support TLS. Recommended is unset, and endpoint is the otlp grpc default, localhost:4317. samplingRatePerMillion int32 SamplingRatePerMillion is the number of samples to collect per million spans.
    kubernetes.io/docs/reference/config-api/apiserver-config.v1beta1/ Similar Results (1)
    Registered: Wed Feb 12 06:46:27 UTC 2025
    - 467.1K bytes
    - Viewed (0)
  9. kubeadm Configuration (v1beta4) | Kubernetes

    Overview Package v1beta4 defines the v1beta4 version of the kubeadm configuration file format. This version improves on the v1beta3 format by fixing some minor issues and adding a few new fields. A list of changes since v1beta3: Support custom environment variables in control plane components under ClusterConfiguration. Use apiServer.extraEnvs, controllerManager.extraEnvs, scheduler.extraEnvs, etcd.local.extraEnvs. The ResetConfiguration API type is now supported in v1beta4. Users are able to reset a node by passing a --config file to kubeadm reset.
    kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta4/
    Registered: Wed Feb 12 06:46:32 UTC 2025
    - 518.1K bytes
    - Viewed (0)
  10. Image Policy API (v1alpha1) | Kubernetes

    Resource Types ImageReview ImageReview ImageReview checks if the set of images in a pod are allowed. FieldDescription apiVersionstringimagepolicy.k8s.io/v1alpha1 kindstringImageReview metadata meta/v1.ObjectMeta Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata Refer to the Kubernetes API documentation for the fields of the metadata field. spec [Required] ImageReviewSpec Spec holds information about the pod being evaluated status ImageReviewStatus Status is filled in by the backend and indicates whether the pod should be allowed. ImageReviewContainerSpec Appears in:
    kubernetes.io/docs/reference/config-api/imagepolicy.v1alpha1/
    Registered: Wed Feb 12 06:45:13 UTC 2025
    - 431.9K bytes
    - Viewed (0)
Back to top