Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 301 - 310 of 669 for host:kubernetes.io (0.12 sec)

  1. kubectl create service clusterip | Kubernetes

    Synopsis Create a ClusterIP service with the specified name. kubectl create service clusterip NAME [--tcp=<port>:<targetPort>] [--dry-run=server|client|none] Examples # Create a new ClusterIP service named my-cs kubectl create service clusterip my-cs --tcp=5678:8080 # Create a new ClusterIP service named my-cs (in headless mode) kubectl create service clusterip my-cs --clusterip="None" 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_service_clusterip/
    Registered: Fri Nov 15 07:25:25 UTC 2024
    - 437K bytes
    - Viewed (0)
  2. 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 Nov 15 07:30:26 UTC 2024
    - 503.2K bytes
    - Viewed (0)
  3. Documenting a feature for a release | Kubernetes

    Each major Kubernetes release introduces new features that require documentation. New releases also bring updates to existing features and documentation (such as upgrading a feature from alpha to beta). Generally, the SIG responsible for a feature submits draft documentation of the feature as a pull request to the appropriate development branch of the kubernetes/website repository, and someone on the SIG Docs team provides editorial feedback or edits the draft directly.
    kubernetes.io/docs/contribute/new-content/new-features/
    Registered: Fri Nov 15 07:30:40 UTC 2024
    - 440.1K bytes
    - Viewed (0)
  4. 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 Nov 15 07:30:46 UTC 2024
    - 432.1K bytes
    - Viewed (0)
  5. 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 Nov 15 07:35:29 UTC 2024
    - 442.5K bytes
    - Viewed (0)
  6. kubeadm Configuration (v1beta3) | Kubernetes

    Overview Package v1beta3 defines the v1beta3 version of the kubeadm configuration file format. This version improves on the v1beta2 format by fixing some minor issues and adding a few new fields. A list of changes since v1beta2: The deprecated "ClusterConfiguration.useHyperKubeImage" field has been removed. Kubeadm no longer supports the hyperkube image. The "ClusterConfiguration.dns.type" field has been removed since CoreDNS is the only supported DNS server type by kubeadm. Include "datapolicy" tags on the fields that hold secrets.
    kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta3/
    Registered: Fri Nov 15 07:35:02 UTC 2024
    - 485.3K bytes
    - Viewed (0)
  7. 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 Nov 15 07:34:19 UTC 2024
    - 443.6K bytes
    - Viewed (0)
  8. Services, Load Balancing, and Networking | Kube...

    Concepts and resources behind networking in Kubernetes.
    kubernetes.io/docs/concepts/services-networking/
    Registered: Fri Nov 15 06:29:56 UTC 2024
    - 433.4K bytes
    - Viewed (0)
  9. ReplicaSet | Kubernetes

    A ReplicaSet's purpose is to maintain a stable set of replica Pods running at any given time. Usually, you define a Deployment and let that Deployment manage ReplicaSets automatically.
    kubernetes.io/docs/concepts/workloads/controllers/replicaset/
    Registered: Fri Nov 15 06:30:49 UTC 2024
    - 465.9K bytes
    - Viewed (0)
  10. Horizontal Pod Autoscaling | Kubernetes

    In Kubernetes, a HorizontalPodAutoscaler automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.
    kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
    Registered: Fri Nov 15 06:57:18 UTC 2024
    - 473.2K bytes
    - Viewed (0)
Back to top