*: update more info links to their redirects part 4 (#20105)

This commit is contained in:
Managor
2025-12-19 14:58:13 +02:00
committed by GitHub
parent ab4fe012ae
commit 05767c7170
38 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# dotnet test
> Execute tests for a .NET application.
> Note: View <https://learn.microsoft.com/en-us/dotnet/core/testing/selective-unit-tests> for supported filter expressions.
> Note: View <https://learn.microsoft.com/dotnet/core/testing/selective-unit-tests> for supported filter expressions.
> More information: <https://learn.microsoft.com/dotnet/core/tools/dotnet-test>.
- Execute tests for a .NET project/solution in the current directory:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl annotate
> Annotates Kubernetes resources.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_annotate>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_annotate/>.
- Annotate a pod:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl api-resources
> Print the supported API resources on the server.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_api-resources>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_api-resources/>.
- Print the supported API resources:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl api-versions
> Print the supported API versions on the server, in the form of "group/version".
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_api-versions>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_api-versions/>.
- Print the supported API versions on the server, in the form of "group/version":
+1 -1
View File
@@ -2,7 +2,7 @@
> Manage applications through files defining Kubernetes resources.
> Create and update resources in a cluster.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_apply>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/>.
- Apply a configuration to a resource by file name:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl auth
> Inspect access permissions in a Kubernetes cluster.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_auth>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/>.
- Check if the current user can perform all actions on all resources in a specific namespace:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl autoscale
> Create an autoscaler to intelligently scale pod count based on kubernetes cluster demands.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_autoscale>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_autoscale/>.
- Auto scale a deployment with no target CPU utilization specified:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl certificate
> Manage certificate signing requests.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_certificate>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_certificate/>.
- Approve a certificate signing request by name:
+1 -1
View File
@@ -3,7 +3,7 @@
> Manage Kubernetes configuration (kubeconfig) files for accessing clusters via `kubectl` or the Kubernetes API.
> By default, the Kubernetes will get its configuration from `${HOME}/.kube/config`.
> See also: `kubectx`, `kubens`.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_config>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_config/>.
- Get all contexts in the default kubeconfig file:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl create
> Create a resource from a file or from `stdin`.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_create>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_create/>.
- Create a resource using the resource definition file:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl debug
> Debug cluster resources using interactive debugging containers.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_debug>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_debug/>.
- Create an interactive debugging session in a pod and immediately attach to it:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl delete
> Delete Kubernetes resources.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_delete>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_delete/>.
- Delete a specific pod:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl describe
> Show details of Kubernetes resources.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_describe>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_describe/>.
- Show details of pods in a namespace:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl diff
> Check differences between live resources and files.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_diff>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_diff/>.
- View differences between the live resource and file definition:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl edit
> Edit Kubernetes resources.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_edit>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_edit/>.
- Edit a pod in the default namespace:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl exec
> Execute a command in a container.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_exec>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_exec/>.
- Open Bash in a pod, using the first container by default:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl expose
> Expose a resource as a new Kubernetes service.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_expose>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_expose/>.
- Create a service for a resource, which will be served from container port to node port:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl get
> Get Kubernetes objects and resources.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_get>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_get/>.
- Get all namespaces in the current cluster:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl label
> Label Kubernetes resources.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_label>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_label/>.
- Label a pod:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl logs
> Show logs for containers in a pod.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_logs>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_logs/>.
- Show logs for a single-container pod:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl patch
> Patch Kubernetes resources with new values.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_patch>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_patch/>.
- Partially patch a secret using a strategic merge JSON patch to remove the finalizer:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl replace
> Replace a resource by file or `stdin`.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_replace>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_replace/>.
- Replace the resource using the resource definition file:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl rollout
> Manage the rollout of a Kubernetes resource (deployments, daemonsets, and statefulsets).
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/>.
- Start a rolling restart of a resource:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl scale
> Set a new size for a deployment, replica set, replication controller, or stateful set.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_scale>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_scale/>.
- Scale a replica set:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl taint
> Update the taints on nodes.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_taint>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_taint/>.
- Apply taint to a node:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl top
> See the resource consumption for nodes or pods.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_top>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_top/>.
- Get the resource consumption of all nodes:
+1 -1
View File
@@ -1,7 +1,7 @@
# kubectl wait
> Wait for resource(s) to reach a certain state.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_wait>.
> More information: <https://kubernetes.io/docs/reference/kubectl/generated/kubectl_wait/>.
- Wait for a deployment to become available:
+1 -1
View File
@@ -2,7 +2,7 @@
> Package manager for C/C++ libraries.
> Note: Packages are not installed in the system. To use them, you need to tell your build system (e.g. CMake) to use `vckg`.
> More information: <https://learn.microsoft.com/en-us/vcpkg/>.
> More information: <https://learn.microsoft.com/vcpkg/>.
- Build and add package `libcurl` to the `vcpkg` environment:
+1 -1
View File
@@ -2,7 +2,7 @@
> Delete entries from the PowerShell session command history.
> Note: `clhy` can be used as an alias for `Clear-History`.
> More information: <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/clear-history>.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/clear-history>.
- Clear all command history from current session:
+1 -1
View File
@@ -1,7 +1,7 @@
# Compress-Archive
> A cmdlet in PowerShell is used to create compressed (zipped) archive files.
> More information: <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.archive/compress-archive>.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.archive/compress-archive>.
- Compress a single file:
+1 -1
View File
@@ -1,7 +1,7 @@
# Expand-Archive
> A cmdlet in PowerShell is used to extract files from a compressed archive.
> More information: <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.archive/expand-archive>.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.archive/expand-archive>.
- Extract a ZIP file to a folder:
+1 -1
View File
@@ -2,7 +2,7 @@
> A PowerShell command to get content from clipboard.
> Note: `gcb` can be used as an alias for `Get-Clipboard`.
> More information: <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-clipboard>.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard>.
- Get clipboard text:
+1 -1
View File
@@ -2,7 +2,7 @@
> Manage Windows network settings.
> Some subcommands such as `wlan` have their own usage documentation.
> More information: <https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/netsh>.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/netsh>.
- Add a helper Dynamic Link Library (DLL):
+1 -1
View File
@@ -2,7 +2,7 @@
> Powershell command to rename an item.
> Note: `ren` and `rni` can both be used as an alias for `Rename-Item`.
> More information: <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/rename-item>.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/rename-item>.
- Rename a file:
+1 -1
View File
@@ -1,7 +1,7 @@
# runas
> Run a program as another user.
> More information: <https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc771525(v=ws.11)>.
> More information: <https://learn.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc771525(v=ws.11)>.
- Run a program as the Administrator local user:
+1 -1
View File
@@ -1,7 +1,7 @@
# sdelete
> Securely delete file/directory from disk, or clean the free space on a volume/physical disk.
> More information: <https://learn.microsoft.com/en-us/sysinternals/downloads/sdelete>.
> More information: <https://learn.microsoft.com/sysinternals/downloads/sdelete>.
- Delete files with 3 [p]asses:
+1 -1
View File
@@ -2,7 +2,7 @@
> A PowerShell command to set or modify alias.
> Note: `sal` can be used as an alias for `Set-Alias`.
> More information: <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/set-alias>.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/set-alias>.
- Create or reassign new alias:
+1 -1
View File
@@ -2,7 +2,7 @@
> PowerShell command to set content to clipboard.
> Note: `scb` can be used as an alias for `Set-Clipboard`.
> More information: <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-clipboard>.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-clipboard>.
- Copy text to the clipboard: