- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4941 - 4950 of about 10,000 for content_length:[100000 TO 499999] (1.15 sec)
-
Node Reference Information | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/node/Registered: Fri Dec 12 09:00:38 UTC 2025 - 458.4K bytes - Viewed (0) -
Git - git-rev-parse Documentation
English ▾ English Português (Brasil) українська мова 简体中文 Topics ▾ Setup and Config git config help bugreport Credent...git-scm.com/docs/git-rev-parse/2.10.5 Similar Results (2)Registered: Fri Dec 12 08:58:50 UTC 2025 - Last Modified: Fri Dec 12 04:46:46 UTC 2025 - 105.1K bytes - Viewed (0) -
Performance — Apache MXNet documentation
Performance The following tutorials will help you learn how to tune MXNet or use tools that will improve training and...mxnet.apache.org/versions/master/api/python/docs/tutorials/performance/index.htmlRegistered: Fri Dec 12 09:01:00 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 144.6K bytes - Viewed (0) -
Understand Pressure Stall Information (PSI) Met...
Detailed explanation of Pressure Stall Information (PSI) metrics and how to use them to identify resource pressure in Kubernetes.kubernetes.io/docs/reference/instrumentation/understand-psi-metrics/Registered: Fri Dec 12 09:03:22 UTC 2025 - 479.1K bytes - Viewed (0) -
Protocols for Services | Kubernetes
If you configure a Service, you can select from any network protocol that Kubernetes supports. Kubernetes supports the following protocols with Services: SCTP TCP (the default) UDP When you define a Service, you can also specify the application protocol that it uses. This document details some special cases, all of them typically using TCP as a transport protocol: HTTP and HTTPS PROXY protocol TLS termination at the load balancer Supported protocols There are 3 valid values for the protocol of a port for a Service:kubernetes.io/docs/reference/networking/service-protocols/Registered: Fri Dec 12 09:03:11 UTC 2025 - 464.7K bytes - Viewed (0) -
Introduction to kubectl | Kubernetes
kubectl is the Kubernetes cli version of a swiss army knife, and can do many things. While this Book is focused on using kubectl to declaratively manage applications in Kubernetes, it also covers other kubectl functions. Command Families Most kubectl commands typically fall into one of a few categories: Type Used For Description Declarative Resource Management Deployment and operations (e.g. GitOps) Declaratively manage Kubernetes workloads using resource configuration Imperative Resource Management Development Only Run commands to manage Kubernetes workloads using Command Line arguments and flags Printing Workload State Debugging Print information about workloads Interacting with Containers Debugging Exec, attach, cp, logs Cluster Management Cluster operations Drain and cordon Nodes Declarative Application Management The preferred approach for managing resources is through declarative files called resource configuration used with the kubectl Apply command.kubernetes.io/docs/reference/kubectl/introduction/Registered: Fri Dec 12 09:03:47 UTC 2025 - 463.2K bytes - Viewed (0) -
mxnet.np.delete — Apache MXNet documentation
mxnet.np.delete delete ( arr , obj , axis=None ) Return a new array with sub-arrays along an axis deleted. For a one ...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.delete.htmlRegistered: Fri Dec 12 09:04:52 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 138.2K bytes - Viewed (0) -
kubectl rollout | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/Registered: Fri Dec 12 09:13:30 UTC 2025 - 465.8K bytes - Viewed (0) -
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 Dec 12 09:12:42 UTC 2025 - 465.8K bytes - Viewed (0) -
kubectl create secret generic | Kubernetes
Synopsis Create a secret based on a file, directory, or specified literal value. A single secret may package one or more key/value pairs. When creating a secret based on a file, the key will default to the basename of the file, and the value will default to the file content. If the basename is an invalid key or you wish to chose your own, you may specify an alternate key.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret_generic/Registered: Fri Dec 12 09:13:02 UTC 2025 - 470.5K bytes - Viewed (0)