- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1431 - 1440 of over 10,000 for content_length:[100000 TO 499999] (0.14 seconds)
-
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/Fri Feb 06 08:38:32 GMT 2026 481.5K bytes -
mxnet.np.empty — Apache MXNet documentation
mxnet.np.empty empty ( shape , dtype=None , order='C' , device=None ) Return a new array of given shape and type, wit...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.empty.htmlThu Jan 05 05:04:49 GMT 2023 136.4K bytes -
kubectl config delete-user | Kubernetes
Synopsis Delete the specified user from the kubeconfig. kubectl config delete-user NAME Examples # Delete the minikube user kubectl config delete-user minikube Options -h, --help help for delete-user Parent Options Inherited --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_delete-user/ -
mxnet.np — Apache MXNet documentation
mxnet.np This section contains the mxnet.np API reference documentation. The topics here explain the functions, modul...mxnet.apache.org/versions/master/api/python/docs/api/np/index.htmlThu Jan 05 05:04:49 GMT 2023 137.1K bytes -
kubectl create rolebinding | Kubernetes
Synopsis Create a role binding for a particular role or cluster role. kubectl create rolebinding NAME --clusterrole=NAME|--role=NAME [--user=username] [--group=groupname] [--serviceaccount=namespace:serviceaccountname] [--dry-run=server|client|none] Examples # Create a role binding for user1, user2, and group1 using the admin cluster role kubectl create rolebinding admin --clusterrole=admin --user=user1 --user=user2 --group=group1 # Create a role binding for service account monitoring:sa-dev using the admin role kubectl create rolebinding admin-binding --role=admin --serviceaccount=monitoring:sa-dev 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_rolebinding/ -
mxnet.np.linalg.det — Apache MXNet documentation
mxnet.np.linalg.det det ( a ) Compute the determinant of an array. Parameters a ( ( .. , M , M ) ndarray ) – Input ar...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.linalg.det.htmlThu Jan 05 05:04:49 GMT 2023 135.5K bytes -
kubectl rollout undo | Kubernetes
Synopsis Roll back to a previous rollout. kubectl rollout undo (TYPE NAME | TYPE/NAME) [flags] Examples # Roll back to the previous deployment kubectl rollout undo deployment/abc # Roll back to daemonset revision 3 kubectl rollout undo daemonset/abc --to-revision=3 # Roll back to the previous deployment with dry-run kubectl rollout undo --dry-run=server deployment/abc 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_undo/Fri Feb 06 08:45:40 GMT 2026 478.7K bytes -
mxnet.np.tan — Apache MXNet documentation
mxnet.np.tan tan ( x , out=None , **kwargs ) Compute tangent element-wise. Equivalent to np.sin(x)/np.cos(x) element-...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.tan.htmlThu Jan 05 05:04:49 GMT 2023 135.1K bytes -
mxnet.np.radians — Apache MXNet documentation
mxnet.np.radians radians ( x , out=None , **kwargs ) Convert angles from degrees to radians. Parameters x ( ndarray o...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.radians.htmlThu Jan 05 05:04:49 GMT 2023 135.6K bytes -
mxnet.np.sinh — Apache MXNet documentation
mxnet.np.sinh sinh ( x , out=None , **kwargs ) Hyperbolic sine, element-wise. Equivalent to 1/2 * (np.exp(x) - np.exp...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.sinh.htmlThu Jan 05 05:04:49 GMT 2023 136.1K bytes