- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2051 - 2060 of about 10,000 for content_length:[100000 TO 499999] (0.1 sec)
-
Setup tools | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/setup-tools/Registered: Fri Aug 15 07:12:11 UTC 2025 - 450.1K bytes - Viewed (0) -
kubeadm alpha | Kubernetes
Caution:kubeadm alpha provides a preview of a set of features made available for gathering feedback from the community. Please try it out and give us feedback! Currently there are no experimental commands under kubeadm alpha. What's next kubeadm init to bootstrap a Kubernetes control-plane node kubeadm join to connect a node to the cluster kubeadm reset to revert any changes made to this host by kubeadm init or kubeadm joinkubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-alpha/Registered: Fri Aug 15 07:12:27 UTC 2025 - 452.2K bytes - Viewed (0) -
Git - git-format-patch Documentation
English ▾ English Français Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugreport Credential hel...git-scm.com/docs/git-format-patch/2.28.0 Similar Results (5)Registered: Fri Aug 15 07:16:12 UTC 2025 - Last Modified: Thu Aug 14 04:52:24 UTC 2025 - 144.2K bytes - Viewed (0) -
kubectl attach | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_attach/Registered: Fri Aug 15 07:16:13 UTC 2025 - 460.7K bytes - Viewed (0) -
Git - git-format-patch Documentation
English ▾ English Français Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugreport Credential hel...git-scm.com/docs/git-format-patch/2.40.0 Similar Results (18)Registered: Fri Aug 15 07:16:22 UTC 2025 - Last Modified: Thu Aug 14 04:52:24 UTC 2025 - 149.8K bytes - Viewed (0) -
Sub Applications - Mounts - FastAPI
fastapi.tiangolo.com/uk/advanced/sub-applications/Registered: Fri Aug 15 07:17:23 UTC 2025 - 119.7K bytes - Viewed (0) -
Deploy FastAPI on Cloud Providers - FastAPI
fastapi.tiangolo.com/uk/deployment/cloud/Registered: Fri Aug 15 07:16:54 UTC 2025 - 107.2K 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 Aug 15 07:26:00 UTC 2025 - 464.5K bytes - Viewed (0) -
kubectl create service loadbalancer | Kubernetes
Synopsis Create a LoadBalancer service with the specified name. kubectl create service loadbalancer NAME [--tcp=port:targetPort] [--dry-run=server|client|none] Examples # Create a new LoadBalancer service named my-lbs kubectl create service loadbalancer my-lbs --tcp=5678:8080 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. Only applies to golang and jsonpath output formats. --dry-run string[="unchanged"] Default: "none" Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_service_loadbalancer/Registered: Fri Aug 15 07:26:31 UTC 2025 - 463.2K bytes - Viewed (0) -
kubectl config set | Kubernetes
Synopsis Set 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. PROPERTY_VALUE is the new value you want to set. Binary fields such as 'certificate-authority-data' expect a base64 encoded string unless the --set-raw-bytes flag is used. Specifying an attribute name that already exists will merge new fields on top of existing values.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set/Registered: Fri Aug 15 07:26:35 UTC 2025 - 460.2K bytes - Viewed (0)