Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 659 for host:kubernetes.io (0.02 sec)

  1. Reference Documentation Quickstart | Kubernetes

    This page shows how to use the update-imported-docs.py script to generate the Kubernetes reference documentation. The script automates the build setup and generates the reference documentation for a release. Before you begin Requirements: You need a machine that is running Linux or macOS. You need to have these tools installed: Python v3.7.x+ Git Golang version 1.13+ Pip used to install PyYAML PyYAML v5.1.2 make gcc compiler/linker Docker (Required only for kubectl command reference) Your PATH environment variable must include the required build tools, such as the Go binary and python.
    kubernetes.io/docs/contribute/generate-ref-docs/quickstart/
    Registered: Fri Jul 26 07:11:27 UTC 2024
    - 436.2K bytes
    - Viewed (0)
  2. Other Tools | Kubernetes

    Kubernetes contains several tools to help you work with the Kubernetes system. crictl crictl is a command-line interface for inspecting and debugging CRI-compatible container runtimes. Dashboard Dashboard, the web-based user interface of Kubernetes, allows you to deploy containerized applications to a Kubernetes cluster, troubleshoot them, and manage the cluster and its resources itself. Helm ๐Ÿ›‡ This item links to a third party project or product that is not part of Kubernetes itself.
    kubernetes.io/docs/reference/tools/
    Registered: Fri Jul 26 07:11:46 UTC 2024
    - 419.6K bytes
    - Viewed (0)
  3. kubelet | Kubernetes

    Synopsis The kubelet is the primary "node agent" that runs on each node. It can register the node with the apiserver using one of: the hostname; a flag to override the hostname; or specific logic for a cloud provider. The kubelet works in terms of a PodSpec. A PodSpec is a YAML or JSON object that describes a pod. The kubelet takes a set of PodSpecs that are provided through various mechanisms (primarily through the apiserver) and ensures that the containers described in those PodSpecs are running and healthy.
    kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
    Registered: Fri Jul 26 07:07:46 UTC 2024
    - 495.8K bytes
    - Viewed (0)
  4. kube-scheduler Configuration (v1) | Kubernetes

    Resource Types DefaultPreemptionArgs InterPodAffinityArgs KubeSchedulerConfiguration NodeAffinityArgs NodeResourcesBalancedAllocationArgs NodeResourcesFitArgs PodTopologySpreadArgs VolumeBindingArgs ClientConnectionConfiguration Appears in: KubeSchedulerConfiguration ClientConnectionConfiguration contains details for constructing a client. FieldDescription kubeconfig [Required] string kubeconfig is the path to a KubeConfig file. acceptContentTypes [Required] string acceptContentTypes defines the Accept header sent by clients when connecting to a server, overriding the default value of 'application/json'. This field will control all connections to the server used by a particular client. contentType [Required] string contentType is the content type used when sending data to the server from this client.
    kubernetes.io/docs/reference/config-api/kube-scheduler-config.v1/
    Registered: Fri Jul 26 07:07:59 UTC 2024
    - 460.9K bytes
    - Viewed (0)
  5. Kubernetes Metrics (v1beta1) | Kubernetes

    Package v1beta1 is the v1beta1 version of the metrics API. Resource Types NodeMetrics NodeMetricsList PodMetrics PodMetricsList NodeMetrics Appears in: NodeMetricsList NodeMetrics sets resource usage metrics of a node. FieldDescription apiVersionstringmetrics.k8s.io/v1beta1 kindstringNodeMetrics 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. timestamp [Required] meta/v1.Time The following fields define time interval from which metrics were collected from the interval [Timestamp-Window, Timestamp].
    kubernetes.io/docs/reference/external-api/metrics.v1beta1/
    Registered: Fri Jul 26 07:08:20 UTC 2024
    - 424.7K bytes
    - Viewed (0)
  6. Documentation Content Guide | Kubernetes

    This page contains guidelines for Kubernetes documentation. If you have questions about what's allowed, join the #sig-docs channel in Kubernetes Slack and ask! You can register for Kubernetes Slack at https://slack.k8s.io/. For information on creating new content for the Kubernetes docs, follow the style guide. Overview Source for the Kubernetes website, including the docs, resides in the kubernetes/website repository. Located in the kubernetes/website/content/<language_code>/docs folder, the majority of Kubernetes documentation is specific to the Kubernetes project.
    kubernetes.io/docs/contribute/style/content-guide/
    Registered: Fri Jul 26 07:09:27 UTC 2024
    - 421.6K bytes
    - Viewed (0)
  7. Generating Reference Documentation for kubectl ...

    This page shows how to generate the kubectl command reference. Note:This topic shows how to generate reference documentation for kubectl commands like kubectl apply and kubectl taint. This topic does not show how to generate the kubectl options reference page. For instructions on how to generate the kubectl options reference page, see Generating Reference Pages for Kubernetes Components and Tools. Before you begin Requirements: You need a machine that is running Linux or macOS.
    kubernetes.io/docs/contribute/generate-ref-docs/kubectl/
    Registered: Fri Jul 26 07:09:33 UTC 2024
    - 435.1K bytes
    - Viewed (0)
  8. Scheduling Policies | Kubernetes

    In Kubernetes versions before v1.23, a scheduling policy can be used to specify the predicates and priorities process. For example, you can set a scheduling policy by running kube-scheduler --policy-config-file <filename> or kube-scheduler --policy-configmap <ConfigMap>. This scheduling policy is not supported since Kubernetes v1.23. Associated flags policy-config-file, policy-configmap, policy-configmap-namespace and use-legacy-policy-config are also not supported. Instead, use the Scheduler Configuration to achieve similar behavior. What's next Learn about scheduling Learn about kube-scheduler Configuration Read the kube-scheduler configuration reference (v1)
    kubernetes.io/docs/reference/scheduling/policies/
    Registered: Fri Jul 26 07:08:30 UTC 2024
    - 419.7K bytes
    - Viewed (0)
  9. Kubelet Configuration (v1beta1) | Kubernetes

    Resource Types CredentialProviderConfig KubeletConfiguration SerializedNodeConfigSource FormatOptions Appears in: LoggingConfiguration FormatOptions contains options for the different logging formats. FieldDescription text [Required] TextOptions [Alpha] Text contains options for logging format "text". Only available when the LoggingAlphaOptions feature gate is enabled. json [Required] JSONOptions [Alpha] JSON contains options for logging format "json". Only available when the LoggingAlphaOptions feature gate is enabled. JSONOptions Appears in: FormatOptions JSONOptions contains options for logging format "json". FieldDescription OutputRoutingOptions [Required] OutputRoutingOptions (Members of OutputRoutingOptions are embedded into this type.
    kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/
    Registered: Fri Jul 26 07:07:32 UTC 2024
    - 482.8K bytes
    - Viewed (0)
  10. kubectl | Kubernetes

    Synopsis kubectl controls the Kubernetes cluster manager. Find more information in Command line tool (kubectl). kubectl [flags] Options --add-dir-header If true, adds the file directory to the header of the log messages --alsologtostderr log to standard error as well as files --as string Username to impersonate for the operation --as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --azure-container-registry-config string Path to the file containing Azure container registry configuration information.
    kubernetes.io/docs/reference/kubectl/kubectl/
    Registered: Fri Jul 26 07:06:34 UTC 2024
    - 434.8K bytes
    - Viewed (0)
Back to top