Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 11 - 20 of 658 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. Articles on dockershim Removal and on Using CRI...

    This is a list of articles and other pages that are either about the Kubernetes' deprecation and removal of dockershim, or about using CRI-compatible container runtimes, in connection with that removal. Kubernetes project Kubernetes blog: Dockershim Removal FAQ (originally published 2020/12/02) Kubernetes blog: Updated: Dockershim Removal FAQ (updated published 2022/02/17) Kubernetes blog: Kubernetes is Moving on From Dockershim: Commitments and Next Steps (published 2022/01/07) Kubernetes blog: Dockershim removal is coming.
    kubernetes.io/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes/
    Registered: Fri May 17 08:07:54 UTC 2024
    - 420.6K bytes
    - Viewed (0)
  2. kubeadm upgrade | Kubernetes

    kubeadm upgrade is a user-friendly command that wraps complex upgrading logic behind one command, with support for both planning an upgrade and actually performing it. kubeadm upgrade guidance The steps for performing an upgrade using kubeadm are outlined in this document. For older versions of kubeadm, please refer to older documentation sets of the Kubernetes website. You can use kubeadm upgrade diff to see the changes that would be applied to static pod manifests.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-upgrade/
    Registered: Fri May 17 08:08:53 UTC 2024
    - 432.6K bytes
    - Viewed (0)
  3. kubeadm join phase | Kubernetes

    kubeadm join phase enables you to invoke atomic steps of the join process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm join phase is consistent with the kubeadm join workflow, and behind the scene both use the same code. kubeadm join phase phase Use this command to invoke single phase of the join workflow
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join-phase/
    Registered: Fri May 17 08:08:58 UTC 2024
    - 457.2K bytes
    - Viewed (0)
  4. kubeadm certs | Kubernetes

    kubeadm certs provides utilities for managing certificates. For more details on how these commands can be used, see Certificate Management with kubeadm. kubeadm certs A collection of operations for operating Kubernetes certificates. overview Commands related to handling kubernetes certificates Synopsis Commands related to handling kubernetes certificates kubeadm certs [flags] Options -h, --help help for certs Options inherited from parent commands --rootfs string [EXPERIMENTAL] The path to the 'real' host root filesystem.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-certs/
    Registered: Fri May 17 08:06:55 UTC 2024
    - 457.2K bytes
    - Viewed (0)
  5. Instrumentation | Kubernetes

    Instrumentation Kubernetes Component SLI Metrics CRI Pod & Container Metrics Collection of Pod & Container metrics vi...
    kubernetes.io/docs/reference/instrumentation/
    Registered: Fri May 17 08:09:37 UTC 2024
    - 413.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: Fri May 17 08:17:18 UTC 2024
    - 427.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: Fri May 17 08:17:30 UTC 2024
    - 428.5K bytes
    - Viewed (0)
  8. kubectl create role | Kubernetes

    Synopsis Create a role with single rule. kubectl create role NAME --verb=verb --resource=resource.group/subresource [--resource-name=resourcename] [--dry-run=server|client|none] Examples # Create a role named "pod-reader" that allows user to perform "get", "watch" and "list" on pods kubectl create role pod-reader --verb=get --verb=list --verb=watch --resource=pods # Create a role named "pod-reader" with ResourceName specified kubectl create role pod-reader --verb=get --resource=pods --resource-name=readablepod --resource-name=anotherpod # Create a role named "foo" with API Group specified kubectl create role foo --verb=get,list,watch --resource=rs.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_role/
    Registered: Fri May 17 08:17:44 UTC 2024
    - 430.1K bytes
    - Viewed (0)
  9. External APIs | Kubernetes

    External APIs Kubernetes Custom Metrics (v1beta2) Kubernetes External Metrics (v1beta1) Kubernetes Metrics (v1beta1) ...
    kubernetes.io/docs/reference/external-api/
    Registered: Fri May 17 08:26:16 UTC 2024
    - 412.8K bytes
    - Viewed (0)
  10. Scheduler Configuration | Kubernetes

    FEATURE STATE: Kubernetes v1.25 [stable] You can customize the behavior of the kube-scheduler by writing a configuration file and passing its path as a command line argument. A scheduling Profile allows you to configure the different stages of scheduling in the kube-scheduler. Each stage is exposed in an extension point. Plugins provide scheduling behaviors by implementing one or more of these extension points. You can specify scheduling profiles by running kube-scheduler --config <filename>, using the KubeSchedulerConfiguration v1 struct.
    kubernetes.io/docs/reference/scheduling/config/
    Registered: Fri May 17 08:26:58 UTC 2024
    - 462.4K bytes
    - Viewed (0)
Back to top