move events to correct place
This commit is contained in:
		
							parent
							
								
									232983a4a2
								
							
						
					
					
						commit
						1c26c7be36
					
				|  | @ -136,8 +136,8 @@ Operation       | Syntax    |       Description | |||
| `diff`        | `kubectl diff -f FILENAME [flags]`| Diff file or stdin against live configuration. | ||||
| `drain`    | `kubectl drain NODE [options]` | Drain node in preparation for maintenance. | ||||
| `edit`        | <code>kubectl edit (-f FILENAME | TYPE NAME | TYPE/NAME) [flags]</code> | Edit and update the definition of one or more resources on the server by using the default editor. | ||||
| `exec`        | `kubectl exec POD [-c CONTAINER] [-i] [-t] [flags] [-- COMMAND [args...]]` | Execute a command against a container in a pod. | ||||
| `events`      | `kubectl events` | List events | ||||
| `exec`        | `kubectl exec POD [-c CONTAINER] [-i] [-t] [flags] [-- COMMAND [args...]]` | Execute a command against a container in a pod. | ||||
| `explain`    | `kubectl explain  [--recursive=false] [flags]` | Get documentation of various resources. For instance pods, nodes, services, etc. | ||||
| `expose`        | <code>kubectl expose (-f FILENAME | TYPE NAME | TYPE/NAME) [--port=port] [--protocol=TCP|UDP] [--target-port=number-or-name] [--name=name] [--external-ip=external-ip-of-service] [--type=type] [flags]</code> | Expose a replication controller, service, or pod as a new Kubernetes service. | ||||
| `get`        | <code>kubectl get (-f FILENAME | TYPE [NAME | /NAME | -l label]) [--watch] [--sort-by=FIELD] [[-o | --output]=OUTPUT_FORMAT] [flags]</code> | List one or more resources. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue