Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 683 for timestamp:[now/d-1d TO *] (0.03 sec)

  1. kubectl autoscale | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_autoscale/
    Registered: Fri May 09 06:51:52 UTC 2025
    - 456.6K bytes
    - Viewed (0)
  2. kubectl create service nodeport | Kubernetes

    Synopsis Create a NodePort service with the specified name. kubectl create service nodeport NAME [--tcp=port:targetPort] [--dry-run=server|client|none] Examples # Create a new NodePort service named my-ns kubectl create service nodeport my-ns --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_nodeport/
    Registered: Fri May 09 06:54:18 UTC 2025
    - 456.9K bytes
    - Viewed (0)
  3. kubectl diff | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_diff/
    Registered: Fri May 09 06:54:03 UTC 2025
    - 455.1K bytes
    - Viewed (0)
  4. Feature Gates (removed) | Kubernetes

    This page contains list of feature gates that have been removed. The information on this page is for reference. A removed feature gate is different from a GA'ed or deprecated one in that a removed one is no longer recognized as a valid feature gate. However, a GA'ed or a deprecated feature gate is still recognized by the corresponding Kubernetes components although they are unable to cause any behavior differences in a cluster.
    kubernetes.io/docs/reference/command-line-tools-reference/feature-gates-removed/
    Registered: Fri May 09 06:58:01 UTC 2025
    - 656.3K bytes
    - Viewed (0)
  5. Component tools | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/command-line-tools-reference/
    Registered: Fri May 09 06:58:31 UTC 2025
    - 444.8K bytes
    - Viewed (0)
  6. kubectl config | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/
    Registered: Fri May 09 06:52:58 UTC 2025
    - 454.2K bytes
    - Viewed (0)
  7. kubectl create quota | Kubernetes

    Synopsis Create a resource quota with the specified name, hard limits, and optional scopes. kubectl create quota NAME [--hard=key1=value1,key2=value2] [--scopes=Scope1,Scope2] [--dry-run=server|client|none] Examples # Create a new resource quota named my-quota kubectl create quota my-quota --hard=cpu=1,memory=1G,pods=2,services=3,replicationcontrollers=2,resourcequotas=1,secrets=5,persistentvolumeclaims=10 # Create a new resource quota named best-effort kubectl create quota best-effort --hard=pods=100 --scopes=BestEffort 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_quota/
    Registered: Fri May 09 06:53:03 UTC 2025
    - 457.1K bytes
    - Viewed (0)
  8. kubectl create secret | Kubernetes

    Synopsis Create a secret with specified type. A docker-registry type secret is for accessing a container registry. A generic type secret indicate an Opaque secret type. A tls type secret holds TLS certificate and its associated key. kubectl create secret (docker-registry | generic | tls) Options -h, --help help for secret Parent Options Inherited --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret/
    Registered: Fri May 09 06:55:37 UTC 2025
    - 453.2K bytes
    - Viewed (0)
  9. kubectl create job | Kubernetes

    Synopsis Create a job with the specified name. kubectl create job NAME --image=image [--from=cronjob/name] -- [COMMAND] [args...] Examples # Create a job kubectl create job my-job --image=busybox # Create a job with a command kubectl create job my-job --image=busybox -- date # Create a job from a cron job named "a-cronjob" kubectl create job test-job --from=cronjob/a-cronjob 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_job/
    Registered: Fri May 09 06:55:14 UTC 2025
    - 456.3K bytes
    - Viewed (0)
  10. kube-apiserver Configuration (v1) | Kubernetes

    Package v1 is the v1 version of the API. Resource Types AdmissionConfiguration AuthorizationConfiguration EncryptionConfiguration AdmissionConfiguration AdmissionConfiguration provides versioned configuration for admission controllers. FieldDescription apiVersionstringapiserver.config.k8s.io/v1 kindstringAdmissionConfiguration plugins []AdmissionPluginConfiguration Plugins allows specifying a configuration per admission control plugin. AuthorizationConfiguration FieldDescription apiVersionstringapiserver.config.k8s.io/v1 kindstringAuthorizationConfiguration authorizers [Required] []AuthorizerConfiguration Authorizers is an ordered list of authorizers to authorize requests against. This is similar to the --authorization-modes kube-apiserver flag Must be at least one. EncryptionConfiguration EncryptionConfiguration stores the complete configuration for encryption providers.
    kubernetes.io/docs/reference/config-api/apiserver-config.v1/
    Registered: Fri May 09 06:57:48 UTC 2025
    - 466.2K bytes
    - Viewed (0)
Back to top