- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4851 - 4860 of about 10,000 for timestamp:[now/d-1M TO *] (0.4 sec)
-
kubectl create configmap | Kubernetes
Synopsis Create a config map based on a file, directory, or specified literal value. A single config map may package one or more key/value pairs. When creating a config map based on a file, the key will default to the basename of the file, and the value will default to the file content. If the basename is an invalid key, you may specify an alternate key. When creating a config map based on a directory, each file whose basename is a valid key in the directory will be packaged into the config map.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_configmap/Registered: Wed Nov 05 11:53:53 UTC 2025 - 471.5K bytes - Viewed (0) -
Project Plugin Management – Apache Maven Compil...
Project Plugin Management GroupId ArtifactId Version com.diffplug.spotless spotless-maven-plugin 2.44.5 org.apache.ma...maven.apache.org/plugins/maven-compiler-plugin-4.x/plugin-management.htmlRegistered: Wed Nov 05 11:53:54 UTC 2025 - Last Modified: Wed Oct 15 20:54:32 UTC 2025 - 14.9K bytes - Viewed (0) -
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/ Similar Results (1)Registered: Wed Nov 05 11:52:57 UTC 2025 - 471.5K bytes - Viewed (0) -
Project Team – Apache Maven Compiler Plugin
Project Team A successful project requires many people to play many roles. Some members write code or documentation, ...maven.apache.org/plugins/maven-compiler-plugin-4.x/team.htmlRegistered: Wed Nov 05 11:52:41 UTC 2025 - Last Modified: Wed Oct 15 20:54:32 UTC 2025 - 36.6K bytes - Viewed (0) -
MicroK8s - Creating and editing MicroK8s docume...
MicroK8s is the simplest production-grade upstream K8s. Lightweight and focused. Single command install on Linux, Windows and macOS. Made for devops, great for edge, appliances and IoT. Full high availability Kubernetes with autonomous clusters.microk8s.io/docs/docsRegistered: Wed Nov 05 11:53:41 UTC 2025 - 56.6K bytes - Viewed (0) -
Source Code Management – Apache Maven Compiler ...
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-compiler-plugin-4.x/scm.htmlRegistered: Wed Nov 05 11:54:50 UTC 2025 - Last Modified: Wed Oct 15 20:54:32 UTC 2025 - 9.3K bytes - Viewed (0) -
MicroK8s - CIS hardening and assesment
MicroK8s is the simplest production-grade upstream K8s. Lightweight and focused. Single command install on Linux, Windows and macOS. Made for devops, great for edge, appliances and IoT. Full high availability Kubernetes with autonomous clusters.microk8s.io/docs/how-to-cis-hardenRegistered: Wed Nov 05 11:55:17 UTC 2025 - 172.3K bytes - Viewed (0) -
MicroK8s - High Availability (HA)
MicroK8s is the simplest production-grade upstream K8s. Lightweight and focused. Single command install on Linux, Windows and macOS. Made for devops, great for edge, appliances and IoT. Full high availability Kubernetes with autonomous clusters.microk8s.io/docs/high-availabilityRegistered: Wed Nov 05 11:58:29 UTC 2025 - 55.4K bytes - Viewed (0) -
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/Registered: Wed Nov 05 11:54:29 UTC 2025 - 472.1K 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: Wed Nov 05 11:55:03 UTC 2025 - 470.3K bytes - Viewed (0)