kmeshctl_waypoint
kmeshctl waypoint
Manage waypoint configuration
Synopsis
A group of commands used to manage waypoint configuration
kmeshctl waypoint [flags]
Examples
# Apply a waypoint to the current namespace
kmeshctl waypoint apply
# Generate a waypoint as yaml
kmeshctl waypoint generate --namespace default
# List all waypoints in a specific namespace
kmeshctl waypoint list --namespace default
Options
-h, --help help for waypoint
--image string image of the waypoint
--name string name of the waypoint (default "waypoint")
-n, --namespace string Kubernetes namespace
SEE ALSO
- kmeshctl - Kmesh command line tools to operate and debug Kmesh
- kmeshctl waypoint apply - Apply a waypoint configuration
- kmeshctl waypoint delete - Delete a waypoint configuration
- kmeshctl waypoint generate - Generate a waypoint configuration
- kmeshctl waypoint list - List managed waypoint configurations
- kmeshctl waypoint status - Show the status of waypoints in a namespace