- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 696 for host:kubernetes.io (0.02 sec)
-
Metrics for Kubernetes Object States | Kubernetes
kube-state-metrics, an add-on agent to generate and expose cluster-level metrics.kubernetes.io/docs/concepts/cluster-administration/kube-state-metrics/Registered: Mon Aug 25 07:22:38 UTC 2025 - 456.4K bytes - Viewed (0) -
Adding Linux worker nodes | Kubernetes
This page explains how to add Linux worker nodes to a kubeadm cluster. Before you begin Each joining worker node has installed the required components from Installing kubeadm, such as, kubeadm, the kubelet and a container runtime. A running kubeadm cluster created by kubeadm init and following the steps in the document Creating a cluster with kubeadm. You need superuser access to the node. Adding Linux worker nodes To add new Linux worker nodes to your cluster do the following for each machine:kubernetes.io/docs/tasks/administer-cluster/kubeadm/adding-linux-nodes/Registered: Mon Aug 25 07:21:27 UTC 2025 - 459.7K bytes - Viewed (0) -
Install Tools | Kubernetes
Set up Kubernetes tools on your computer.kubernetes.io/docs/tasks/tools/Registered: Mon Aug 25 07:24:37 UTC 2025 - 454.5K bytes - Viewed (0) -
Install and Set Up kubectl on Windows | Kubernetes
Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.33 client can communicate with v1.32, v1.33, and v1.34 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Windows The following methods exist for installing kubectl on Windows: Install kubectl binary on Windows (via direct download or curl) Install on Windows using Chocolatey, Scoop, or winget Install kubectl binary on Windows (via direct download or curl) You have two options for installing kubectl on your Windows devicekubernetes.io/docs/tasks/tools/install-kubectl-windows/Registered: Mon Aug 25 07:24:46 UTC 2025 - 471.4K bytes - Viewed (0) -
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: Mon Aug 25 07:23:41 UTC 2025 - 464.6K bytes - Viewed (0) -
Windows in Kubernetes | Kubernetes
Kubernetes supports nodes that run Microsoft Windows.kubernetes.io/docs/concepts/windows/Registered: Mon Aug 25 07:23:50 UTC 2025 - 453.3K bytes - Viewed (0) -
Changing The Kubernetes Package Repository | Ku...
This page explains how to enable a package repository for the desired Kubernetes minor release upon upgrading a cluster. This is only needed for users of the community-owned package repositories hosted at pkgs.k8s.io. Unlike the legacy package repositories, the community-owned package repositories are structured in a way that there's a dedicated package repository for each Kubernetes minor version. Note:This guide only covers a part of the Kubernetes upgrade process. Please see the upgrade guide for more information about upgrading Kubernetes clusters.kubernetes.io/docs/tasks/administer-cluster/kubeadm/change-package-repository/Registered: Mon Aug 25 07:23:55 UTC 2025 - 463.7K bytes - Viewed (0) -
Find Out What Container Runtime is Used on a No...
This page outlines steps to find out what container runtime the nodes in your cluster use. Depending on the way you run your cluster, the container runtime for the nodes may have been pre-configured or you need to configure it. If you're using a managed Kubernetes service, there might be vendor-specific ways to check what container runtime is configured for the nodes. The method described on this page should work whenever the execution of kubectl is allowed.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use/Registered: Mon Aug 25 07:24:12 UTC 2025 - 457.7K bytes - Viewed (0) -
Set Kubelet Parameters Via A Configuration File...
Before you begin Some steps in this page use the jq tool. If you don't have jq, you can install it via your operating system's software sources, or fetch it from https://jqlang.github.io/jq/. Some steps also involve installing curl, which can be installed via your operating system's software sources. A subset of the kubelet's configuration parameters may be set via an on-disk config file, as a substitute for command-line flags. Providing parameters via a config file is the recommended approach because it simplifies node deployment and configuration management.kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/Registered: Mon Aug 25 07:27:11 UTC 2025 - 482.1K bytes - Viewed (0) -
Limit Storage Consumption | Kubernetes
This example demonstrates how to limit the amount of storage consumed in a namespace. The following resources are used in the demonstration: ResourceQuota, LimitRange, and PersistentVolumeClaim. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.kubernetes.io/docs/tasks/administer-cluster/limit-storage-consumption/Registered: Mon Aug 25 07:25:38 UTC 2025 - 460K bytes - Viewed (0)