Waypoint Install
Command: waypoint install
Install the Waypoint server to Kubernetes, Nomad, or Docker
Usage
Usage: waypoint install [options]
Global Options
-plain
- Plain output: no colors, no animation.-app=<string>
- App to target. Certain commands require a single app target for Waypoint configurations with multiple apps. If you have a single app, then this can be ignored.-workspace=<string>
- Workspace to operate in.
Command Options
-accept-tos
- Pass to accept the Terms of Service and Privacy Policy to use the Waypoint URL Service. This is required if the URL service is enabled and you're using the HashiCorp-provided URL service rather than self-hosting. See the privacy policy at https://hashicorp.com/privacy and the ToS at https://waypointproject.io/terms-context-create=<string>
- Create a context with connection information for this installation. The default value will be suffixed with a timestamp at the time the command is executed.-context-set-default
- Set the newly installed server as the default CLI context.-platform=<string>
- Platform to install the Waypoint server into.
kubernetes Options
-k8s-advertise-internal
- Advertise the internal service address rather than the external. This is useful if all your deployments will be able to access the private service address. This will default to false but will be automatically set to true if the external host is detected to be localhost.-k8s-annotate-service=<key=value>
- Annotations for the Service generated.-k8s-context=<string>
- The Kubernetes context to install the Waypoint server to. If left unset, Waypoint will use the current Kubernetes context.-k8s-cpu-request=<string>
- Configures the requested CPU amount for the Waypoint server in Kubernetes.-k8s-mem-request=<string>
- Configures the requested memory amount for the Waypoint server in Kubernetes.-k8s-namespace=<string>
- Namespace to install the Waypoint server into for Kubernetes.-k8s-openshift
- Enables installing the Waypoint server on Kubernetes on Red Hat OpenShift. If set, auto-configures the installation.-k8s-pull-policy=<string>
- Set the pull policy for the Waypoint server image.-k8s-pull-secret=<string>
- Secret to use to access the Waypoint server image on Kubernetes.-k8s-secret-file=<string>
- Use the Kubernetes Secret in the given path to access the Waypoint server image.-k8s-server-image=<string>
- Docker image for the Waypoint server.-k8s-storageclassname=<string>
- Name of the StorageClass required by the volume claim to install the Waypoint server image to.-k8s-storage-request=<string>
- Configures the requested persistent volume size for the Waypoint server in Kubernetes.
nomad Options
-nomad-annotate-service=<key=value>
- Annotations for the Service generated.-nomad-dc=<string>
- Datacenters to install to for Nomad.-nomad-namespace=<string>
- Namespace to install the Waypoint server into for Nomad.-nomad-policy-override
- Override the Nomad sentinel policy for enterprise Nomad.-nomad-region=<string>
- Region to install to for Nomad.-nomad-server-image=<string>
- Docker image for the Waypoint server.
docker Options
-docker-server-image=<string>
- Docker image for the Waypoint server.