Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 281 - 290 of 686 for host:kubernetes.io (0.09 sec)

  1. kubectl explain | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_explain/
    Registered: Wed Jun 04 07:28:59 UTC 2025
    - 455.1K bytes
    - Viewed (0)
  2. kubectl set selector | Kubernetes

    Synopsis Set the selector on a resource. Note that the new selector will overwrite the old selector if the resource had one prior to the invocation of 'set selector'. A selector must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters. If --resource-version is specified, then updates will use this resource version, otherwise the existing resource-version will be used. Note: currently selectors can only be set on Service objects.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_selector/
    Registered: Wed Jun 04 07:29:34 UTC 2025
    - 456.8K bytes
    - Viewed (0)
  3. kubectl top | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_top/
    Registered: Wed Jun 04 07:29:40 UTC 2025
    - 452.6K bytes
    - Viewed (0)
  4. kubectl expose | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_expose/
    Registered: Wed Jun 04 07:31:15 UTC 2025
    - 460.1K bytes
    - Viewed (0)
  5. kubectl create deployment | Kubernetes

    Synopsis Create a deployment with the specified name. kubectl create deployment NAME --image=image -- [COMMAND] [args...] Examples # Create a deployment named my-dep that runs the busybox image kubectl create deployment my-dep --image=busybox # Create a deployment with a command kubectl create deployment my-dep --image=busybox -- date # Create a deployment named my-dep that runs the nginx image with 3 replicas kubectl create deployment my-dep --image=nginx --replicas=3 # Create a deployment named my-dep that runs the busybox image and expose port 5701 kubectl create deployment my-dep --image=busybox --port=5701 # Create a deployment named my-dep that runs multiple containers kubectl create deployment my-dep --image=busybox:latest --image=ubuntu:latest --image=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_create/kubectl_create_deployment/
    Registered: Wed Jun 04 07:31:21 UTC 2025
    - 459.1K bytes
    - Viewed (0)
  6. kubectl create service loadbalancer | Kubernetes

    Synopsis Create a LoadBalancer service with the specified name. kubectl create service loadbalancer NAME [--tcp=port:targetPort] [--dry-run=server|client|none] Examples # Create a new LoadBalancer service named my-lbs kubectl create service loadbalancer my-lbs --tcp=5678:8080 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. --dry-run string[="unchanged"]     Default: "none" Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_service_loadbalancer/
    Registered: Wed Jun 04 07:30:42 UTC 2025
    - 457.4K bytes
    - Viewed (0)
  7. kube-apiserver | Kubernetes

    Synopsis The Kubernetes API server validates and configures data for the api objects which include pods, services, replicationcontrollers, and others. The API Server services REST operations and provides the frontend to the cluster's shared state through which all other components interact. kube-apiserver [flags] Options --admission-control-config-file string File with admission control configuration. --advertise-address string The IP address on which to advertise the apiserver to members of the cluster. This address must be reachable by the rest of the cluster.
    kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    Registered: Wed Jun 04 07:37:41 UTC 2025
    - 510.1K bytes
    - Viewed (0)
  8. Contributing to the Upstream Kubernetes Code | ...

    This page shows how to contribute to the upstream kubernetes/kubernetes project. You can fix bugs found in the Kubernetes API documentation or the content of the Kubernetes components such as kubeadm, kube-apiserver, and kube-controller-manager. If you instead want to regenerate the reference documentation for the Kubernetes API or the kube-* components from the upstream code, see the following instructions: Generating Reference Documentation for the Kubernetes API Generating Reference Documentation for the Kubernetes Components and Tools Before you begin You need to have these tools installed:
    kubernetes.io/docs/contribute/generate-ref-docs/contribute-upstream/
    Registered: Wed Jun 04 07:37:20 UTC 2025
    - 460.7K bytes
    - Viewed (0)
  9. Scheduling | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/scheduling/
    Registered: Wed Jun 04 07:38:25 UTC 2025
    - 443.8K bytes
    - Viewed (0)
  10. WebhookAdmission Configuration (v1) | Kubernetes

    Package v1 is the v1 version of the API. Resource Types WebhookAdmission WebhookAdmission WebhookAdmission provides configuration for the webhook admission controller. FieldDescription apiVersionstringapiserver.config.k8s.io/v1 kindstringWebhookAdmission kubeConfigFile [Required] string KubeConfigFile is the path to the kubeconfig file.
    kubernetes.io/docs/reference/config-api/apiserver-webhookadmission.v1/
    Registered: Wed Jun 04 07:39:30 UTC 2025
    - 445.2K bytes
    - Viewed (0)
Back to top