- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2981 - 2990 of about 10,000 for filetype:html (1.24 sec)
-
kubectl rollout restart | Kubernetes
Synopsis Restart a resource. Resource rollout will be restarted. kubectl rollout restart RESOURCE Examples # Restart all deployments in the test-namespace namespace kubectl rollout restart deployment -n test-namespace # Restart a deployment kubectl rollout restart deployment/nginx # Restart a daemon set kubectl rollout restart daemonset/abc # Restart deployments with the app=nginx label kubectl rollout restart deployment --selector=app=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_rollout/kubectl_rollout_restart/ Similar Results (1)Registered: Fri Dec 12 09:16:26 UTC 2025 - 468.6K bytes - Viewed (0) -
Git - git-diff-files Documentation
English ▾ English Français Português (Brasil) Русский українська мова 简体中文 Topics ▾ Setup and Config git config help ...git-scm.com/docs/git-diff-files/2.5.6 Similar Results (5)Registered: Fri Dec 12 09:16:26 UTC 2025 - Last Modified: Fri Dec 12 04:46:39 UTC 2025 - 125.9K bytes - Viewed (0) -
mxnet.np.copysign — Apache MXNet documentation
mxnet.np.copysign copysign ( x1 , x2 , out=None , **kwargs ) Change the sign of x1 to that of x2, element-wise. If x2...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.copysign.htmlRegistered: Fri Dec 12 09:16:51 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 137.3K bytes - Viewed (0) -
mxnet.np.negative — Apache MXNet documentation
mxnet.np.negative negative ( x , out=None , **kwargs ) Numerical negative, element-wise. Parameters x ( ndarray or sc...mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.negative.htmlRegistered: Fri Dec 12 09:17:01 UTC 2025 - Last Modified: Thu Jan 05 05:04:49 UTC 2023 - 134.8K bytes - Viewed (0) -
Kubectl user preferences (kuberc) | Kubernetes
FEATURE STATE: Kubernetes 1.34 [beta] A Kubernetes kuberc configuration file allows you to define preferences for kubectl, such as default options and command aliases. Unlike the kubeconfig file, a kuberc configuration file does not contain cluster details, usernames or passwords. The default location of this configuration file is $HOME/.kube/kuberc. To provide kubectl with a path to a custom kuberc file, use the --kuberc command line option, or set the KUBERC environment variable.kubernetes.io/docs/reference/kubectl/kuberc/Registered: Fri Dec 12 09:16:35 UTC 2025 - 474.9K bytes - Viewed (0) -
Git - gitrepository-layout Documentation
English ▾ English Topics ▾ Setup and Config git config help bugreport Credential helpers Getting and Creating Project...git-scm.com/docs/gitrepository-layout/2.39.0 Similar Results (6)Registered: Fri Dec 12 09:17:25 UTC 2025 - Last Modified: Fri Dec 12 04:46:44 UTC 2025 - 64.3K bytes - Viewed (0) -
Git - gitrepository-layout Documentation
English ▾ English Topics ▾ Setup and Config git config help bugreport Credential helpers Getting and Creating Project...git-scm.com/docs/gitrepository-layout/2.16.6 Similar Results (4)Registered: Fri Dec 12 09:17:32 UTC 2025 - Last Modified: Fri Dec 12 04:46:46 UTC 2025 - 56.8K bytes - Viewed (0) -
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: Fri Dec 12 09:17:01 UTC 2025 - 468.9K bytes - Viewed (0) -
kubectl set subject | Kubernetes
Synopsis Update the user, group, or service account in a role binding or cluster role binding. kubectl set subject (-f FILENAME | TYPE NAME) [--user=username] [--group=groupname] [--serviceaccount=namespace:serviceaccountname] [--dry-run=server|client|none] Examples # Update a cluster role binding for serviceaccount1 kubectl set subject clusterrolebinding admin --serviceaccount=namespace:serviceaccount1 # Update a role binding for user1, user2, and group1 kubectl set subject rolebinding admin --user=user1 --user=user2 --group=group1 # Print the result (in YAML format) of updating rolebinding subjects from a local, without hitting the server kubectl create rolebinding admin --role=admin --user=admin -o yaml --dry-run=client | kubectl set subject --local -f - --user=foo -o yaml Options --all Select all resources, in the namespace of the specified resource typeskubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_subject/Registered: Fri Dec 12 09:17:12 UTC 2025 - 470.8K bytes - Viewed (0) -
Source Code Management – Apache Maven Artifact ...
Overview This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com...maven.apache.org/plugins/maven-artifact-plugin/scm.htmlRegistered: Fri Dec 12 09:17:16 UTC 2025 - Last Modified: Mon Sep 29 16:27:13 UTC 2025 - 9K bytes - Viewed (0)