- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 7491 - 7500 of about 10,000 for content_length:[100000 TO 499999] (0.71 sec)
-
Webhook Mode | Kubernetes
A WebHook is an HTTP callback: an HTTP POST that occurs when something happens; a simple event-notification via HTTP POST. A web application implementing WebHooks will POST a message to a URL when certain things happen. When specified, mode Webhook causes Kubernetes to query an outside REST service when determining user privileges. Configuration File Format Mode Webhook requires a file for HTTP configuration, specify by the --authorization-webhook-config-file=SOME_FILENAME flag. The configuration file uses the kubeconfig file format.kubernetes.io/docs/reference/access-authn-authz/webhook/Registered: Fri Dec 12 08:52:42 UTC 2025 - 478.5K bytes - Viewed (0) -
kubectl apply view-last-applied | Kubernetes
Synopsis View the latest last-applied-configuration annotations by type/name or file. The default output will be printed to stdout in YAML format. You can use the -o option to change the output format. kubectl apply view-last-applied (TYPE [NAME | -l label] | TYPE/NAME | -f FILENAME) Examples # View the last-applied-configuration annotations by type/name in YAML kubectl apply view-last-applied deployment/nginx # View the last-applied-configuration annotations by file in JSON kubectl apply view-last-applied -f deploy.kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_view-last-applied/Registered: Fri Dec 12 09:09:31 UTC 2025 - 467.5K bytes - Viewed (0) -
Git - git-diff-tree Documentation
English ▾ English Français Português (Brasil) Русский українська мова 简体中文 Topics ▾ Setup and Config git config help ...git-scm.com/docs/git-diff-tree/2.9.5 Similar Results (2)Registered: Fri Dec 12 09:10:44 UTC 2025 - Last Modified: Fri Dec 12 04:46:38 UTC 2025 - 164.1K bytes - Viewed (0) -
kubectl config unset | Kubernetes
Synopsis Unset an individual value in a kubeconfig file. PROPERTY_NAME is a dot delimited name where each token represents either an attribute name or a map key. Map keys may not contain dots. kubectl config unset PROPERTY_NAME Examples # Unset the current-context kubectl config unset current-context # Unset namespace in foo context kubectl config unset contexts.foo.namespace Options -h, --help help for unset Parent Options Inherited --as string Username to impersonate for the operation.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_unset/Registered: Fri Dec 12 09:09:50 UTC 2025 - 465.6K bytes - Viewed (0) -
mxnet.np.exp — Apache MXNet documentation
mxnet.np.exp exp ( x , out=None , **kwargs ) Calculate the exponential of all elements in the input array. Parameters...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.exp.htmlRegistered: Fri Dec 12 09:10:30 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 135.3K bytes - Viewed (0) -
Managing Secrets using Configuration File | Kub...
Creating Secret objects using resource configuration file.kubernetes.io/docs/tasks/configmap-secret/managing-secret-using-config-file/Registered: Fri Dec 12 08:46:51 UTC 2025 - 478.8K bytes - Viewed (0) -
API Changes in 2.1.0 — Matplotlib 3.10.7 docume...
Skip to main content Back to top Ctrl + K Plot types User guide Tutorials Examples Reference Contribute Releases Gitt...matplotlib.org/stable/api/prev_api_changes/api_changes_2.1.0.htmlRegistered: Fri Dec 12 08:45:53 UTC 2025 - Last Modified: Thu Oct 09 18:51:52 UTC 2025 - 116.9K bytes - Viewed (0) -
Windows debugging tips | Kubernetes
Node-level troubleshooting My Pods are stuck at "Container Creating" or restarting over and over Ensure that your pause image is compatible with your Windows OS version. See Pause container to see the latest / recommended pause image and/or get more information. Note:If using containerd as your container runtime the pause image is specified in the plugins.plugins.cri.sandbox_image field of the of config.toml configuration file. My pods show status as ErrImgPull or ImagePullBackOffkubernetes.io/docs/tasks/debug/debug-cluster/windows/Registered: Fri Dec 12 08:47:42 UTC 2025 - 469.1K bytes - Viewed (0) -
Delete a StatefulSet | Kubernetes
This task shows you how to delete a StatefulSet. Before you begin This task assumes you have an application running on your cluster represented by a StatefulSet. Deleting a StatefulSet You can delete a StatefulSet in the same way you delete other resources in Kubernetes: use the kubectl delete command, and specify the StatefulSet either by file or by name. kubectl delete -f <file.yaml> kubectl delete statefulsets <statefulset-name> You may need to delete the associated headless service separately after the StatefulSet itself is deleted.kubernetes.io/docs/tasks/run-application/delete-stateful-set/Registered: Fri Dec 12 08:47:48 UTC 2025 - 464.5K bytes - Viewed (0) -
Accessing the Kubernetes API from a Pod | Kuber...
This guide demonstrates how to access the Kubernetes API from within a pod. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/run-application/access-api-from-pod/Registered: Fri Dec 12 08:48:01 UTC 2025 - 468.6K bytes - Viewed (0)