Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 381 - 390 of 723 for host:kubernetes.io (0.03 sec)

  1. Certificate Management with kubeadm | Kubernetes

    FEATURE STATE: Kubernetes v1.15 [stable] Client certificates generated by kubeadm expire after 1 year. This page explains how to manage certificate renewals with kubeadm. It also covers other tasks related to kubeadm certificate management. The Kubernetes project recommends upgrading to the latest patch releases promptly, and to ensure that you are running a supported minor release of Kubernetes. Following this recommendation helps you to stay secure. Before you begin You should be familiar with PKI certificates and requirements in Kubernetes.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/
    Registered: Mon Jan 26 06:46:35 UTC 2026
    - 527.7K bytes
    - Viewed (0)
  2. Migrating telemetry and security agents from do...

    Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Kubernetes' support for direct integration with Docker Engine is deprecated and has been removed. Most apps do not have a direct dependency on runtime hosting containers. However, there are still a lot of telemetry and monitoring agents that have a dependency on Docker to collect containers metadata, logs, and metrics.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-sec...
    Registered: Mon Jan 26 06:45:54 UTC 2026
    - 481.7K bytes
    - Viewed (0)
  3. Declarative Management of Kubernetes Objects Us...

    Kubernetes objects can be created, updated, and deleted by storing multiple object configuration files in a directory and using kubectl apply to recursively create and update those objects as needed. This method retains writes made to live objects without merging the changes back into the object configuration files. kubectl diff also gives you a preview of what changes apply will make. 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/declarative-config/
    Registered: Mon Jan 26 07:00:41 UTC 2026
    - 602.3K bytes
    - Viewed (0)
  4. Reference | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/
    Registered: Mon Jan 26 07:11:57 UTC 2026
    - 476.5K bytes
    - Viewed (0)
  5. Example: Deploying WordPress and MySQL with Per...

    This tutorial shows you how to deploy a WordPress site and a MySQL database using Minikube. Both applications use PersistentVolumes and PersistentVolumeClaims to store data. A PersistentVolume (PV) is a piece of storage in the cluster that has been manually provisioned by an administrator, or dynamically provisioned by Kubernetes using a StorageClass. A PersistentVolumeClaim (PVC) is a request for storage by a user that can be fulfilled by a PV.
    kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/
    Registered: Mon Jan 26 07:12:18 UTC 2026
    - 511.2K bytes
    - Viewed (0)
  6. kubectl rollout history | Kubernetes

    Synopsis View previous rollout revisions and configurations. kubectl rollout history (TYPE NAME | TYPE/NAME) [flags] Examples # View the rollout history of a deployment kubectl rollout history deployment/abc # View the details of daemonset revision 3 kubectl rollout history daemonset/abc --revision=3 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_rollout/kubectl_rollout_history/
    Registered: Mon Jan 26 07:33:22 UTC 2026
    - 477.5K bytes
    - Viewed (0)
  7. kubectl rollout pause | Kubernetes

    Synopsis Mark the provided resource as paused. Paused resources will not be reconciled by a controller. Use "kubectl rollout resume" to resume a paused resource. Currently only deployments support being paused. kubectl rollout pause RESOURCE Examples # Mark the nginx deployment as paused # Any current state of the deployment will continue its function; new updates # to the deployment will not have an effect as long as the deployment is paused kubectl rollout pause deployment/nginx 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_rollout/kubectl_rollout_pause/
    Registered: Mon Jan 26 07:33:29 UTC 2026
    - 478.2K bytes
    - Viewed (0)
  8. kubectl proxy | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_proxy/
    Registered: Mon Jan 26 07:32:58 UTC 2026
    - 479.8K bytes
    - Viewed (0)
  9. kubeconfig (v1) | Kubernetes

    Resource Types Config Config Config holds the information needed to build connect to remote kubernetes clusters as a given user FieldDescription apiVersionstring/v1 kindstringConfig kind string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. apiVersion string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. preferences,omitzero [Required] Preferences Preferences holds general information to be use for cli interactions Deprecated: this field is deprecated in v1.
    kubernetes.io/docs/reference/config-api/kubeconfig.v1/
    Registered: Mon Jan 26 07:39:47 UTC 2026
    - 483.6K bytes
    - Viewed (0)
  10. kubectl plugin list | Kubernetes

    Synopsis List all available plugin files on a user's PATH. To see plugins binary names without the full path use --name-only flag. Available plugin files are those that are: - executable - anywhere on the user's PATH - begin with "kubectl-" kubectl plugin list [flags] Examples # List all available plugins kubectl plugin list # List only binary names of available plugins without paths kubectl plugin list --name-only Options -h, --help help for list
    kubernetes.io/docs/reference/kubectl/generated/kubectl_plugin/kubectl_plugin_list/
    Registered: Mon Jan 26 07:25:58 UTC 2026
    - 475.3K bytes
    - Viewed (0)
Back to top